From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrice.chotard@st.com (Patrice CHOTARD) Date: Wed, 10 Jan 2018 17:17:27 +0000 Subject: [PATCH 0/7] ARM: dts: STi: Fix DT dtc warnings In-Reply-To: References: <1515572469-19276-1-git-send-email-patrice.chotard@st.com> Message-ID: <20f04806-2f33-3c16-d790-4a93c4c7187a@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd On 01/10/2018 04:52 PM, Arnd Bergmann wrote: > On Wed, Jan 10, 2018 at 9:21 AM, wrote: >> From: Patrice Chotard >> >> 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 > dtc warnings, but we're getting fairly close now. > > Arnd >