mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
dt-bindings: power: Add MT8167 power domains
Add power domains dt-bindings for MT8167. Signed-off-by: Fabien Parent <fparent@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201209133238.384030-1-fparent@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
5c8fe583cc
commit
c70d0f16f3
17
include/dt-bindings/power/mt8167-power.h
Normal file
17
include/dt-bindings/power/mt8167-power.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0
|
||||
*
|
||||
* Copyright (c) 2020 MediaTek Inc.
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_POWER_MT8167_POWER_H
|
||||
#define _DT_BINDINGS_POWER_MT8167_POWER_H
|
||||
|
||||
#define MT8167_POWER_DOMAIN_MM 0
|
||||
#define MT8167_POWER_DOMAIN_VDEC 1
|
||||
#define MT8167_POWER_DOMAIN_ISP 2
|
||||
#define MT8167_POWER_DOMAIN_CONN 3
|
||||
#define MT8167_POWER_DOMAIN_MFG_ASYNC 4
|
||||
#define MT8167_POWER_DOMAIN_MFG_2D 5
|
||||
#define MT8167_POWER_DOMAIN_MFG 6
|
||||
|
||||
#endif /* _DT_BINDINGS_POWER_MT8167_POWER_H */
|
Reference in New Issue
Block a user