Message ID | 20200926162811.5335-7-krzk@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/14] dt-bindings: vendor-prefixes: add DFI | expand |
On Sat, 26 Sep 2020 18:28:04 +0200, Krzysztof Kozlowski wrote: > Document and adjust the compatibles for i.MX51 based boards. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > .../devicetree/bindings/arm/fsl.yaml | 24 ++++++++++++++++--- > 1 file changed, 21 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Sat, Sep 26, 2020 at 06:28:04PM +0200, Krzysztof Kozlowski wrote: > Document and adjust the compatibles for i.MX51 based boards. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > .../devicetree/bindings/arm/fsl.yaml | 24 ++++++++++++++++--- > 1 file changed, 21 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 93229f9746c7..b6e5691ddbd1 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -129,13 +129,31 @@ properties: > - kobo,aura > - const: fsl,imx50 > > - - description: i.MX51 Babbage Board > + - description: i.MX51 based Boards > items: > - enum: > - - armadeus,imx51-apf51 # APF51 SoM > - - armadeus,imx51-apf51dev # APF51 SoM on APF51Dev board > + - armadeus,imx51-apf51 # Armadeus Systems APF51 module > - fsl,imx51-babbage > - technologic,imx51-ts4800 > + - zii,imx51-scu3-esb I missed two i.MX51 boards, so there will be a v2 for this one. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 93229f9746c7..b6e5691ddbd1 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -129,13 +129,31 @@ properties: - kobo,aura - const: fsl,imx50 - - description: i.MX51 Babbage Board + - description: i.MX51 based Boards items: - enum: - - armadeus,imx51-apf51 # APF51 SoM - - armadeus,imx51-apf51dev # APF51 SoM on APF51Dev board + - armadeus,imx51-apf51 # Armadeus Systems APF51 module - fsl,imx51-babbage - technologic,imx51-ts4800 + - zii,imx51-scu3-esb + - const: fsl,imx51 + + - description: i.MX51 based Armadeus Systems APF51Dev Board + items: + - const: armadeus,imx51-apf51dev + - const: armadeus,imx51-apf51 + - const: fsl,imx51 + + - description: i.MX51 based Digi ConnectCore CC(W)-MX51 JSK Board + items: + - const: digi,connectcore-ccxmx51-jsk + - const: digi,connectcore-ccxmx51-som + - const: fsl,imx51 + + - description: i.MX51 based Eukrea CPUIMX51 Board + items: + - const: eukrea,mbimxsd51 + - const: eukrea,cpuimx51 - const: fsl,imx51 - description: i.MX53 based Boards
Document and adjust the compatibles for i.MX51 based boards. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- .../devicetree/bindings/arm/fsl.yaml | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-)