mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
ARM: dts: qcom: msm8974: add required ranges to OCMEM
The OCMEM bindings require ranges property.
Fixes: a2cc991ed6 ("ARM: dts: qcom: msm8974: add ocmem node")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Tested-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
def2565bc6
commit
7a16ea7f3a
|
|
@ -1634,6 +1634,7 @@ sram@fdd00000 {
|
|||
reg = <0xfdd00000 0x2000>,
|
||||
<0xfec00000 0x180000>;
|
||||
reg-names = "ctrl", "mem";
|
||||
ranges = <0 0xfec00000 0x180000>;
|
||||
clocks = <&rpmcc RPM_SMD_OCMEMGX_CLK>,
|
||||
<&mmcc OCMEMCX_OCMEMNOC_CLK>;
|
||||
clock-names = "core", "iface";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user