summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKarel Balej <balejk@matfyz.cz>2025-12-13 11:48:12 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2026-02-23 13:55:42 +0300
commitd28cb72e07b21acb90204be201966b9e92eca75a (patch)
tree7ce0a66a93b4a538b8207245a280d4ecbff1f116 /include
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
downloadlinux-d28cb72e07b21acb90204be201966b9e92eca75a.tar.xz
dt-bindings: power: define ID for Marvell PXA1908 audio domain
Define an identifier for the SoC's audio power island so that it can be referenced through device tree. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Duje Mihanović <duje@dujemihanovic.xyz> Signed-off-by: Karel Balej <balejk@matfyz.cz> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/power/marvell,pxa1908-power.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/power/marvell,pxa1908-power.h b/include/dt-bindings/power/marvell,pxa1908-power.h
index 19b088351af1..173f47e0e69d 100644
--- a/include/dt-bindings/power/marvell,pxa1908-power.h
+++ b/include/dt-bindings/power/marvell,pxa1908-power.h
@@ -13,5 +13,6 @@
#define PXA1908_POWER_DOMAIN_GPU2D 2
#define PXA1908_POWER_DOMAIN_DSI 3
#define PXA1908_POWER_DOMAIN_ISP 4
+#define PXA1908_POWER_DOMAIN_AUDIO 5
#endif