b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 |
| 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit |
| 8 | |
| 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 |
| 11 | it with "bus". |
| 12 | |
| 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> |
| 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>; |