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