Message ID | 20201106121238.1814427-1-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [V2,1/3] dt-bindings: arm: fsl: Add beacon,imx8mn-beacon-kit | expand |
On Fri, Nov 06, 2020 at 06:12:35AM -0600, Adam Ford wrote: > Add beacon,imx8mn-beacon-kit to list of compatible options. > > Signed-off-by: Adam Ford <aford173@gmail.com> > --- > V2: New to series > > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 85fb24da4a02..808e001aa81a 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -659,6 +659,7 @@ properties: > items: > - enum: > - beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit > + - beacon,imx8mn-beacon-kit # i.MX8MM Beacon Development Kit Hi Adam, Wrong place. You need to add it under "i.MX8MN based Boards" Comment has a typo - MM. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 85fb24da4a02..808e001aa81a 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -659,6 +659,7 @@ properties: items: - enum: - beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit + - beacon,imx8mn-beacon-kit # i.MX8MM Beacon Development Kit - fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board - fsl,imx8mm-evk # i.MX8MM EVK Board - kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
Add beacon,imx8mn-beacon-kit to list of compatible options. Signed-off-by: Adam Ford <aford173@gmail.com> --- V2: New to series Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+)