mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
Add power domain IDs for RV1126B SoC. Add a new compatible because register fields have changed. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
18 lines
397 B
C
18 lines
397 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
/*
|
|
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
|
|
* Author: Finley Xiao <finley.xiao@rock-chips.com>
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_POWER_RV1126B_POWER_CONTROLLER_H__
|
|
#define __DT_BINDINGS_POWER_RV1126B_POWER_CONTROLLER_H__
|
|
|
|
/* VD_NPU */
|
|
#define RV1126B_PD_NPU 0
|
|
|
|
/* VD_LOGIC */
|
|
#define RV1126B_PD_VDO 1
|
|
#define RV1126B_PD_AIISP 2
|
|
|
|
#endif
|