Skip to content

Commit 17d4304

Browse files
lkundrakbebarino
authored andcommitted
dt-bindings: marvell,mmp2: Add ids for the power domains
On MMP2 the audio and GPU blocks are on separate power islands. On MMP3 the camera block's power is also controlled separately. Add the numbers that we could use to refer to the power domains for respective power islands from the device tree. Signed-off-by: Lubomir Rintel <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ec6bbdd commit 17d4304

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
2+
#ifndef __DTS_MARVELL_MMP2_POWER_H
3+
#define __DTS_MARVELL_MMP2_POWER_H
4+
5+
#define MMP2_POWER_DOMAIN_GPU 0
6+
#define MMP2_POWER_DOMAIN_AUDIO 1
7+
#define MMP3_POWER_DOMAIN_CAMERA 2
8+
9+
#define MMP2_NR_POWER_DOMAINS 3
10+
11+
#endif

0 commit comments

Comments
 (0)