Skip to content

Commit

Permalink
arm64: dts: qcom: sm8250: Fix epss_l3 unit address
Browse files Browse the repository at this point in the history
[ Upstream commit 77b53d6 ]

The unit address of the epss_l3 node is incorrect and does not match
the address of its "reg" property. Let's fix it.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/20210211193637.9737-1-georgi.djakov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Georgi Djakov authored and gregkh committed Sep 18, 2021
1 parent c35f98b commit a2fab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8250.dtsi
Expand Up @@ -3955,7 +3955,7 @@
};
};

epss_l3: interconnect@18591000 {
epss_l3: interconnect@18590000 {
compatible = "qcom,sm8250-epss-l3";
reg = <0 0x18590000 0 0x1000>;

Expand Down

0 comments on commit a2fab0a

Please sign in to comment.