mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
dt-bindings: power: add V853 ppu bindings
Document V853 PPU compatible. Signed-off-by: Andras Szemzo <szemzo.andras@gmail.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250205125225.1152849-6-szemzo.andras@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
committed by
Ulf Hansson
parent
a64dcfb451
commit
0104f4daa3
@@ -17,6 +17,7 @@ properties:
|
||||
compatible:
|
||||
enum:
|
||||
- allwinner,sun20i-d1-ppu
|
||||
- allwinner,sun8i-v853-ppu
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
10
include/dt-bindings/power/allwinner,sun8i-v853-ppu.h
Normal file
10
include/dt-bindings/power/allwinner,sun8i-v853-ppu.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user