mirror of https://github.com/hak5/openwrt.git
mediatek: fix PCI device tree node for elecom wrc-2533gent
Signed-off-by: Felix Fietkau <nbd@nbd.name>master
parent
37615174f5
commit
74a66c0204
|
@ -169,10 +169,13 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pcie0_pins>;
|
pinctrl-0 = <&pcie0_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mt7615@0,0 {
|
};
|
||||||
|
|
||||||
|
&slot0 {
|
||||||
|
mt7615@0,0 {
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
mediatek,mtd-eeprom = <&factory 0x05000>;
|
mediatek,mtd-eeprom = <&factory 0x05000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
|
|
Loading…
Reference in New Issue