Skip to content

Commit 0104f4d

Browse files
szemzoastorulf
authored andcommitted
dt-bindings: power: add V853 ppu bindings
Document V853 PPU compatible. Signed-off-by: Andras Szemzo <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent a64dcfb commit 0104f4d

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)