Re: [PATCH v6] arm64: dts: qcom: sdm845: Add Q6V5 MSS node

From: Doug Anderson
Date: Thu Jan 17 2019 - 18:06:10 EST


Hi,

On Mon, Jan 14, 2019 at 11:22 AM Sibi Sankar <sibis@xxxxxxxxxxxxxx> wrote:
> + mss_pil: remoteproc@4080000 {
> + compatible = "qcom,sdm845-mss-pil";
> + reg = <0x04080000 0x408>, <0x04180000 0x48>;

This will now need to be adjusted to:

reg = <0 0x04080000 0 0x408>, <0 0x04180000 0 0x48>;

This fixes things up to deal with the patch ("arm64: dts: qcom:
sdm845: Increase address and size cells for soc"), AKA:
- https://patchwork.kernel.org/patch/10767511/
- https://lkml.kernel.org/r/20190117042940.25487-2-bjorn.andersson@xxxxxxxxxx


-Doug