[PATCH] arm64: dts: broadcom: bcm4908: fix switch parent node name
Rafał Miłecki
zajec5 at gmail.com
Tue Mar 9 18:44:09 GMT 2021
From: Rafał Miłecki <rafal at milecki.pl>
Ethernet switch and MDIO are grouped using "simple-bus". It's not
allowed to use "ethernet-switch" node name as it isn't a switch. Replace
it with "bus".
Fixes: 527a3ac9bdf8 ("arm64: dts: broadcom: bcm4908: describe internal switch")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
index c089a48aeb8a..29fda356f730 100644
--- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
@@ -156,7 +156,7 @@ xhci: usb at d000 {
status = "disabled";
};
- ethernet-switch at 80000 {
+ bus at 80000 {
compatible = "simple-bus";
#size-cells = <1>;
#address-cells = <1>;
--
2.26.2
More information about the linux-arm-kernel
mailing list