diff options
author | Rob Herring <robh@kernel.org> | 2019-06-17 16:40:28 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 21:31:13 +0800 |
commit | f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7 (patch) | |
tree | 0b89867bc70be1541f5242728233e3575316ed32 /Documentation/devicetree | |
parent | fbfe9ba4599f8941b02bc4fc701d6df9f04ebf02 (diff) | |
download | linux-f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7.tar.gz linux-f37545c59bf3b92f05a030b4a3c0cfb8d3a003c7.tar.bz2 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/devicetree')
-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: |