Skip to content

Commit e543715

Browse files
committed
Revert "Partial revert of "BCM2708: Add core Device Tree support""
This reverts commit 03f0f80.
1 parent 5652a75 commit e543715

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
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+
};
142150
};
143151

144152
&hevc_dec {

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -602,21 +602,6 @@
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-
620605
v3d: gpu@7ec00000 {
621606
compatible = "brcm,2711-v3d";
622607
reg = <0x0 0x7ec00000 0x4000>,

0 commit comments

Comments
 (0)