Commit 556a9f3a authored by Martin Botka's avatar Martin Botka Committed by Bjorn Andersson

arm64: dts: qcom: sm6125: Add power domains to sdhc

Add RPM Power Domains to internal eMMC and SDCard.
Signed-off-by: default avatarMartin Botka <martin.botka@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211130212332.25401-4-martin.botka@somainline.org
parent d0bfc923
...@@ -448,6 +448,9 @@ sdhc_1: sdhci@4744000 { ...@@ -448,6 +448,9 @@ sdhc_1: sdhci@4744000 {
<&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_APPS_CLK>,
<&xo_board>; <&xo_board>;
clock-names = "iface", "core", "xo"; clock-names = "iface", "core", "xo";
power-domains = <&rpmpd SM6125_VDDCX>;
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;
status = "disabled"; status = "disabled";
...@@ -471,6 +474,8 @@ sdhc_2: sdhci@4784000 { ...@@ -471,6 +474,8 @@ sdhc_2: sdhci@4784000 {
pinctrl-1 = <&sdc2_state_off>; pinctrl-1 = <&sdc2_state_off>;
pinctrl-names = "default", "sleep"; pinctrl-names = "default", "sleep";
power-domains = <&rpmpd SM6125_VDDCX>;
bus-width = <4>; bus-width = <4>;
status = "disabled"; status = "disabled";
}; };
......
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