Skip to content

Commit 007180a

Browse files
committed
arm64: apple: t600x: 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 5da1bb4 commit 007180a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
#power-domain-cells = <0>;
827827
#reset-cells = <0>;
828828
label = DIE_LABEL(sio_cpu);
829-
power-domains = <&DIE_NODE(ps_sio)>;
829+
power-domains = <&DIE_NODE(ps_sio) &DIE_NODE(ps_uart_p) &DIE_NODE(ps_spi_p) &DIE_NODE(ps_audio_p)>;
830830
};
831831

832832
DIE_NODE(ps_fpwm0): power-controller@190 {

0 commit comments

Comments
 (0)