diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2024-08-14 11:26:10 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-09-04 17:36:18 +0800 |
commit | 893a86ce49aa9628163b6bfedced070b20c9b275 (patch) | |
tree | 81d018397967ecd87ecfadecbfa88e93f0388867 | |
parent | 5e302aae4c77aa0a493e387f5ed770ffafdab95a (diff) |
arm64: dts: imx8mp-phyboard-pollux: Add SD-Card vqmmc supply
Add SD-Card property for the bus IO power from the PMIC.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Yannic Moog <y.moog@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts index 3427936f9045..341baa167191 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts @@ -285,6 +285,7 @@ cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>; disable-wp; vmmc-supply = <®_usdhc2_vmmc>; + vqmmc-supply = <&ldo5>; bus-width = <4>; status = "okay"; }; |