Message ID | 20200422104613.96944-1-marex@denx.de (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: stm32: Repair AV96 board | expand |
Ki Marek On 4/22/20 12:45 PM, Marek Vasut wrote: > The AV96 board device tree is completely broken and does not match the > hardware. This series fixes it up. > > Marek Vasut (20): > ARM: dts: stm32: Repair PMIC configuration on AV96 > ARM: dts: stm32: Repair PMIC interrupt on AV96 > ARM: dts: stm32: Add alternate pinmux for ethernet RGMII > ARM: dts: stm32: Repair ethernet operation on AV96 > ARM: dts: stm32: Add missing ethernet PHY reset on AV96 > ARM: dts: stm32: Add missing ethernet PHY skews on AV96 > ARM: dts: stm32: Add alternate pinmux for SDMMC pins > ARM: dts: stm32: Repair SDMMC1 operation on AV96 > ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 > ARM: dts: stm32: Add QSPI NOR on AV96 > ARM: dts: stm32: Add configuration EEPROM on AV96 > ARM: dts: stm32: Enable WiFi on AV96 > ARM: dts: stm32: Add alternate pinmux for USART2 pins > ARM: dts: stm32: Enable Bluetooth on AV96 > ARM: dts: stm32: Add alternate pinmux for LTDC pins > ARM: dts: stm32: Add bindings for HDMI video on AV96 > ARM: dts: stm32: Add alternate pinmux for SAI2 pins > ARM: dts: stm32: Add bindings for audio on AV96 > ARM: dts: stm32: Add bindings for USB on AV96 > ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 > > arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ > arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- > 2 files changed, 572 insertions(+), 32 deletions(-) > > Cc: Alexandre Torgue <alexandre.torgue@st.com> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Patrice Chotard <patrice.chotard@st.com> > Cc: Patrick Delaunay <patrick.delaunay@st.com> > Cc: linux-stm32@st-md-mailman.stormreply.com > To: linux-arm-kernel@lists.infradead.org > Series looks good to me. I'll merge it for my next Pr. Just one question, Are we still able to boot older board revision (prototype ones)? regards alex
On 4/23/20 3:36 PM, Alexandre Torgue wrote: > Ki Marek Hi, > On 4/22/20 12:45 PM, Marek Vasut wrote: >> The AV96 board device tree is completely broken and does not match the >> hardware. This series fixes it up. >> >> Marek Vasut (20): >> ARM: dts: stm32: Repair PMIC configuration on AV96 >> ARM: dts: stm32: Repair PMIC interrupt on AV96 >> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >> ARM: dts: stm32: Repair ethernet operation on AV96 >> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >> ARM: dts: stm32: Add QSPI NOR on AV96 >> ARM: dts: stm32: Add configuration EEPROM on AV96 >> ARM: dts: stm32: Enable WiFi on AV96 >> ARM: dts: stm32: Add alternate pinmux for USART2 pins >> ARM: dts: stm32: Enable Bluetooth on AV96 >> ARM: dts: stm32: Add alternate pinmux for LTDC pins >> ARM: dts: stm32: Add bindings for HDMI video on AV96 >> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >> ARM: dts: stm32: Add bindings for audio on AV96 >> ARM: dts: stm32: Add bindings for USB on AV96 >> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >> >> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- >> 2 files changed, 572 insertions(+), 32 deletions(-) >> >> Cc: Alexandre Torgue <alexandre.torgue@st.com> >> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >> Cc: Patrice Chotard <patrice.chotard@st.com> >> Cc: Patrick Delaunay <patrick.delaunay@st.com> >> Cc: linux-stm32@st-md-mailman.stormreply.com >> To: linux-arm-kernel@lists.infradead.org >> > > Series looks good to me. I'll merge it for my next Pr. > Just one question, Are we still able to boot older board revision > (prototype ones)? I don't have one, but if we want to support the prototypes, we will need a separate DT for that (or a few DTSi to handle the HW differences).
On 4/23/20 4:04 PM, Marek Vasut wrote: > On 4/23/20 3:36 PM, Alexandre Torgue wrote: >> Ki Marek > > Hi, Hello again, >> On 4/22/20 12:45 PM, Marek Vasut wrote: >>> The AV96 board device tree is completely broken and does not match the >>> hardware. This series fixes it up. >>> >>> Marek Vasut (20): >>> ARM: dts: stm32: Repair PMIC configuration on AV96 >>> ARM: dts: stm32: Repair PMIC interrupt on AV96 >>> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >>> ARM: dts: stm32: Repair ethernet operation on AV96 >>> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >>> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >>> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >>> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >>> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >>> ARM: dts: stm32: Add QSPI NOR on AV96 >>> ARM: dts: stm32: Add configuration EEPROM on AV96 >>> ARM: dts: stm32: Enable WiFi on AV96 >>> ARM: dts: stm32: Add alternate pinmux for USART2 pins >>> ARM: dts: stm32: Enable Bluetooth on AV96 >>> ARM: dts: stm32: Add alternate pinmux for LTDC pins >>> ARM: dts: stm32: Add bindings for HDMI video on AV96 >>> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >>> ARM: dts: stm32: Add bindings for audio on AV96 >>> ARM: dts: stm32: Add bindings for USB on AV96 >>> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >>> >>> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >>> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- >>> 2 files changed, 572 insertions(+), 32 deletions(-) >>> >>> Cc: Alexandre Torgue <alexandre.torgue@st.com> >>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >>> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>> Cc: Patrice Chotard <patrice.chotard@st.com> >>> Cc: Patrick Delaunay <patrick.delaunay@st.com> >>> Cc: linux-stm32@st-md-mailman.stormreply.com >>> To: linux-arm-kernel@lists.infradead.org >>> >> >> Series looks good to me. I'll merge it for my next Pr. >> Just one question, Are we still able to boot older board revision >> (prototype ones)? > > I don't have one, but if we want to support the prototypes, we will need > a separate DT for that (or a few DTSi to handle the HW differences). I got the 588-100 prototype too now, and I have more patches which I would like to start upstreaming on top of this series (like split the SoM DT from the board DT), can these be applied so I can start sending the rest?
Hi Marek On 4/28/20 3:32 PM, Marek Vasut wrote: > On 4/23/20 4:04 PM, Marek Vasut wrote: >> On 4/23/20 3:36 PM, Alexandre Torgue wrote: >>> Ki Marek >> >> Hi, > > Hello again, > >>> On 4/22/20 12:45 PM, Marek Vasut wrote: >>>> The AV96 board device tree is completely broken and does not match the >>>> hardware. This series fixes it up. >>>> >>>> Marek Vasut (20): >>>> ARM: dts: stm32: Repair PMIC configuration on AV96 >>>> ARM: dts: stm32: Repair PMIC interrupt on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >>>> ARM: dts: stm32: Repair ethernet operation on AV96 >>>> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >>>> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >>>> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >>>> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >>>> ARM: dts: stm32: Add QSPI NOR on AV96 >>>> ARM: dts: stm32: Add configuration EEPROM on AV96 >>>> ARM: dts: stm32: Enable WiFi on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for USART2 pins >>>> ARM: dts: stm32: Enable Bluetooth on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for LTDC pins >>>> ARM: dts: stm32: Add bindings for HDMI video on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >>>> ARM: dts: stm32: Add bindings for audio on AV96 >>>> ARM: dts: stm32: Add bindings for USB on AV96 >>>> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >>>> >>>> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >>>> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- >>>> 2 files changed, 572 insertions(+), 32 deletions(-) >>>> >>>> Cc: Alexandre Torgue <alexandre.torgue@st.com> >>>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >>>> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>>> Cc: Patrice Chotard <patrice.chotard@st.com> >>>> Cc: Patrick Delaunay <patrick.delaunay@st.com> >>>> Cc: linux-stm32@st-md-mailman.stormreply.com >>>> To: linux-arm-kernel@lists.infradead.org >>>> >>> >>> Series looks good to me. I'll merge it for my next Pr. >>> Just one question, Are we still able to boot older board revision >>> (prototype ones)? >> >> I don't have one, but if we want to support the prototypes, we will need >> a separate DT for that (or a few DTSi to handle the HW differences). > > I got the 588-100 prototype too now, and I have more patches which I > would like to start upstreaming on top of this series (like split the > SoM DT from the board DT), can these be applied so I can start sending > the rest? > I'll try to do it today or tomorrow.
On 4/28/20 3:54 PM, Alexandre Torgue wrote: > Hi Marek > > On 4/28/20 3:32 PM, Marek Vasut wrote: >> On 4/23/20 4:04 PM, Marek Vasut wrote: >>> On 4/23/20 3:36 PM, Alexandre Torgue wrote: >>>> Ki Marek >>> >>> Hi, >> >> Hello again, >> >>>> On 4/22/20 12:45 PM, Marek Vasut wrote: >>>>> The AV96 board device tree is completely broken and does not match the >>>>> hardware. This series fixes it up. >>>>> >>>>> Marek Vasut (20): >>>>> ARM: dts: stm32: Repair PMIC configuration on AV96 >>>>> ARM: dts: stm32: Repair PMIC interrupt on AV96 >>>>> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >>>>> ARM: dts: stm32: Repair ethernet operation on AV96 >>>>> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >>>>> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >>>>> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >>>>> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >>>>> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >>>>> ARM: dts: stm32: Add QSPI NOR on AV96 >>>>> ARM: dts: stm32: Add configuration EEPROM on AV96 >>>>> ARM: dts: stm32: Enable WiFi on AV96 >>>>> ARM: dts: stm32: Add alternate pinmux for USART2 pins >>>>> ARM: dts: stm32: Enable Bluetooth on AV96 >>>>> ARM: dts: stm32: Add alternate pinmux for LTDC pins >>>>> ARM: dts: stm32: Add bindings for HDMI video on AV96 >>>>> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >>>>> ARM: dts: stm32: Add bindings for audio on AV96 >>>>> ARM: dts: stm32: Add bindings for USB on AV96 >>>>> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >>>>> >>>>> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >>>>> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 >>>>> ++++++++++++++++++-- >>>>> 2 files changed, 572 insertions(+), 32 deletions(-) >>>>> >>>>> Cc: Alexandre Torgue <alexandre.torgue@st.com> >>>>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >>>>> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>>>> Cc: Patrice Chotard <patrice.chotard@st.com> >>>>> Cc: Patrick Delaunay <patrick.delaunay@st.com> >>>>> Cc: linux-stm32@st-md-mailman.stormreply.com >>>>> To: linux-arm-kernel@lists.infradead.org >>>>> >>>> >>>> Series looks good to me. I'll merge it for my next Pr. >>>> Just one question, Are we still able to boot older board revision >>>> (prototype ones)? >>> >>> I don't have one, but if we want to support the prototypes, we will need >>> a separate DT for that (or a few DTSi to handle the HW differences). >> >> I got the 588-100 prototype too now, and I have more patches which I >> would like to start upstreaming on top of this series (like split the >> SoM DT from the board DT), can these be applied so I can start sending >> the rest? >> > > I'll try to do it today or tomorrow. Cool, thanks !
Hi Marek On 4/22/20 12:45 PM, Marek Vasut wrote: > The AV96 board device tree is completely broken and does not match the > hardware. This series fixes it up. > > Marek Vasut (20): > ARM: dts: stm32: Repair PMIC configuration on AV96 > ARM: dts: stm32: Repair PMIC interrupt on AV96 > ARM: dts: stm32: Add alternate pinmux for ethernet RGMII > ARM: dts: stm32: Repair ethernet operation on AV96 > ARM: dts: stm32: Add missing ethernet PHY reset on AV96 > ARM: dts: stm32: Add missing ethernet PHY skews on AV96 > ARM: dts: stm32: Add alternate pinmux for SDMMC pins > ARM: dts: stm32: Repair SDMMC1 operation on AV96 > ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 > ARM: dts: stm32: Add QSPI NOR on AV96 > ARM: dts: stm32: Add configuration EEPROM on AV96 > ARM: dts: stm32: Enable WiFi on AV96 > ARM: dts: stm32: Add alternate pinmux for USART2 pins > ARM: dts: stm32: Enable Bluetooth on AV96 > ARM: dts: stm32: Add alternate pinmux for LTDC pins > ARM: dts: stm32: Add bindings for HDMI video on AV96 > ARM: dts: stm32: Add alternate pinmux for SAI2 pins > ARM: dts: stm32: Add bindings for audio on AV96 > ARM: dts: stm32: Add bindings for USB on AV96 > ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 > > arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ > arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- > 2 files changed, 572 insertions(+), 32 deletions(-) > > Cc: Alexandre Torgue <alexandre.torgue@st.com> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Patrice Chotard <patrice.chotard@st.com> > Cc: Patrick Delaunay <patrick.delaunay@st.com> > Cc: linux-stm32@st-md-mailman.stormreply.com > To: linux-arm-kernel@lists.infradead.org > Series applied on stm32-next. Thanks Alex
On 4/29/20 9:56 AM, Alexandre Torgue wrote: > Hi Marek > > On 4/22/20 12:45 PM, Marek Vasut wrote: >> The AV96 board device tree is completely broken and does not match the >> hardware. This series fixes it up. >> >> Marek Vasut (20): >> ARM: dts: stm32: Repair PMIC configuration on AV96 >> ARM: dts: stm32: Repair PMIC interrupt on AV96 >> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >> ARM: dts: stm32: Repair ethernet operation on AV96 >> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >> ARM: dts: stm32: Add QSPI NOR on AV96 >> ARM: dts: stm32: Add configuration EEPROM on AV96 >> ARM: dts: stm32: Enable WiFi on AV96 >> ARM: dts: stm32: Add alternate pinmux for USART2 pins >> ARM: dts: stm32: Enable Bluetooth on AV96 >> ARM: dts: stm32: Add alternate pinmux for LTDC pins >> ARM: dts: stm32: Add bindings for HDMI video on AV96 >> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >> ARM: dts: stm32: Add bindings for audio on AV96 >> ARM: dts: stm32: Add bindings for USB on AV96 >> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >> >> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- >> 2 files changed, 572 insertions(+), 32 deletions(-) >> >> Cc: Alexandre Torgue <alexandre.torgue@st.com> >> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >> Cc: Patrice Chotard <patrice.chotard@st.com> >> Cc: Patrick Delaunay <patrick.delaunay@st.com> >> Cc: linux-stm32@st-md-mailman.stormreply.com >> To: linux-arm-kernel@lists.infradead.org >> > > Series applied on stm32-next. Thanks. I sent out the rest, which should be very much all there is for now :)
On 4/29/20 6:40 PM, Marek Vasut wrote: > On 4/29/20 9:56 AM, Alexandre Torgue wrote: >> Hi Marek >> >> On 4/22/20 12:45 PM, Marek Vasut wrote: >>> The AV96 board device tree is completely broken and does not match the >>> hardware. This series fixes it up. >>> >>> Marek Vasut (20): >>> ARM: dts: stm32: Repair PMIC configuration on AV96 >>> ARM: dts: stm32: Repair PMIC interrupt on AV96 >>> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >>> ARM: dts: stm32: Repair ethernet operation on AV96 >>> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >>> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >>> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >>> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >>> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >>> ARM: dts: stm32: Add QSPI NOR on AV96 >>> ARM: dts: stm32: Add configuration EEPROM on AV96 >>> ARM: dts: stm32: Enable WiFi on AV96 >>> ARM: dts: stm32: Add alternate pinmux for USART2 pins >>> ARM: dts: stm32: Enable Bluetooth on AV96 >>> ARM: dts: stm32: Add alternate pinmux for LTDC pins >>> ARM: dts: stm32: Add bindings for HDMI video on AV96 >>> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >>> ARM: dts: stm32: Add bindings for audio on AV96 >>> ARM: dts: stm32: Add bindings for USB on AV96 >>> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >>> >>> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >>> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++-- >>> 2 files changed, 572 insertions(+), 32 deletions(-) >>> >>> Cc: Alexandre Torgue <alexandre.torgue@st.com> >>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >>> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>> Cc: Patrice Chotard <patrice.chotard@st.com> >>> Cc: Patrick Delaunay <patrick.delaunay@st.com> >>> Cc: linux-stm32@st-md-mailman.stormreply.com >>> To: linux-arm-kernel@lists.infradead.org >>> >> >> Series applied on stm32-next. > > Thanks. I sent out the rest, which should be very much all there is for > now :) > I hope :). I had a look on it and it sounds good. I'll merge it next week. regards alex
On 4/30/20 9:39 AM, Alexandre Torgue wrote: > > > On 4/29/20 6:40 PM, Marek Vasut wrote: >> On 4/29/20 9:56 AM, Alexandre Torgue wrote: >>> Hi Marek >>> >>> On 4/22/20 12:45 PM, Marek Vasut wrote: >>>> The AV96 board device tree is completely broken and does not match the >>>> hardware. This series fixes it up. >>>> >>>> Marek Vasut (20): >>>> ARM: dts: stm32: Repair PMIC configuration on AV96 >>>> ARM: dts: stm32: Repair PMIC interrupt on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for ethernet RGMII >>>> ARM: dts: stm32: Repair ethernet operation on AV96 >>>> ARM: dts: stm32: Add missing ethernet PHY reset on AV96 >>>> ARM: dts: stm32: Add missing ethernet PHY skews on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for SDMMC pins >>>> ARM: dts: stm32: Repair SDMMC1 operation on AV96 >>>> ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96 >>>> ARM: dts: stm32: Add QSPI NOR on AV96 >>>> ARM: dts: stm32: Add configuration EEPROM on AV96 >>>> ARM: dts: stm32: Enable WiFi on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for USART2 pins >>>> ARM: dts: stm32: Enable Bluetooth on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for LTDC pins >>>> ARM: dts: stm32: Add bindings for HDMI video on AV96 >>>> ARM: dts: stm32: Add alternate pinmux for SAI2 pins >>>> ARM: dts: stm32: Add bindings for audio on AV96 >>>> ARM: dts: stm32: Add bindings for USB on AV96 >>>> ARM: dts: stm32: Rename LEDs to match silkscreen on AV96 >>>> >>>> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 280 +++++++++++++++++ >>>> arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 >>>> ++++++++++++++++++-- >>>> 2 files changed, 572 insertions(+), 32 deletions(-) >>>> >>>> Cc: Alexandre Torgue <alexandre.torgue@st.com> >>>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >>>> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> >>>> Cc: Patrice Chotard <patrice.chotard@st.com> >>>> Cc: Patrick Delaunay <patrick.delaunay@st.com> >>>> Cc: linux-stm32@st-md-mailman.stormreply.com >>>> To: linux-arm-kernel@lists.infradead.org >>>> >>> >>> Series applied on stm32-next. >> >> Thanks. I sent out the rest, which should be very much all there is for >> now :) > > > I hope :). I had a look on it and it sounds good. I'll merge it next week. Nice, thanks.