diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2022-02-07 22:25:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-13 05:01:51 +0300 |
commit | 38294f6158b8f8af8afa82f98ca9db3a8021f020 (patch) | |
tree | 48aff09b678a28137d8d4ab2dd05091883906e1a /include/dt-bindings | |
parent | 39d01d9c4522c4ac9e0f041eaaf7cee670a6a574 (diff) | |
download | linux-38294f6158b8f8af8afa82f98ca9db3a8021f020.tar.xz |
dt-bindings: power: imx8mp: add defines for HSIO blk-ctrl domains
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/power/imx8mp-power.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/power/imx8mp-power.h b/include/dt-bindings/power/imx8mp-power.h index 7c67689e4faf..9f90c40a2c6c 100644 --- a/include/dt-bindings/power/imx8mp-power.h +++ b/include/dt-bindings/power/imx8mp-power.h @@ -26,4 +26,10 @@ #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 |