mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
f32f977fa8
Add MIPI ISP power domain ID to the G12A Power domains bindings header Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Tested-by: Daniel Scally <dan.scally@ideasonboard.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231123-topic-amlogic-upstream-isp-pmdomain-v2-1-61f2fcf709e5@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
16 lines
346 B
C
16 lines
346 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 BayLibre, SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_MESON_G12A_POWER_H
|
|
#define _DT_BINDINGS_MESON_G12A_POWER_H
|
|
|
|
#define PWRC_G12A_VPU_ID 0
|
|
#define PWRC_G12A_ETH_ID 1
|
|
#define PWRC_G12A_NNA_ID 2
|
|
#define PWRC_G12A_ISP_ID 3
|
|
|
|
#endif
|