Message ID | 20220413103356.3433637-9-abel.vesa@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: Add i.MX8DXL initial support | expand |
On Wed, Apr 13, 2022 at 01:33:51PM +0300, Abel Vesa wrote: > Document devicetree binding of i.XM8DXL EVK board. > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index b6cc34115362..c44ce1f6fb98 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -803,6 +803,13 @@ properties: > - fsl,imx7ulp-evk # i.MX7ULP Evaluation Kit > - const: fsl,imx7ulp > > + - description: i.MX8DXL based Boards > + items: > + - enum: > + - fsl,imx8dxl-evk # i.MX8DXL Evaluation Kit > + - const: fsl,imx8dxl > + > + Extra blank line > - description: i.MX8MM based Boards > items: > - enum: > -- > 2.34.1 > >
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index b6cc34115362..c44ce1f6fb98 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -803,6 +803,13 @@ properties: - fsl,imx7ulp-evk # i.MX7ULP Evaluation Kit - const: fsl,imx7ulp + - description: i.MX8DXL based Boards + items: + - enum: + - fsl,imx8dxl-evk # i.MX8DXL Evaluation Kit + - const: fsl,imx8dxl + + - description: i.MX8MM based Boards items: - enum:
Document devicetree binding of i.XM8DXL EVK board. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++ 1 file changed, 7 insertions(+)