mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mediatek: dts: drop wrong sgmiisys0 node override
The sgmiisys0 override uses /delete-node/ mediatek,pnswap; but mediatek,pnswap is a property, not a child node. The correct directive would be /delete-property/. As a result, this statement never had any effect and the property was never removed. Drop the incorrect override. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22046 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
2d779bf271
commit
fc109d1df0
3 changed files with 0 additions and 12 deletions
|
|
@ -239,7 +239,3 @@
|
|||
nvmem-cells = <&eeprom_factory_0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sgmiisys0 {
|
||||
/delete-node/ mediatek,pnswap;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -281,7 +281,3 @@
|
|||
nvmem-cells = <&eeprom_factory_0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sgmiisys0 {
|
||||
/delete-node/ mediatek,pnswap;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -458,7 +458,3 @@
|
|||
pinctrl-0 = <&pcie_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sgmiisys0 {
|
||||
/delete-node/ mediatek,pnswap;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue