diff options
author | Lucas Stach <[email protected]> | 2021-10-02 02:59:48 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-10-05 14:36:20 +0800 |
commit | e66f2cd293bf7520d22853f251918f36b4ff740e (patch) | |
tree | f34fc1abafbe45563e3bbb9db6f63436ab6b1157 | |
parent | a84a8a7cab58eb194d1f1f8e35c9bd39fad1be2f (diff) |
dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains
This adds the defines for the power domains provided by the DISP
blk-ctrl.
Signed-off-by: Lucas Stach <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | include/dt-bindings/power/imx8mm-power.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h index 38b0a56fd7d0..648938f24c8e 100644 --- a/include/dt-bindings/power/imx8mm-power.h +++ b/include/dt-bindings/power/imx8mm-power.h @@ -23,4 +23,9 @@ #define IMX8MM_VPUBLK_PD_G2 1 #define IMX8MM_VPUBLK_PD_H1 2 +#define IMX8MM_DISPBLK_PD_CSI_BRIDGE 0 +#define IMX8MM_DISPBLK_PD_LCDIF 1 +#define IMX8MM_DISPBLK_PD_MIPI_DSI 2 +#define IMX8MM_DISPBLK_PD_MIPI_CSI 3 + #endif |