Skip to content

Commit 03f0f80

Browse files
committed
Partial revert of "BCM2708: Add core Device Tree support"
Signed-off-by: Dom Cobley <[email protected]>
1 parent a5315b7 commit 03f0f80

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,6 @@
139139
#dma-cells = <1>;
140140
brcm,dma-channel-mask = <0x7800>;
141141
};
142-
143-
xhci: xhci@7e9c0000 {
144-
compatible = "generic-xhci";
145-
status = "disabled";
146-
reg = <0x0 0x7e9c0000 0x0 0x100000>;
147-
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
148-
power-domains = <&power RPI_POWER_DOMAIN_USB>;
149-
};
150142
};
151143

152144
&hevc_dec {

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,21 @@
602602
};
603603
};
604604

605+
xhci: usb@7e9c0000 {
606+
compatible = "brcm,bcm2711-xhci", "brcm,xhci-brcm-v2";
607+
reg = <0x0 0x7e9c0000 0x100000>;
608+
#address-cells = <1>;
609+
#size-cells = <0>;
610+
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
611+
power-domains = <&pm BCM2835_POWER_DOMAIN_USB>;
612+
/* DWC2 and this IP block share the same USB PHY,
613+
* enabling both at the same time results in lockups.
614+
* So keep this node disabled and let the bootloader
615+
* decide which interface should be enabled.
616+
*/
617+
status = "disabled";
618+
};
619+
605620
v3d: gpu@7ec00000 {
606621
compatible = "brcm,2711-v3d";
607622
reg = <0x0 0x7ec00000 0x4000>,

0 commit comments

Comments
 (0)