-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: mediatek: add MT6765 power dt-bindings
This adds power dt-bindings for MT6765 Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: Owen Chen <owen.chen@mediatek.com> Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
- Loading branch information
Mars Cheng
authored and
Matthias Brugger
committed
Jan 10, 2020
1 parent
949601a
commit 56f6737
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* SPDX-License-Identifier: GPL-2.0 */ | ||
#ifndef _DT_BINDINGS_POWER_MT6765_POWER_H | ||
#define _DT_BINDINGS_POWER_MT6765_POWER_H | ||
|
||
#define MT6765_POWER_DOMAIN_CONN 0 | ||
#define MT6765_POWER_DOMAIN_MM 1 | ||
#define MT6765_POWER_DOMAIN_MFG_ASYNC 2 | ||
#define MT6765_POWER_DOMAIN_ISP 3 | ||
#define MT6765_POWER_DOMAIN_MFG 4 | ||
#define MT6765_POWER_DOMAIN_MFG_CORE0 5 | ||
#define MT6765_POWER_DOMAIN_CAM 6 | ||
#define MT6765_POWER_DOMAIN_VCODEC 7 | ||
|
||
#endif /* _DT_BINDINGS_POWER_MT6765_POWER_H */ |