Message ID | 20200520154116.12909-6-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mainline Protonic boards | expand |
On Wed, 20 May 2020 17:41:16 +0200, Oleksij Rempel wrote: > Add Protonic PRTI6Q, WD2, RVT, VT7 boards. > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
On Thu, May 21, 2020 at 02:00:02PM -0600, robh@kernel.org wrote: > On Wed, 20 May 2020 17:41:16 +0200, Oleksij Rempel wrote: > > Add Protonic PRTI6Q, WD2, RVT, VT7 boards. > > > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > > --- > > Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. Sorry, there is no special reason. I just missed it. Regards, Oleksij
On Wed, May 20, 2020 at 05:41:16PM +0200, Oleksij Rempel wrote: > Add Protonic PRTI6Q, WD2, RVT, VT7 boards. > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Ah, okay. The compatible is defined here. This patch should really go first. Shawn > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index cd3fbe7e39487..a1657505b3357 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -119,6 +119,8 @@ properties: > - fsl,imx6q-sabreauto > - fsl,imx6q-sabrelite > - fsl,imx6q-sabresd > + - prt,prti6q # Protonic PRTI6Q board > + - prt,prtwd2 # Protonic WD2 board > - technexion,imx6q-pico-dwarf # TechNexion i.MX6Q Pico-Dwarf > - technexion,imx6q-pico-hobbit # TechNexion i.MX6Q Pico-Hobbit > - technexion,imx6q-pico-nymph # TechNexion i.MX6Q Pico-Nymph > @@ -170,6 +172,8 @@ properties: > - emtrion,emcon-mx6-avari # emCON-MX6S or emCON-MX6DL SoM on Avari Base > - fsl,imx6dl-sabreauto # i.MX6 DualLite/Solo SABRE Automotive Board > - fsl,imx6dl-sabresd # i.MX6 DualLite SABRE Smart Device Board > + - prt,prtrvt # Protonic RVT board > + - prt,prtvt7 # Protonic VT7 board > - technexion,imx6dl-pico-dwarf # TechNexion i.MX6DL Pico-Dwarf > - technexion,imx6dl-pico-hobbit # TechNexion i.MX6DL Pico-Hobbit > - technexion,imx6dl-pico-nymph # TechNexion i.MX6DL Pico-Nymph > -- > 2.26.2 >
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index cd3fbe7e39487..a1657505b3357 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -119,6 +119,8 @@ properties: - fsl,imx6q-sabreauto - fsl,imx6q-sabrelite - fsl,imx6q-sabresd + - prt,prti6q # Protonic PRTI6Q board + - prt,prtwd2 # Protonic WD2 board - technexion,imx6q-pico-dwarf # TechNexion i.MX6Q Pico-Dwarf - technexion,imx6q-pico-hobbit # TechNexion i.MX6Q Pico-Hobbit - technexion,imx6q-pico-nymph # TechNexion i.MX6Q Pico-Nymph @@ -170,6 +172,8 @@ properties: - emtrion,emcon-mx6-avari # emCON-MX6S or emCON-MX6DL SoM on Avari Base - fsl,imx6dl-sabreauto # i.MX6 DualLite/Solo SABRE Automotive Board - fsl,imx6dl-sabresd # i.MX6 DualLite SABRE Smart Device Board + - prt,prtrvt # Protonic RVT board + - prt,prtvt7 # Protonic VT7 board - technexion,imx6dl-pico-dwarf # TechNexion i.MX6DL Pico-Dwarf - technexion,imx6dl-pico-hobbit # TechNexion i.MX6DL Pico-Hobbit - technexion,imx6dl-pico-nymph # TechNexion i.MX6DL Pico-Nymph
Add Protonic PRTI6Q, WD2, RVT, VT7 boards. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++++ 1 file changed, 4 insertions(+)