Skip to content

Commit b0e9a25

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 b4465be commit b0e9a25

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
@@ -1262,7 +1262,7 @@
12621262
#power-domain-cells = <0>;
12631263
#reset-cells = <0>;
12641264
label = DIE_LABEL(sio_cpu);
1265-
power-domains = <&DIE_NODE(ps_sio)>;
1265+
power-domains = <&DIE_NODE(ps_sio) &DIE_NODE(ps_uart_p) &DIE_NODE(ps_spi_p) &DIE_NODE(ps_audio_p)>;
12661266
};
12671267

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

0 commit comments

Comments
 (0)