mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: qcom: sm8650: Fix SPMI channels size
The actual size of the channels registers region is 4MB, according to the
documentation. This issue was not caught until now because the driver was
supposed to allow same regions being mapped multiple times for supporting
multiple buses. Thie driver is using platform_get_resource_byname() and
devm_ioremap() towards that purpose, which intentionally avoids
devm_request_mem_region() altogether.
Fixes: 10e0246712 ("arm64: dts: qcom: sm8650: add interconnect dependent device nodes")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8650-QRD
Link: https://lore.kernel.org/r/20240221-dts-qcom-sm8550-fix-spmi-chnls-size-v2-2-72b5efd9dc4f@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
77dd1e50ff
commit
a4f82b8045
|
|
@ -3749,7 +3749,7 @@ sram@c3f0000 {
|
|||
spmi_bus: spmi@c400000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0 0x0c400000 0 0x3000>,
|
||||
<0 0x0c500000 0 0x4000000>,
|
||||
<0 0x0c500000 0 0x400000>,
|
||||
<0 0x0c440000 0 0x80000>,
|
||||
<0 0x0c4c0000 0 0x20000>,
|
||||
<0 0x0c42d000 0 0x4000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user