Skip to content

Commit 985d7fe

Browse files
committed
Merge tag 'qcom-dts-fixes-for-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm ARM32 DTS fix for 6.2 This fixes a regression on Inforce 6540, as the sdhci nodes no longer overrides the platform's mmc nodes. * tag 'qcom-dts-fixes-for-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: ARM: dts: qcom: apq8084-ifc6540: fix overriding SDHCI Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 6437c02 + 0154252 commit 985d7fe

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

arch/arm/boot/dts/qcom-apq8084-ifc6540.dts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
serial@f995e000 {
2020
status = "okay";
2121
};
22+
};
23+
};
2224

23-
sdhci@f9824900 {
24-
bus-width = <8>;
25-
non-removable;
26-
status = "okay";
27-
};
25+
&sdhc_1 {
26+
bus-width = <8>;
27+
non-removable;
28+
status = "okay";
29+
};
2830

29-
sdhci@f98a4900 {
30-
cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>;
31-
bus-width = <4>;
32-
};
33-
};
31+
&sdhc_2 {
32+
cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>;
33+
bus-width = <4>;
3434
};

arch/arm/boot/dts/qcom-apq8084.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
status = "disabled";
422422
};
423423

424-
mmc@f9824900 {
424+
sdhc_1: mmc@f9824900 {
425425
compatible = "qcom,apq8084-sdhci", "qcom,sdhci-msm-v4";
426426
reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
427427
reg-names = "hc", "core";
@@ -434,7 +434,7 @@
434434
status = "disabled";
435435
};
436436

437-
mmc@f98a4900 {
437+
sdhc_2: mmc@f98a4900 {
438438
compatible = "qcom,apq8084-sdhci", "qcom,sdhci-msm-v4";
439439
reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
440440
reg-names = "hc", "core";

0 commit comments

Comments
 (0)