arm64: dts: qcom: msm8916: correct MMC unit address
[ Upstream commit 72644bc76d5145c098c268829554a0b98fab1de1 ]
Match unit-address to reg entry to fix dtbs W=1 warnings:
Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
Fixes: c4da5a5616 ("arm64: dts: qcom: Add msm8916 sdhci configuration nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
aa2d2407f5
commit
98cd405217
1 changed files with 2 additions and 2 deletions
|
|
@ -1480,7 +1480,7 @@
|
||||||
#sound-dai-cells = <1>;
|
#sound-dai-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhc_1: mmc@7824000 {
|
sdhc_1: mmc@7824900 {
|
||||||
compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
|
compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
|
||||||
reg = <0x07824900 0x11c>, <0x07824000 0x800>;
|
reg = <0x07824900 0x11c>, <0x07824000 0x800>;
|
||||||
reg-names = "hc", "core";
|
reg-names = "hc", "core";
|
||||||
|
|
@ -1498,7 +1498,7 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhc_2: mmc@7864000 {
|
sdhc_2: mmc@7864900 {
|
||||||
compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
|
compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
|
||||||
reg = <0x07864900 0x11c>, <0x07864000 0x800>;
|
reg = <0x07864900 0x11c>, <0x07864000 0x800>;
|
||||||
reg-names = "hc", "core";
|
reg-names = "hc", "core";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue