1 From 477cad715de1dfc256a20da3ed83b62f3cb2944d Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Tue, 28 Feb 2023 15:45:18 +0100
4 Subject: [PATCH] arm64: dts: broadcom: bcmbca: bcm4908: add on-SoC USB ports
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 BCM4908 has 3 USB controllers each with 2 USB ports. Home routers often
10 have LEDs indicating state of selected USB ports. Describe those SoC USB
11 ports to allow using them as LED trigger sources.
13 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
14 Link: https://lore.kernel.org/all/20230228144520.21816-1-zajec5@gmail.com/
15 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
17 .../boot/dts/broadcom/bcmbca/bcm4908.dtsi | 39 +++++++++++++++++++
18 1 file changed, 39 insertions(+)
20 --- a/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
21 +++ b/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
23 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
24 phys = <&usb_phy PHY_TYPE_USB2>;
27 + #address-cells = <1>;
30 + ehci_port1: port@1 {
32 + #trigger-source-cells = <0>;
35 + ehci_port2: port@2 {
37 + #trigger-source-cells = <0>;
43 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
44 phys = <&usb_phy PHY_TYPE_USB2>;
47 + #address-cells = <1>;
50 + ohci_port1: port@1 {
52 + #trigger-source-cells = <0>;
55 + ohci_port2: port@2 {
57 + #trigger-source-cells = <0>;
63 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
64 phys = <&usb_phy PHY_TYPE_USB3>;
67 + #address-cells = <1>;
70 + xhci_port1: port@1 {
72 + #trigger-source-cells = <0>;
75 + xhci_port2: port@2 {
77 + #trigger-source-cells = <0>;