mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
arm64: dts: mediatek: mt7981b-openwrt-one: Add address/size cells to eth
The ethernet node has two MAC subnodes and cannot use the default address/size cells: set address cells to 1 and size cells to 0. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
d33d77044c
commit
e9858fba55
|
|
@ -90,6 +90,8 @@ reg_5v: regulator-5v {
|
|||
};
|
||||
|
||||
ð {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
/* WAN interface */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user