diff options
| author | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 04:28:24 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 04:28:24 +0300 |
| commit | a0c756681b902f2db56e2f7c76173f5363774250 (patch) | |
| tree | d2c2e091abcca261410015aad150eef537e1341a /include | |
| parent | 8239d67f59cf522dd4f7135392a2f9a3a25f9cff (diff) | |
| parent | f11cf9e35e7f740d158e298baf5764bcdd8a199e (diff) | |
| download | linux-a0c756681b902f2db56e2f7c76173f5363774250.tar.xz | |
Merge commit 'f11cf9e35e7f' into imx/drivers
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/power/imx8mp-power.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mp-power.h b/include/dt-bindings/power/imx8mp-power.h index 9f90c40a2c6c..7789bcca3223 100644 --- a/include/dt-bindings/power/imx8mp-power.h +++ b/include/dt-bindings/power/imx8mp-power.h @@ -32,4 +32,22 @@ #define IMX8MP_HSIOBLK_PD_PCIE 3 #define IMX8MP_HSIOBLK_PD_PCIE_PHY 4 +#define IMX8MP_MEDIABLK_PD_MIPI_DSI_1 0 +#define IMX8MP_MEDIABLK_PD_MIPI_CSI2_1 1 +#define IMX8MP_MEDIABLK_PD_LCDIF_1 2 +#define IMX8MP_MEDIABLK_PD_ISI 3 +#define IMX8MP_MEDIABLK_PD_MIPI_CSI2_2 4 +#define IMX8MP_MEDIABLK_PD_LCDIF_2 5 +#define IMX8MP_MEDIABLK_PD_ISP 6 +#define IMX8MP_MEDIABLK_PD_DWE 7 +#define IMX8MP_MEDIABLK_PD_MIPI_DSI_2 8 + +#define IMX8MP_HDMIBLK_PD_IRQSTEER 0 +#define IMX8MP_HDMIBLK_PD_LCDIF 1 +#define IMX8MP_HDMIBLK_PD_PAI 2 +#define IMX8MP_HDMIBLK_PD_PVI 3 +#define IMX8MP_HDMIBLK_PD_TRNG 4 +#define IMX8MP_HDMIBLK_PD_HDMI_TX 5 +#define IMX8MP_HDMIBLK_PD_HDMI_TX_PHY 6 + #endif |
