[PATCH 09/12] dt-bindings: power: add V853 ppu bindings

Andras Szemzo posted 12 patches 8 months, 3 weeks ago
There is a newer version of this series
[PATCH 09/12] dt-bindings: power: add V853 ppu bindings
Posted by Andras Szemzo 8 months, 3 weeks ago
The device-tree needs ppu indexes, add it.

Signed-off-by: Andras Szemzo <szemzo.andras@gmail.com>
---
 include/dt-bindings/power/allwinner,sun8i-v853-ppu.h | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 include/dt-bindings/power/allwinner,sun8i-v853-ppu.h

diff --git a/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h b/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h
new file mode 100644
index 000000000000..b1c18a490613
--- /dev/null
+++ b/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
+
+#ifndef _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
+#define _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
+
+#define PD_RISCV		0
+#define PD_NPU			1
+#define PD_VE			2
+
+#endif
-- 
2.39.5
Re: [PATCH 09/12] dt-bindings: power: add V853 ppu bindings
Posted by Krzysztof Kozlowski 8 months, 3 weeks ago
On 10/01/2025 13:39, Andras Szemzo wrote:
> The device-tree needs ppu indexes, add it.


This belongs to the commit introducing binding. Squash it.


Best regards,
Krzysztof