From 8892bda7c1acb502c07dca316d33c57a4d04e167 Mon Sep 17 00:00:00 2001 From: Khaja Hussain Shaik Khaji Date: Thu, 17 Oct 2024 18:53:46 +0530 Subject: [PATCH] ARM: dts: msm: Correct imem child bus address map Change imem node ranges to map imem address space to the child node's address space correctly. Change-Id: Ic4ec5cbf233011f48341b7c2788e1cf983a2dc7b Signed-off-by: Khaja Hussain Shaik Khaji --- qcom/sdxkova.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sdxkova.dtsi b/qcom/sdxkova.dtsi index 1d253345..831f79ad 100644 --- a/qcom/sdxkova.dtsi +++ b/qcom/sdxkova.dtsi @@ -1325,7 +1325,7 @@ qcom,msm-imem@14680000 { compatible = "qcom,msm-imem"; reg = <0x0 0x14680000 0x0 0x1000>; - ranges = <0x0 0x0 0x14680000 0x0 0x1000>; + ranges = <0x0 0x0 0x0 0x14680000 0x0 0x1000>; #address-cells = <2>; #size-cells = <2>;