dt-bindings: power: imx8mp: add defines for HSIO blk-ctrl domains
authorLucas Stach <l.stach@pengutronix.de>
Mon, 7 Feb 2022 19:25:42 +0000 (20:25 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 13 Feb 2022 02:01:51 +0000 (10:01 +0800)
This adds the defines for the power domains provided by the HSIO
blk-ctrl on the i.MX8MP.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
include/dt-bindings/power/imx8mp-power.h

index 7c67689..9f90c40 100644 (file)
 #define IMX8MP_POWER_DOMAIN_HSIOMIX                    17
 #define IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP            18
 
+#define IMX8MP_HSIOBLK_PD_USB                          0
+#define IMX8MP_HSIOBLK_PD_USB_PHY1                     1
+#define IMX8MP_HSIOBLK_PD_USB_PHY2                     2
+#define IMX8MP_HSIOBLK_PD_PCIE                         3
+#define IMX8MP_HSIOBLK_PD_PCIE_PHY                     4
+
 #endif