Skip to content

Commit a42c920

Browse files
committed
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.15. Signed-off-by: Ulf Hansson <[email protected]>
2 parents 7ad91e9 + 0104f4d commit a42c920

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Documentation/devicetree/bindings/power/allwinner,sun20i-d1-ppu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ properties:
1717
compatible:
1818
enum:
1919
- allwinner,sun20i-d1-ppu
20+
- allwinner,sun8i-v853-ppu
2021

2122
reg:
2223
maxItems: 1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
3+
#ifndef _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
4+
#define _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
5+
6+
#define PD_RISCV 0
7+
#define PD_NPU 1
8+
#define PD_VE 2
9+
10+
#endif

0 commit comments

Comments
 (0)