* [PATCH] dt-bindings: soc: canaan: Add K230 power domain bindings
@ 2025-12-03 3:21 q691800735
2025-12-03 9:51 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: q691800735 @ 2025-12-03 3:21 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Alexandre Ghiti, linux-kernel, linux-riscv, devicetree,
jybruceupup
From: jybruceupup <q691800735@163.com>
Add device tree bindings for the Kendryte K230 power management domains
(PM domains), which control power gating of core peripherals (I2C, SPI,
MMC, AI2D).
Key properties:
- compatible: "canaan,k230-pm-domains"
This binding follows the Devicetree Specification v0.4 and upstream
PM domain framework requirements. It is a prerequisite for peripheral
drivers requiring power gating control.
Signed-off-by: jybruceupup <q691800735@163.com>
---
MAINTAINERS | 1 +
include/dt-bindings/soc/canaan,k230_pm_domains.h | 13 +++++++++++++
2 files changed, 14 insertions(+)
create mode 100644 include/dt-bindings/soc/canaan,k230_pm_domains.h
diff --git a/MAINTAINERS b/MAINTAINERS
index 4d456982a..13cdbf647 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22106,6 +22106,7 @@ P: Documentation/arch/riscv/patch-acceptance.rst
T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
F: arch/riscv/
F: arch/riscv/configs/k230_defconfig
+F: include/dt-bindings/soc/canaan,k230_pm_domains.h
N: riscv
K: riscv
diff --git a/include/dt-bindings/soc/canaan,k230_pm_domains.h b/include/dt-bindings/soc/canaan,k230_pm_domains.h
new file mode 100644
index 000000000..e212126e4
--- /dev/null
+++ b/include/dt-bindings/soc/canaan,k230_pm_domains.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _DT_BINDINGS_SOC_K230_PM_DOMAINS_H
+#define _DT_BINDINGS_SOC_K230_PM_DOMAINS_H
+
+#define K230_PM_DOMAIN_CPU1 0 /* CPU1 subsystem */
+#define K230_PM_DOMAIN_AI 1 /* AI Subsystem */
+#define K230_PM_DOMAIN_DISP 2 /* Display, 2.5D Engine */
+#define K230_PM_DOMAIN_VPU 3 /* Video subsystem */
+#define K230_PM_DOMAIN_DPU 4 /* 3D-struct Engine */
+#define K230_PM_DOMAIN_MAX 5
+
+#endif /* _DT_BINDINGS_SOC_K230_PM_DOMAINS_H */
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: soc: canaan: Add K230 power domain bindings
2025-12-03 3:21 [PATCH] dt-bindings: soc: canaan: Add K230 power domain bindings q691800735
@ 2025-12-03 9:51 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03 9:51 UTC (permalink / raw)
To: q691800735, Paul Walmsley, Palmer Dabbelt, Albert Ou, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Alexandre Ghiti, linux-kernel, linux-riscv, devicetree
On 03/12/2025 04:21, q691800735@163.com wrote:
> From: jybruceupup <q691800735@163.com>
>
> Add device tree bindings for the Kendryte K230 power management domains
> (PM domains), which control power gating of core peripherals (I2C, SPI,
> MMC, AI2D).
>
> Key properties:
> - compatible: "canaan,k230-pm-domains"
>
> This binding follows the Devicetree Specification v0.4 and upstream
> PM domain framework requirements. It is a prerequisite for peripheral
> drivers requiring power gating control.
>
> Signed-off-by: jybruceupup <q691800735@163.com>
Don't send duplicates. You already sent this patch, so which are we
suppose to review? Why aren't you versioning your patchsets?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-03 9:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 3:21 [PATCH] dt-bindings: soc: canaan: Add K230 power domain bindings q691800735
2025-12-03 9:51 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox