Message ID | 20241118051541.2621360-2-pengfei.li_1@nxp.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add i.MX91 platform support | expand |
On Mon, Nov 18, 2024 at 01:15:38PM +0800, Pengfei Li wrote: > Add the board imx91-11x11-evk in the binding docuemnt. > > Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> > --- > 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 6e0dcf4307f1..5951317ce900 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -1332,6 +1332,12 @@ properties: > - fsl,imx8ulp-evk # i.MX8ULP EVK Board > - const: fsl,imx8ulp > > + - description: i.MX91 based Boards > + items: > + - enum: > + - fsl,imx91-11x11-evk # i.MX91 11x11 EVK Board > + - const: fsl,imx91 > + > - description: i.MX93 based Boards > items: > - enum: > -- > 2.34.1 >
On Mon, Nov 18, 2024 at 01:15:38PM +0800, Pengfei Li wrote: > Add the board imx91-11x11-evk in the binding docuemnt. > > Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com> You missed Conor's ack. Please add tags when sending out new versions. > --- > 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 6e0dcf4307f1..5951317ce900 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -1332,6 +1332,12 @@ properties: > - fsl,imx8ulp-evk # i.MX8ULP EVK Board > - const: fsl,imx8ulp > > + - description: i.MX91 based Boards > + items: > + - enum: > + - fsl,imx91-11x11-evk # i.MX91 11x11 EVK Board > + - const: fsl,imx91 > + > - description: i.MX93 based Boards > items: > - enum: > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 6e0dcf4307f1..5951317ce900 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1332,6 +1332,12 @@ properties: - fsl,imx8ulp-evk # i.MX8ULP EVK Board - const: fsl,imx8ulp + - description: i.MX91 based Boards + items: + - enum: + - fsl,imx91-11x11-evk # i.MX91 11x11 EVK Board + - const: fsl,imx91 + - description: i.MX93 based Boards items: - enum:
Add the board imx91-11x11-evk in the binding docuemnt. Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+)