]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8250: change ufs node name to ufshc
authorJonathan Marek <jonathan@marek.ca>
Sat, 23 May 2020 17:52:32 +0000 (13:52 -0400)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 21 Jun 2020 06:08:29 +0000 (23:08 -0700)
The ufs-qcom driver checks that the name matches the androidboot.bootdevice
parameter provided by the bootloader, which uses the name ufshc. Without
this change UFS fails to probe.

I think this is broken behavior from the ufs-qcom driver, but using the
name ufshc is consistent with dts for sdm845/sm8150/etc.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20200523175232.13721-1-jonathan@marek.ca
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sm8250.dtsi

index d53878f50e300847f134165f39a28248a087e7ed..5a14790bb0cd5a4610fe53f7920ac1c77f89d3dd 100644 (file)
                        };
                };
 
-               ufs_mem_hc: ufs@1d84000 {
+               ufs_mem_hc: ufshc@1d84000 {
                        compatible = "qcom,sm8250-ufshc", "qcom,ufshc",
                                     "jedec,ufs-2.0";
                        reg = <0 0x01d84000 0 0x3000>;