Commit 378c2064 authored by Robert Marko's avatar Robert Marko Committed by Bjorn Andersson

arm64: dts: qcom: ipq8074-hk01: add VQMMC supply

Since now we have control over the PMP8074 PMIC providing various system
voltages including L11 which provides the SDIO/eMMC I/O voltage set it as
the SDHCI VQMMC supply.

This allows SDHCI controller to switch to 1.8V I/O mode and support high
speed modes like HS200 and HS400.
Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220818221815.346233-5-robimarko@gmail.com
parent 01da7baf
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* Copyright (c) 2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2017, The Linux Foundation. All rights reserved.
*/ */
#include "ipq8074.dtsi" #include "ipq8074.dtsi"
#include "pmp8074.dtsi"
/ { / {
model = "Qualcomm Technologies, Inc. IPQ8074-HK01"; model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
...@@ -84,6 +85,7 @@ nand@0 { ...@@ -84,6 +85,7 @@ nand@0 {
&sdhc_1 { &sdhc_1 {
status = "okay"; status = "okay";
vqmmc-supply = <&l11>;
}; };
&qusb_phy_0 { &qusb_phy_0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment