891a4cb5a1
patches added are (not all, just some) fixes and feature enhancements for msm8992 and msm8994 from qcom mainline maintainer tree [1] for v5.18 and v5.19. Changes: * update deviceinfo_dtb_mainline for device-huawei-angler and device-lg-bullhead. * add sdhc1 support for device-huawei-angler [1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git Signed-off-by: Petr Vorel <petr.vorel@gmail.com> [ci:skip-build] Already built successfully in CI in MR
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From a0b6a909421af138fdbc6a90ba268fd7afb1cd94 Mon Sep 17 00:00:00 2001
|
|
From: Petr Vorel <petr.vorel@gmail.com>
|
|
Date: Thu, 23 Dec 2021 09:31:52 +0100
|
|
Subject: [PATCH 2/8] arm64: dts: qcom: msm8994: SoC specific compatible
|
|
strings for qcom-sdhci
|
|
|
|
[ cherry-picked from 4ec48ebfc3eab546c66c62ee13028f7e271cf496 ]
|
|
|
|
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
|
|
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
|
Link: https://lore.kernel.org/r/20211223083153.22435-2-petr.vorel@gmail.com
|
|
---
|
|
arch/arm64/boot/dts/qcom/msm8994.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
|
|
index 215f56daa26c..8c1dc5155b71 100644
|
|
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
|
|
@@ -444,7 +444,7 @@ usb@f9200000 {
|
|
};
|
|
|
|
sdhc1: sdhci@f9824900 {
|
|
- compatible = "qcom,sdhci-msm-v4";
|
|
+ compatible = "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4";
|
|
reg = <0xf9824900 0x1a0>, <0xf9824000 0x800>;
|
|
reg-names = "hc_mem", "core_mem";
|
|
|
|
@@ -467,7 +467,7 @@ sdhc1: sdhci@f9824900 {
|
|
};
|
|
|
|
sdhc2: sdhci@f98a4900 {
|
|
- compatible = "qcom,sdhci-msm-v4";
|
|
+ compatible = "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4";
|
|
reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
|
|
reg-names = "hc_mem", "core_mem";
|
|
|
|
--
|
|
2.35.1
|
|
|