You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
arm64: dts: qcom: sm8250: Fix epss_l3 unit address
[ Upstream commit 77b53d65dc ]
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
43ccafc91f
commit
35e5c99b15
@@ -2346,7 +2346,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
epss_l3: interconnect@18591000 {
|
||||
epss_l3: interconnect@18590000 {
|
||||
compatible = "qcom,sm8250-epss-l3";
|
||||
reg = <0 0x18590000 0 0x1000>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user