Skip to content

Commit

Permalink
arm64: dts: qcom: msm8996: SoC specific compatible strings for qcom-s…
Browse files Browse the repository at this point in the history
…dhci

Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
pevik authored and andersson committed Feb 1, 2022
1 parent 4ec48eb commit 52f6fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@
};

sdhc1: sdhci@7464900 {
compatible = "qcom,sdhci-msm-v4";
compatible = "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4";
reg = <0x07464900 0x11c>, <0x07464000 0x800>;
reg-names = "hc_mem", "core_mem";

Expand All @@ -2716,7 +2716,7 @@
};

sdhc2: sdhci@74a4900 {
compatible = "qcom,sdhci-msm-v4";
compatible = "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4";
reg = <0x074a4900 0x314>, <0x074a4000 0x800>;
reg-names = "hc_mem", "core_mem";

Expand Down

0 comments on commit 52f6fa2

Please sign in to comment.