mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 09:04:21 +08:00
dt-bindings: power: add defines for i.MX8MM power domains
Adding defines for i.MX8MM GPC power domains. Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
fe58c887fb
commit
30af8513bd
@ -26,6 +26,7 @@ properties:
|
||||
enum:
|
||||
- fsl,imx7d-gpc
|
||||
- fsl,imx8mq-gpc
|
||||
- fsl,imx8mm-gpc
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
@ -54,6 +55,7 @@ properties:
|
||||
Power domain index. Valid values are defined in
|
||||
include/dt-bindings/power/imx7-power.h for fsl,imx7d-gpc and
|
||||
include/dt-bindings/power/imx8m-power.h for fsl,imx8mq-gpc
|
||||
include/dt-bindings/power/imx8mm-power.h for fsl,imx8mm-gpc
|
||||
maxItems: 1
|
||||
|
||||
clocks:
|
||||
|
22
include/dt-bindings/power/imx8mm-power.h
Normal file
22
include/dt-bindings/power/imx8mm-power.h
Normal file
@ -0,0 +1,22 @@
|
||||
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
||||
/*
|
||||
* Copyright (C) 2020 Pengutronix, Lucas Stach <kernel@pengutronix.de>
|
||||
*/
|
||||
|
||||
#ifndef __DT_BINDINGS_IMX8MM_POWER_H__
|
||||
#define __DT_BINDINGS_IMX8MM_POWER_H__
|
||||
|
||||
#define IMX8MM_POWER_DOMAIN_HSIOMIX 0
|
||||
#define IMX8MM_POWER_DOMAIN_PCIE 1
|
||||
#define IMX8MM_POWER_DOMAIN_OTG1 2
|
||||
#define IMX8MM_POWER_DOMAIN_OTG2 3
|
||||
#define IMX8MM_POWER_DOMAIN_GPUMIX 4
|
||||
#define IMX8MM_POWER_DOMAIN_GPU 5
|
||||
#define IMX8MM_POWER_DOMAIN_VPUMIX 6
|
||||
#define IMX8MM_POWER_DOMAIN_VPUG1 7
|
||||
#define IMX8MM_POWER_DOMAIN_VPUG2 8
|
||||
#define IMX8MM_POWER_DOMAIN_VPUH1 9
|
||||
#define IMX8MM_POWER_DOMAIN_DISPMIX 10
|
||||
#define IMX8MM_POWER_DOMAIN_MIPI 11
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user