Message ID | 20201107123334.1868360-1-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [V3,1/3] dt-bindings: arm: fsl: Add beacon,imx8mn-beacon-kit | expand |
On Sat, Nov 07, 2020 at 06:33:31AM -0600, Adam Ford wrote: > Add beacon,imx8mn-beacon-kit to list of compatible options. > > Signed-off-by: Adam Ford <aford173@gmail.com> > --- > V3: Correct Typo and move to Nano section > V2: New to series > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 85fb24da4a02..5a2608e6bc30 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -680,6 +680,7 @@ properties: - description: i.MX8MN based Boards items: - enum: + - beacon,imx8mn-beacon-kit # i.MX8MN Beacon Development Kit - fsl,imx8mn-ddr4-evk # i.MX8MN DDR4 EVK Board - fsl,imx8mn-evk # i.MX8MN LPDDR4 EVK Board - const: fsl,imx8mn
Add beacon,imx8mn-beacon-kit to list of compatible options. Signed-off-by: Adam Ford <aford173@gmail.com> --- V3: Correct Typo and move to Nano section V2: New to series