Files
cubelinux-kernel/include/dt-bindings/power/mediatek,mt6893-power.h
T
Greg Kroah-Hartman 598cf27219 Linux 6.19.3
Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Luna Jernberg <droidbittin@gmail.com>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-02-19 16:33:27 +01:00

36 lines
1.2 KiB
C

/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
* Copyright (c) 2025 Collabora Ltd
* AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
*/
#ifndef _DT_BINDINGS_POWER_MT6893_POWER_H
#define _DT_BINDINGS_POWER_MT6893_POWER_H
#define MT6893_POWER_DOMAIN_CONN 0
#define MT6893_POWER_DOMAIN_MFG0 1
#define MT6893_POWER_DOMAIN_MFG1 2
#define MT6893_POWER_DOMAIN_MFG2 3
#define MT6893_POWER_DOMAIN_MFG3 4
#define MT6893_POWER_DOMAIN_MFG4 5
#define MT6893_POWER_DOMAIN_MFG5 6
#define MT6893_POWER_DOMAIN_MFG6 7
#define MT6893_POWER_DOMAIN_ISP 8
#define MT6893_POWER_DOMAIN_ISP2 9
#define MT6893_POWER_DOMAIN_IPE 10
#define MT6893_POWER_DOMAIN_VDEC0 11
#define MT6893_POWER_DOMAIN_VDEC1 12
#define MT6893_POWER_DOMAIN_VENC0 13
#define MT6893_POWER_DOMAIN_VENC1 14
#define MT6893_POWER_DOMAIN_MDP 15
#define MT6893_POWER_DOMAIN_DISP 16
#define MT6893_POWER_DOMAIN_AUDIO 17
#define MT6893_POWER_DOMAIN_ADSP 18
#define MT6893_POWER_DOMAIN_CAM 19
#define MT6893_POWER_DOMAIN_CAM_RAWA 20
#define MT6893_POWER_DOMAIN_CAM_RAWB 21
#define MT6893_POWER_DOMAIN_CAM_RAWC 22
#define MT6893_POWER_DOMAIN_DP_TX 23
#endif /* _DT_BINDINGS_POWER_MT6893_POWER_H */