Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+30 -1
+3 -1
Documentation/devicetree/bindings/power/allwinner,sun20i-d1-ppu.yaml
··· 16 16 properties: 17 17 compatible: 18 18 enum: 19 - - allwinner,sun20i-d1-ppu 20 19 - allwinner,sun8i-v853-ppu 20 + - allwinner,sun20i-d1-ppu 21 + - allwinner,sun55i-a523-pck-600 22 + - allwinner,sun55i-a523-ppu 21 23 22 24 reg: 23 25 maxItems: 1
+15
include/dt-bindings/power/allwinner,sun55i-a523-pck-600.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + 3 + #ifndef _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_ 4 + #define _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_ 5 + 6 + #define PD_VE 0 7 + #define PD_GPU 1 8 + #define PD_VI 2 9 + #define PD_VO0 3 10 + #define PD_VO1 4 11 + #define PD_DE 5 12 + #define PD_NAND 6 13 + #define PD_PCIE 7 14 + 15 + #endif /* _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_ */
+12
include/dt-bindings/power/allwinner,sun55i-a523-ppu.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + 3 + #ifndef _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_ 4 + #define _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_ 5 + 6 + #define PD_DSP 0 7 + #define PD_NPU 1 8 + #define PD_AUDIO 2 9 + #define PD_SRAM 3 10 + #define PD_RISCV 4 11 + 12 + #endif /* _DT_BINDINGS_POWER_SUN55I_A523_PPU_H_ */