diff options
| author | Andras Szemzo <szemzo.andras@gmail.com> | 2025-02-05 13:52:20 +0100 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2025-02-14 11:23:27 +0100 |
| commit | 0104f4daa339bdd2649ff7277a30ab3b859677bf (patch) | |
| tree | 0a4d4ebfce9358903143b216ebcef7e7da4d54a1 /include | |
| parent | a64dcfb451e254085a7daee5fe51bf22959d52d3 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/power/allwinner,sun8i-v853-ppu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h b/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h new file mode 100644 index 000000000000..b1c18a490613 --- /dev/null +++ b/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h @@ -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 |
