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

Add RPM Power Domains to internal eMMC and SDCard.

Signed-off-by: Martin Botka <martin.botka@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211130212332.25401-4-martin.botka@somainline.org
This commit is contained in:
Martin Botka
2021-11-30 22:23:32 +01:00
committed by Bjorn Andersson
parent d0bfc92303
commit 556a9f3ae1

View File

@@ -448,6 +448,9 @@ sdhc_1: sdhci@4744000 {
<&gcc GCC_SDCC1_APPS_CLK>,
<&xo_board>;
clock-names = "iface", "core", "xo";
power-domains = <&rpmpd SM6125_VDDCX>;
bus-width = <8>;
non-removable;
status = "disabled";
@@ -471,6 +474,8 @@ sdhc_2: sdhci@4784000 {
pinctrl-1 = <&sdc2_state_off>;
pinctrl-names = "default", "sleep";
power-domains = <&rpmpd SM6125_VDDCX>;
bus-width = <4>;
status = "disabled";
};