mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-06 22:55:55 +00:00
9b4041fa2e
Run `make target/linux/refresh` to align patches with OpenWrt style. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
29 lines
531 B
Diff
29 lines
531 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
@@ -847,6 +847,12 @@
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
+
|
|
+ slot0: pcie@0,0 {
|
|
+ reg = <0x0000 0 0 0 0>;
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ };
|
|
};
|
|
|
|
pcie1: pcie@1a145000 {
|
|
@@ -885,6 +891,12 @@
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <1>;
|
|
};
|
|
+
|
|
+ slot1: pcie@1,0 {
|
|
+ reg = <0x0800 0 0 0 0>;
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+ };
|
|
};
|
|
|
|
sata: sata@1a200000 {
|