Message ID | 20230405160258.46998-1-cniedermaier@dh-electronics.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm: fsl: Add Marantec maveo box as a DHCOR i.MX6ULL SoM based board | expand |
On 4/5/23 18:02, Christoph Niedermaier wrote: > Add Marantec maveo box. The system is used to get a smart conntection > to a door drive. The core of this system is a soldered i.MX6ULL DHCOR > SoM from DH electronics. > > Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> > --- > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: Shawn Guo <shawnguo@kernel.org> > CC: Li Yang <leoyang.li@nxp.com> > Cc: Marek Vasut <marex@denx.de> > Cc: Fabio Estevam <festevam@denx.de> > Cc: NXP Linux Team <linux-imx@nxp.com> > Cc: kernel@dh-electronics.com > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > To: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index b175f2b1bd30..c95254c57571 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -717,6 +717,12 @@ properties: > - const: dh,imx6ull-dhcor-som > - const: fsl,imx6ull > > + - description: i.MX6ULL DHCOR SoM based Boards > + items: > + - const: dh,imx6ull-dhcor-maveo-box This should be using Marantec vendor prefix, not "dh," prefix I think ? You should add that to Documentation/devicetree/bindings/vendor-prefixes.yaml first, and then use it here.
From: Marek Vasut [mailto:marex@denx.de] Sent: Wednesday, April 5, 2023 6:26 PM > On 4/5/23 18:02, Christoph Niedermaier wrote: >> Add Marantec maveo box. The system is used to get a smart conntection >> to a door drive. The core of this system is a soldered i.MX6ULL DHCOR >> SoM from DH electronics. >> >> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> >> --- >> Cc: Rob Herring <robh+dt@kernel.org> >> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> >> Cc: Shawn Guo <shawnguo@kernel.org> >> CC: Li Yang <leoyang.li@nxp.com> >> Cc: Marek Vasut <marex@denx.de> >> Cc: Fabio Estevam <festevam@denx.de> >> Cc: NXP Linux Team <linux-imx@nxp.com> >> Cc: kernel@dh-electronics.com >> Cc: devicetree@vger.kernel.org >> Cc: linux-kernel@vger.kernel.org >> To: linux-arm-kernel@lists.infradead.org >> --- >> Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml >> index b175f2b1bd30..c95254c57571 100644 >> --- a/Documentation/devicetree/bindings/arm/fsl.yaml >> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml >> @@ -717,6 +717,12 @@ properties: >> - const: dh,imx6ull-dhcor-som >> - const: fsl,imx6ull >> >> + - description: i.MX6ULL DHCOR SoM based Boards >> + items: >> + - const: dh,imx6ull-dhcor-maveo-box > > This should be using Marantec vendor prefix, not "dh," prefix I think ? > > You should add that to > Documentation/devicetree/bindings/vendor-prefixes.yaml first, and then > use it here. I will change it in version 2.
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index b175f2b1bd30..c95254c57571 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -717,6 +717,12 @@ properties: - const: dh,imx6ull-dhcor-som - const: fsl,imx6ull + - description: i.MX6ULL DHCOR SoM based Boards + items: + - const: dh,imx6ull-dhcor-maveo-box + - const: dh,imx6ull-dhcor-som + - const: fsl,imx6ull + - description: i.MX6ULL PHYTEC phyBOARD-Segin items: - enum:
Add Marantec maveo box. The system is used to get a smart conntection to a door drive. The core of this system is a soldered i.MX6ULL DHCOR SoM from DH electronics. Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com> --- Cc: Rob Herring <robh+dt@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Shawn Guo <shawnguo@kernel.org> CC: Li Yang <leoyang.li@nxp.com> Cc: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@denx.de> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: kernel@dh-electronics.com Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org To: linux-arm-kernel@lists.infradead.org --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+)