I missed the missing cell in the reg property of the slpi region in my review, so let's add it. Fixes: 2b7f0de19648 ("arm64: dts: msm8996: Add reserve-memory nodes") Cc: Sarangdhar Joshi <spjoshi@xxxxxxxxxxxxxx> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index b97647d29842..215de91e802d 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -42,7 +42,7 @@ }; slpi_region: slpi@90b00000 { - reg = <0x0 0x90b00000 0xa00000>; + reg = <0x0 0x90b00000 0x0 0xa00000>; no-map; }; -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html