Skip to content

Commit 3e4c131

Browse files
committed
arm64: dts: apple: j314/j316: Disable ATC3_USB_AON power domain
These power domains are normally always on for real Thunderbolt ports (or else dwc3 breaks), but not for the port that's hardwired to the HDMI bridge. Fixes some dmesg spam: apple-pmgr-pwrstate 292280000.power-management:power-controller@a0: always-on domain atc3_usb_aon is not on at boot Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 6ef6b4b commit 3e4c131

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,10 @@
406406
status = "disabled";
407407
};
408408

409+
&ps_atc3_usb_aon {
410+
/delete-property/ apple,always-on;
411+
};
412+
409413
/ {
410414
backlight: gpio-bl {
411415
compatible = "gpio-backlight";

0 commit comments

Comments
 (0)