Commit 50e320ad authored by Martin Povišer's avatar Martin Povišer Committed by Hector Martin

arm64: dts: apple: t8103: Add AUDIO_P parent to the SIO_ADMA power domain

The SIO_ADMA is a power domain of the Audio DMA Controller. In addition
to it, the AUDIO_P domain must be on for the controller's MMIO registers
to be accessible.

On t600x and t8112, AUDIO_P is a parent of SIO_ADMA. On t8103, it isn't
so, at least as far as Apple's firmware goes. To make our life easier,
add the parent-child relationship on t8103 also.
Signed-off-by: default avatarMartin Povišer <povik+lin@cutebit.org>
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
Acked-by: default avatarMarc Zyngier <maz@kernel.org>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent aaa1d42a
...@@ -339,7 +339,7 @@ ps_sio_adma: power-controller@230 { ...@@ -339,7 +339,7 @@ ps_sio_adma: power-controller@230 {
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <0>; #reset-cells = <0>;
label = "sio_adma"; label = "sio_adma";
power-domains = <&ps_sio>, <&ps_pms>; power-domains = <&ps_sio>, <&ps_pms>, <&ps_audio_p>;
}; };
ps_aes: power-controller@238 { ps_aes: power-controller@238 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment