arm64: dts: qcom: msm8996: correct UFS compatible

The Qualcomm UFS bindings require to use specific (qcom,msm8996-ufshc)
and generic (jedec,ufs-2.0) compatibles.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220407092725.232463-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-04-07 11:27:24 +02:00
committed by Bjorn Andersson
parent b32846a38f
commit 64ff698424

View File

@@ -1730,7 +1730,8 @@ pcie2: pcie@610000 {
};
ufshc: ufshc@624000 {
compatible = "qcom,ufshc";
compatible = "qcom,msm8996-ufshc", "qcom,ufshc",
"jedec,ufs-2.0";
reg = <0x00624000 0x2500>;
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;