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
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>
  • Loading branch information
Georgi Djakov authored and Bjorn Andersson committed Aug 5, 2021
1 parent 5895629 commit 77b53d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4075,7 +4075,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 77b53d6

Please sign in to comment.