From: Lucas Stach Date: Sat, 2 Oct 2021 00:59:48 +0000 (+0200) Subject: dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains X-Git-Tag: v6.6.17~8919^2~21^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e66f2cd293bf7520d22853f251918f36b4ff740e;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Rob Herring Signed-off-by: Shawn Guo --- diff --git a/include/dt-bindings/power/imx8mm-power.h b/include/dt-bindings/power/imx8mm-power.h index 38b0a56..648938f 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