mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 13:37:36 +02: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:
parent
43ccafc91f
commit
35e5c99b15
|
|
@ -2346,7 +2346,7 @@ apps_bcm_voter: bcm_voter {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
epss_l3: interconnect@18591000 {
|
epss_l3: interconnect@18590000 {
|
||||||
compatible = "qcom,sm8250-epss-l3";
|
compatible = "qcom,sm8250-epss-l3";
|
||||||
reg = <0 0x18590000 0 0x1000>;
|
reg = <0 0x18590000 0 0x1000>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user