1 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
2 Date: Tue, 27 Jun 2017 19:35:27 +0200
3 Subject: [PATCH] ARM: dts: BCM5301X: Specify USB ports for each controller
5 Content-Type: text/plain; charset=UTF-8
6 Content-Transfer-Encoding: 8bit
8 Northstar has 3 controllers: OHCI and EHCI (each with 2 ports) and XHCI
9 (with just 1 port). Describe them in the DT. In future this will allow
10 to reference them as trigger sources.
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
15 arch/arm/boot/dts/bcm5301x.dtsi | 34 ++++++++++++++++++++++++++++++++++
16 1 file changed, 34 insertions(+)
18 --- a/arch/arm/boot/dts/bcm5301x.dtsi
19 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
21 reg = <0x00021000 0x1000>;
22 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
25 + #address-cells = <1>;
28 + ehci_port1: port@1 {
30 + #trigger-source-cells = <0>;
33 + ehci_port2: port@2 {
35 + #trigger-source-cells = <0>;
41 compatible = "generic-ohci";
42 reg = <0x00022000 0x1000>;
43 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
45 + #address-cells = <1>;
48 + ohci_port1: port@1 {
50 + #trigger-source-cells = <0>;
53 + ohci_port2: port@2 {
55 + #trigger-source-cells = <0>;
61 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
65 + #address-cells = <1>;
68 + xhci_port1: port@1 {
70 + #trigger-source-cells = <0>;