On Thu 13 Dec 14:17 PST 2018, Doug Anderson wrote: > On Tue, Nov 27, 2018 at 12:58 AM Sibi Sankar <sibis@xxxxxxxxxxxxxx> wrote: [..] > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > > index 58870273dbc9..df16ee464872 100644 > > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > > @@ -1095,6 +1095,69 @@ > > }; > > }; > > > > + remoteproc@4080000 { > > + compatible = "qcom,sdm845-mss-pil"; > > + reg = <0x04080000 0x408>, <0x04180000 0x48>; > > s/0x04080000/0x4080000 to appease the DT folks. > Andy requests this to be padded to 8 digits, and I've come to really appreciate this as it makes sorting much easier. But perhaps there's a verdict on this? Regards, Bjorn