mbox series

[00/12] dt-bindings: arm: fsl: fix and document compatibles

Message ID 20201001170759.9592-1-krzk@kernel.org (mailing list archive)
Headers show
Series dt-bindings: arm: fsl: fix and document compatibles | expand

Message

Krzysztof Kozlowski Oct. 1, 2020, 5:07 p.m. UTC
Hi,

This is a continuation of my series:
https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/

It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
boards compatibles.

There is ongoing discussion in my previous patchset about imx6q-pico
(Technexion) board compatibles so the DTS is marked as RFC.

Best regards,
Krzysztof


Krzysztof Kozlowski (12):
  dt-bindings: vendor-prefixes: add Element14
  dt-bindings: arm: fsl: document i.MX6Q boards
  dt-bindings: arm: fsl: document i.MX6QP boards
  dt-bindings: arm: fsl: document i.MX6SL boards
  dt-bindings: arm: fsl: document i.MX6SX boards
  dt-bindings: arm: fsl: document i.MX6UL boards
  dt-bindings: arm: fsl: document i.MX6ULL boards
  dt-bindings: arm: fsl: document i.MX7S boards
  dt-bindings: arm: fsl: document i.MX7D boards
  ARM: dts: imx6q-pico: fix board compatibles
  ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
  ARM: dts: imx7s-warp: correct vendor in compatible to Element14

 .../devicetree/bindings/arm/fsl.yaml          | 157 ++++++++++++++++--
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/imx6q-pico-dwarf.dts        |   2 +-
 arch/arm/boot/dts/imx6q-pico-hobbit.dts       |   2 +-
 arch/arm/boot/dts/imx6q-pico-nymph.dts        |   2 +-
 arch/arm/boot/dts/imx6q-pico-pi.dts           |   2 +-
 arch/arm/boot/dts/imx6sl-warp.dts             |   4 +-
 arch/arm/boot/dts/imx7s-warp.dts              |   4 +-
 8 files changed, 154 insertions(+), 21 deletions(-)

Comments

Shawn Guo Oct. 30, 2020, 7:11 a.m. UTC | #1
On Thu, Oct 01, 2020 at 07:07:47PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> This is a continuation of my series:
> https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/
> 
> It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
> boards compatibles.
> 
> There is ongoing discussion in my previous patchset about imx6q-pico
> (Technexion) board compatibles so the DTS is marked as RFC.
> 
> Best regards,
> Krzysztof
> 
> 
> Krzysztof Kozlowski (12):
>   dt-bindings: vendor-prefixes: add Element14
>   dt-bindings: arm: fsl: document i.MX6Q boards
>   dt-bindings: arm: fsl: document i.MX6QP boards
>   dt-bindings: arm: fsl: document i.MX6SL boards
>   dt-bindings: arm: fsl: document i.MX6SX boards
>   dt-bindings: arm: fsl: document i.MX6UL boards
>   dt-bindings: arm: fsl: document i.MX6ULL boards
>   dt-bindings: arm: fsl: document i.MX7S boards

This one doesn't apply ...

>   dt-bindings: arm: fsl: document i.MX7D boards
>   ARM: dts: imx6q-pico: fix board compatibles

This one was applied from previous post ...

>   ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
>   ARM: dts: imx7s-warp: correct vendor in compatible to Element14

All others are applied.

Shawn
Krzysztof Kozlowski Oct. 30, 2020, 9:18 a.m. UTC | #2
On Fri, 30 Oct 2020 at 08:11, Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Thu, Oct 01, 2020 at 07:07:47PM +0200, Krzysztof Kozlowski wrote:
> > Hi,
> >
> > This is a continuation of my series:
> > https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/
> >
> > It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
> > boards compatibles.
> >
> > There is ongoing discussion in my previous patchset about imx6q-pico
> > (Technexion) board compatibles so the DTS is marked as RFC.
> >
> > Best regards,
> > Krzysztof
> >
> >
> > Krzysztof Kozlowski (12):
> >   dt-bindings: vendor-prefixes: add Element14
> >   dt-bindings: arm: fsl: document i.MX6Q boards
> >   dt-bindings: arm: fsl: document i.MX6QP boards
> >   dt-bindings: arm: fsl: document i.MX6SL boards
> >   dt-bindings: arm: fsl: document i.MX6SX boards
> >   dt-bindings: arm: fsl: document i.MX6UL boards
> >   dt-bindings: arm: fsl: document i.MX6ULL boards
> >   dt-bindings: arm: fsl: document i.MX7S boards
>
> This one doesn't apply ...

Thanks. I will rebase and resend.

Best regards,
Krzysztof