diff options
| author | Adam Ford <aford173@gmail.com> | 2021-12-14 18:46:20 -0600 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-17 10:53:15 +0800 |
| commit | b77beaaee1be62a4623dd7142868c2e1180d8288 (patch) | |
| tree | 960dd64bcf8bcb639f6cbd9518db65741a56f468 | |
| parent | a0ec8a3a4c8122c1abae04e90c66e79e77eed357 (diff) | |
| download | linux-b77beaaee1be62a4623dd7142868c2e1180d8288.tar.gz linux-b77beaaee1be62a4623dd7142868c2e1180d8288.tar.bz2 linux-b77beaaee1be62a4623dd7142868c2e1180d8288.zip | |
dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains
This adds the defines for the power domains provided by the DISP
blk-ctrl.
Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | include/dt-bindings/power/imx8mn-power.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mn-power.h b/include/dt-bindings/power/imx8mn-power.h index 102ee85a9b62..eedd0e581939 100644 --- a/include/dt-bindings/power/imx8mn-power.h +++ b/include/dt-bindings/power/imx8mn-power.h @@ -12,4 +12,9 @@ #define IMX8MN_POWER_DOMAIN_DISPMIX 3 #define IMX8MN_POWER_DOMAIN_MIPI 4 +#define IMX8MN_DISPBLK_PD_MIPI_DSI 0 +#define IMX8MN_DISPBLK_PD_MIPI_CSI 1 +#define IMX8MN_DISPBLK_PD_LCDIF 2 +#define IMX8MN_DISPBLK_PD_ISI 3 + #endif |
