Re: [PATCH 0/7] ARM: dts: STi: Fix DT dtc warnings

From: Arnd Bergmann
Date: Wed Jan 10 2018 - 10:52:49 EST


On Wed, Jan 10, 2018 at 9:21 AM, <patrice.chotard@xxxxxx> wrote:
> From: Patrice Chotard <patrice.chotard@xxxxxx>
>
> This series fixes all dtc warnings related to STi platforms dt files.
> It has been triggered by Rob Herring [1]
>
> [1] https://www.spinics.net/lists/devicetree/msg206209.html
>
> For most of implicated node, a simple move outside the soc node
> solves the warnings.
>
> Patrice Chotard (7):
> ARM: dts: STi: fix bindings notation
> ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
> ARM: dts: STi: Move clocks without reg outside soc
> ARM: dts: STi: Move leds node outside soc node
> ARM: dts: STi: Move usb2_picophyX nodes without reg out of soc
> ARM: dts: STi: Move sound related nodes without reg out of soc
> ARM: dts: STi: Add fake reg property for sti-display-subsystem

Thanks a lot for addressing these!

As far as I can tell, there is one patch in particular that addresses a warning
we get at the default warning level: "ARM: dts: STi: Add gpio polarity for
"hdmi,hpd-gpio" property". Should we merge that one for 4.15 to get closer
to a clean build again? I'm not sure whether we can address the other
dtc warnings, but we're getting fairly close now.

Arnd