Unverified Commit e9858fba authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno
Browse files

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: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent d33d7704
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ reg_5v: regulator-5v {
};

&eth {
	#address-cells = <1>;
	#size-cells = <0>;
	status = "okay";

	/* WAN interface */