diff options
author | Rob Herring <robh@kernel.org> | 2019-06-18 00:40:28 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 15:31:13 +0200 |
commit | f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7 (patch) | |
tree | 0b89867bc70be1541f5242728233e3575316ed32 /Documentation | |
parent | dt-bindings: arm: Move Emtrion i.MX6 board bindings to schema (diff) | |
download | linux-f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7.tar.xz linux-f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7.zip |
dt-bindings: arm: fsl: Add back missing i.MX7ULP binding
In the conversion to DT schema, the addition of the i.MX7ULP binding got
dropped. Add it to the binding schema.
Fixes: a1a38e1f4d1d ("dt-bindings: arm: Convert FSL board/soc bindings to json-schema")
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index f933f841d8ad..3842d701a386 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -176,6 +176,12 @@ properties: - const: compulab,cl-som-imx7 - const: fsl,imx7d + - description: i.MX7ULP based Boards + items: + - enum: + - fsl,imx7ulp-evk # i.MX7ULP Evaluation Kit + - const: fsl,imx7ulp + - description: i.MX8MM based Boards items: - enum: |