Re: [PATCH v2 1/5] arm64: dts: qcom: sdm845: Add unit name to soc node

2019-10-07 Thread Rob Herring
On Mon, Oct 7, 2019 at 12:44 PM John Stultz wrote: > > On Tue, Jul 23, 2019 at 9:51 PM Vinod Koul wrote: > > > > We get a warning about missing unit name for soc node, so add it. > > > > arch/arm64/boot/dts/qcom/sdm845.dtsi:623.11-2814.4: Warning > > (unit_address_vs_reg): /soc: node has a reg

Re: [PATCH v2 1/5] arm64: dts: qcom: sdm845: Add unit name to soc node

2019-10-07 Thread John Stultz
On Tue, Jul 23, 2019 at 9:51 PM Vinod Koul wrote: > > We get a warning about missing unit name for soc node, so add it. > > arch/arm64/boot/dts/qcom/sdm845.dtsi:623.11-2814.4: Warning > (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit > name > > Signed-off-by: Vinod

Re: [PATCH v2 1/5] arm64: dts: qcom: sdm845: Add unit name to soc node

2019-07-23 Thread Amit Kucheria
On Wed, Jul 24, 2019 at 10:20 AM Vinod Koul wrote: > > We get a warning about missing unit name for soc node, so add it. > > arch/arm64/boot/dts/qcom/sdm845.dtsi:623.11-2814.4: Warning > (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit > name > > Signed-off-by: Vinod

[PATCH v2 1/5] arm64: dts: qcom: sdm845: Add unit name to soc node

2019-07-23 Thread Vinod Koul
We get a warning about missing unit name for soc node, so add it. arch/arm64/boot/dts/qcom/sdm845.dtsi:623.11-2814.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name Signed-off-by: Vinod Koul Reviewed-by: Stephen Boyd ---