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.17.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Ulf Hansson
2025-07-15 16:03:54 +02:00
3 changed files with 30 additions and 1 deletions
@@ -16,8 +16,10 @@ description:
properties:
compatible:
enum:
- allwinner,sun20i-d1-ppu
- allwinner,sun8i-v853-ppu
- allwinner,sun20i-d1-ppu
- allwinner,sun55i-a523-pck-600
- allwinner,sun55i-a523-ppu
reg:
maxItems: 1
@@ -0,0 +1,15 @@
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_
#define _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_
#define PD_VE 0
#define PD_GPU 1
#define PD_VI 2
#define PD_VO0 3
#define PD_VO1 4
#define PD_DE 5
#define PD_NAND 6
#define PD_PCIE 7
#endif /* _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_ */
@@ -0,0 +1,12 @@
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_
#define _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_
#define PD_DSP 0
#define PD_NPU 1
#define PD_AUDIO 2
#define PD_SRAM 3
#define PD_RISCV 4
#endif /* _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_ */