diff options
| author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2026-01-15 13:41:12 +0300 |
|---|---|---|
| committer | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2026-01-15 13:43:20 +0300 |
| commit | e9858fba558ced73133a685c8e76c04cb66d8244 (patch) | |
| tree | 0bce0caaea958e10ec17aeec01bbb1c370d01a40 | |
| parent | d33d77044c37aa97f24e3e3adf2f781aba774db2 (diff) | |
| download | linux-e9858fba558ced73133a685c8e76c04cb66d8244.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts b/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts index 48b80af90438..b7ff7b8e1375 100644 --- a/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts +++ b/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts @@ -90,6 +90,8 @@ }; ð { + #address-cells = <1>; + #size-cells = <0>; status = "okay"; /* WAN interface */ |
