On 11.07.2022 10:27, Krzysztof Kozlowski wrote: > Add a MSM8998-specific SDCC compatible, because using only a generic > qcom,sdhci-msm-v4 fallback is deprecated. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi > index 91153a0234f5..c98f36f95f3c 100644 > --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi > @@ -2076,7 +2076,7 @@ qusb2phy: phy@c012000 { > }; > > sdhc2: mmc@c0a4900 { > - compatible = "qcom,sdhci-msm-v4"; > + compatible = "qcom,msm8998-sdhci", "qcom,sdhci-msm-v4"; > reg = <0x0c0a4900 0x314>, <0x0c0a4000 0x800>; > reg-names = "hc", "core"; >