mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
dt-bindings: add power-domain header for RV1126B SoCs
Add power-domain header for RV1126B SoC from description in TRM. Change-Id: I7fda5a49ec3eed790ddff17ba2be3e74a35f02c3 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
17
include/dt-bindings/power/rockchip,rv1126b-power.h
Normal file
17
include/dt-bindings/power/rockchip,rv1126b-power.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
||||
/*
|
||||
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
|
||||
* Author: Finley Xiao <finley.xiao@rock-chips.com>
|
||||
*/
|
||||
|
||||
#ifndef __DT_BINDINGS_POWER_RV1126B_POWER_H__
|
||||
#define __DT_BINDINGS_POWER_RV1126B_POWER_H__
|
||||
|
||||
/* VD_NPU */
|
||||
#define RV1126B_PD_NPU 0
|
||||
|
||||
/* VD_LOGIC */
|
||||
#define RV1126B_PD_VDO 1
|
||||
#define RV1126B_PD_AISP 2
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user