Skip to content

Commit 254f3c4

Browse files
committed
arm64: apple: t602x: pmgr: SIO: Add audio, spi and uart power-domains
The power-domains AUDIO_P, SPI_P and UART_P are necessary for SIO's ASC firmware to run. This is not explicitly expressed in the ADT (probably since the power-domains are implicitly turned on when macOS uses SIO). Since we plan to use SIO only for DP/HDMI audio add the power-domains explicitly as dependency of ps_sio_cpu. They might be better placed directly into the SIO node butr the SIO driver doesn't support multiple power-domains. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 45a2e05 commit 254f3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/apple/t602x-pmgr.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
#power-domain-cells = <0>;
12611261
#reset-cells = <0>;
12621262
label = DIE_LABEL(sio_cpu);
1263-
power-domains = <&DIE_NODE(ps_sio)>;
1263+
power-domains = <&DIE_NODE(ps_sio) &DIE_NODE(ps_uart_p) &DIE_NODE(ps_spi_p) &DIE_NODE(ps_audio_p)>;
12641264
};
12651265

12661266
DIE_NODE(ps_fpwm0): power-controller@1e8 {

0 commit comments

Comments
 (0)