Skip to content

Commit e9858fb

Browse files
author
AngeloGioacchino Del Regno
committed
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>
1 parent d33d770 commit e9858fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
};
9191

9292
&eth {
93+
#address-cells = <1>;
94+
#size-cells = <0>;
9395
status = "okay";
9496

9597
/* WAN interface */

0 commit comments

Comments
 (0)