Skip to content

Commit eba8a7d

Browse files
committed
arm64: apple: t8112-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 but the SIO driver doesn't support multiple power-domains. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 5e39f77 commit eba8a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
#power-domain-cells = <0>;
177177
#reset-cells = <0>;
178178
label = "sio_cpu";
179-
power-domains = <&ps_sio>;
179+
power-domains = <&ps_sio &ps_uart_p &ps_spi_p &ps_dpa0>;
180180
};
181181

182182
ps_fpwm0: power-controller@1c8 {

0 commit comments

Comments
 (0)