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

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


On Wed, Jan 10, 2018 at 6:17 PM, Patrice CHOTARD <patrice.chotard@xxxxxx> wrote:
> Hi Arnd
>
> On 01/10/2018 04:52 PM, Arnd Bergmann wrote:
>> 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
>
> How do you want to proceed with this particular patch ?
> Do you want me to send a pull-request with this patch ?
>
> Patrice

I'd just pick it up directly into the arm-soc fixes branch if that
works for you.

Arnd