Skip to content

Commit fe8f788

Browse files
committed
ARM: dts: Add required USB power domain for XCHI
The firmware setting otg_mode=1 can be used to enable the onboard XHCI controller in host mode, but that requires that the USB power domain is enabled. Signed-off-by: Phil Elwell <[email protected]>
1 parent 818aa23 commit fe8f788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
status = "disabled";
218218
reg = <0x0 0x7e9c0000 0x0 0x100000>;
219219
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
220+
power-domains = <&power RPI_POWER_DOMAIN_USB>;
220221
};
221222

222223
hevc-decoder@7eb00000 {

0 commit comments

Comments
 (0)