[PATCH 0/7] ARM: dts: STi: Fix DT dtc warnings
From: Patrice CHOTARD <hidden>
Date: 2018-01-11 07:50:50
Also in:
linux-devicetree, lkml
HI Arnd On 01/10/2018 09:52 PM, Arnd Bergmann wrote:
On Wed, Jan 10, 2018 at 6:17 PM, Patrice CHOTARD [off-list ref] wrote:quoted
Hi Arnd On 01/10/2018 04:52 PM, Arnd Bergmann wrote:quoted
On Wed, Jan 10, 2018 at 9:21 AM, [off-list ref] wrote:quoted
From: Patrice Chotard <redacted> 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-subsystemThanks 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 otherHow do you want to proceed with this particular patch ? Do you want me to send a pull-request with this patch ? PatriceI'd just pick it up directly into the arm-soc fixes branch if that works for you.
Perfect ;-) Thanks Patrice
Arnd