1 From a348ff97ffb840b9d74b0e64b3e0e6002187d224 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Tue, 9 Mar 2021 19:44:09 +0100
4 Subject: [PATCH] arm64: dts: broadcom: bcm4908: fix switch parent node name
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Ethernet switch and MDIO are grouped using "simple-bus". It's not
10 allowed to use "ethernet-switch" node name as it isn't a switch. Replace
13 Fixes: 527a3ac9bdf8 ("arm64: dts: broadcom: bcm4908: describe internal switch")
14 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
15 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
17 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
20 --- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
21 +++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
26 - ethernet-switch@80000 {
28 compatible = "simple-bus";