summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2025-09-17 17:12:08 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2025-09-17 17:12:08 +0300
commit614106a731f9b78a6edd07ee94d57afb9d0097ff (patch)
treee42c29b0072978c1e869e601b0bcaab8bf95a15d /include
parent5c479a670a22ebf1bd23011054a0ec75d284e1d8 (diff)
parent5bcf9e1d0a5da750ff180e7385b0bd4041686516 (diff)
downloadlinux-614106a731f9b78a6edd07ee94d57afb9d0097ff.tar.xz
pmdomain: Merge branch dt into next
Merge the immutable branch dt into next, to allow the DT bindings to be tested together with changes that are targeted for v6.18. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/power/marvell,pxa1908-power.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/power/marvell,pxa1908-power.h b/include/dt-bindings/power/marvell,pxa1908-power.h
new file mode 100644
index 000000000000..19b088351af1
--- /dev/null
+++ b/include/dt-bindings/power/marvell,pxa1908-power.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
+/*
+ * Marvell PXA1908 power domains
+ *
+ * Copyright 2025, Duje Mihanović <duje@dujemihanovic.xyz>
+ */
+
+#ifndef __DTS_MARVELL_PXA1908_POWER_H
+#define __DTS_MARVELL_PXA1908_POWER_H
+
+#define PXA1908_POWER_DOMAIN_VPU 0
+#define PXA1908_POWER_DOMAIN_GPU 1
+#define PXA1908_POWER_DOMAIN_GPU2D 2
+#define PXA1908_POWER_DOMAIN_DSI 3
+#define PXA1908_POWER_DOMAIN_ISP 4
+
+#endif