mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: qcom: sm6350: Replace literal rpmhpd indices with constants
It seems the SM6350_CX definition was temporarily replaced with its literal value 0 in1797e1c9a9("arm64: dts: qcom: sm6350: Add SDHCI1/2 nodes") to prevent a dependency on the qcom-rpmpd.h header patch being available prior to this DT patch being applied, similar toc23f1b7735("arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX"). However, unlike the revert of that in the sm6125 tree the next merge window around ina90b8adfa2("Revert "arm64: dts: qcom: sm6125: Avoid using missing SM6125_VDDCX""), this has not yet happened for sm6350: replace them back now that the definitions are definitely available. Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220507224645.2238421-1-marijn.suijten@somainline.org
This commit is contained in:
parent
b97e6ffa7c
commit
7a9016dbc8
|
|
@ -489,7 +489,7 @@ sdhc_1: mmc@7c4000 {
|
|||
clock-names = "iface", "core", "xo";
|
||||
qcom,dll-config = <0x000f642c>;
|
||||
qcom,ddr-config = <0x80040868>;
|
||||
power-domains = <&rpmhpd 0>;
|
||||
power-domains = <&rpmhpd SM6350_CX>;
|
||||
operating-points-v2 = <&sdhc1_opp_table>;
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
|
|
@ -935,7 +935,7 @@ sdhc_2: mmc@8804000 {
|
|||
clock-names = "iface", "core", "xo";
|
||||
qcom,dll-config = <0x0007642c>;
|
||||
qcom,ddr-config = <0x80040868>;
|
||||
power-domains = <&rpmhpd 0>;
|
||||
power-domains = <&rpmhpd SM6350_CX>;
|
||||
operating-points-v2 = <&sdhc2_opp_table>;
|
||||
bus-width = <4>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user