mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 07:39:12 -04: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:
@@ -90,6 +90,8 @@ reg_5v: regulator-5v {
|
||||
};
|
||||
|
||||
ð {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
/* WAN interface */
|
||||
|
||||
Reference in New Issue
Block a user