Skip to content

Commit 7eed46b

Browse files
committed
fixup! BCM2708: Add core Device Tree support
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent b933f0c commit 7eed46b

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

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

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

151143
&hevc_dec {
@@ -540,6 +532,17 @@ i2c_vc: &i2c0 {};
540532
compatible = "brcm,bcm2711-axiperf";
541533
};
542534

535+
&xhci {
536+
// Adjust for #size-cells = 2
537+
reg = <0x0 0x7e9c0000 0x0 0x100000>;
538+
539+
// Was "brcm,bcm2711-xhci", "brcm,xhci-brcm-v2";
540+
compatible = "generic-xhci";
541+
542+
// Was <&pm BCM2835_POWER_DOMAIN_USB>;
543+
power-domains = <&power RPI_POWER_DOMAIN_USB>;
544+
};
545+
543546
/delete-node/ &v3d;
544547

545548
/ {

0 commit comments

Comments
 (0)