dts: xtensa: intel_adsp: ace15: Update power domain for hda link nodes

Changing the power domain from 'hst_domain' to 'io0_domain' for the HDA
DMA link in/out nodes. This aligns the power domain assignments with the
actual hardware configuration and ensures that the power management
subsystem can accurately manage the power states of these interfaces.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
Tomasz Leman 2024-02-16 16:44:49 +01:00 committed by Alberto Escolar
parent ff2dd7f25a
commit 64a81ffb23

View file

@ -461,7 +461,7 @@
dma-buf-addr-alignment = <128>;
dma-buf-size-alignment = <32>;
dma-copy-alignment = <32>;
power-domain = <&hst_domain>;
power-domain = <&io0_domain>;
status = "okay";
};
@ -473,7 +473,7 @@
dma-buf-addr-alignment = <128>;
dma-buf-size-alignment = <32>;
dma-copy-alignment = <32>;
power-domain = <&hst_domain>;
power-domain = <&io0_domain>;
status = "okay";
};