Commit d87e9a4d authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845: Add XO clock to SDHCI

parent 8a8e08dc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3493,8 +3493,9 @@ sdhc_2: sdhci@8804000 {
			interrupt-names = "hc_irq", "pwr_irq";

			clocks = <&gcc GCC_SDCC2_AHB_CLK>,
				 <&gcc GCC_SDCC2_APPS_CLK>;
			clock-names = "iface", "core";
				 <&gcc GCC_SDCC2_APPS_CLK>,
				 <&rpmhcc RPMH_CXO_CLK>;
			clock-names = "iface", "core", "xo";
			iommus = <&apps_smmu 0xa0 0xf>;
			power-domains = <&rpmhpd SDM845_CX>;
			operating-points-v2 = <&sdhc2_opp_table>;