History log of /linux-master/arch/arm64/boot/dts/apple/t8103-pmgr.dtsi
Revision Date Author Comments
# 50e320ad 16-Sep-2022 Martin Povišer <povik+lin@cutebit.org>

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: Martin Povišer <povik+lin@cutebit.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>


# c02b60cb 02-Jun-2022 Hector Martin <marcan@marcan.st>

arm64: dts: apple: Re-parent ANS2 power domains

Turns out that the APCIE_ST*_SYS domains do hard-depend on ANS2, so
without this they refuse to power up.

Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>


# 34e5719e 08-Dec-2021 Hector Martin <marcan@marcan.st>

arm64: dts: apple: t8103: Add apple,min-state to DCP PMGR nodes

This is required for DCP to boot successfully; it seems if power gating
is allowed, they do not wake up properly.

Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>


# 106ba3b4 24-Nov-2021 Hector Martin <marcan@marcan.st>

arm64: dts: apple: t8103: Add PMGR nodes

This adds the two PMGR nodes and all known power state subnodes. Since
there are a large number of them, let's put them in a separate file to
include.

Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>