Skip to content

Commit c924d6d

Browse files
arm64: dts: rp1: Mark the USB controllers as powered off in suspend
The RP1 will reset the USB controllers over suspend. Add snps,power-off-in-suspend to its device tree. Signed-off-by: Peter Bailey <peter.bailey@raspberrypi.com>
1 parent bf5b59c commit c924d6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/rp1.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@
11271127
snps,enhanced-nak-fs-quirk;
11281128
snps,parkmode-disable-ss-quirk;
11291129
snps,parkmode-disable-fsls-quirk;
1130+
snps,power-off-in-s2ram;
11301131
snps,tx-max-burst = /bits/ 8 <8>;
11311132
snps,tx-thr-num-pkt = /bits/ 8 <2>;
11321133
interrupts = <RP1_INT_USBHOST0_0 IRQ_TYPE_EDGE_RISING>;
@@ -1143,6 +1144,7 @@
11431144
snps,enhanced-nak-fs-quirk;
11441145
snps,parkmode-disable-ss-quirk;
11451146
snps,parkmode-disable-fsls-quirk;
1147+
snps,power-off-in-s2ram;
11461148
snps,tx-max-burst = /bits/ 8 <8>;
11471149
snps,tx-thr-num-pkt = /bits/ 8 <2>;
11481150
interrupts = <RP1_INT_USBHOST1_0 IRQ_TYPE_EDGE_RISING>;

0 commit comments

Comments
 (0)