diff options
author | Rob Herring | 2019-06-18 00:42:44 +0200 |
---|---|---|
committer | Shawn Guo | 2019-06-18 15:39:22 +0200 |
commit | a10ecf624b7b7c1ec6c263d4562bd6631d380d2f (patch) | |
tree | 0a7832320e20e3691401c5f83b0d7746d423051c /Documentation/devicetree | |
parent | dt-bindings: arm: fsl: Add back missing i.MX7ULP binding (diff) | |
download | kernel-qcow2-linux-a10ecf624b7b7c1ec6c263d4562bd6631d380d2f.tar.gz kernel-qcow2-linux-a10ecf624b7b7c1ec6c263d4562bd6631d380d2f.tar.xz kernel-qcow2-linux-a10ecf624b7b7c1ec6c263d4562bd6631d380d2f.zip |
dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35
The SoC/board bindings for i.MX1/31/35 are undocumented. Add the missing
bindings to the 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 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 3842d701a386..7294ac36f4c0 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -15,6 +15,13 @@ properties: const: '/' compatible: oneOf: + - description: i.MX1 based Boards + items: + - enum: + - armadeus,imx1-apf9328 + - fsl,imx1ads + - const: fsl,imx1 + - description: i.MX23 based Boards items: - enum: @@ -51,6 +58,25 @@ properties: - const: i2se,duckbill-2 - const: fsl,imx28 + - description: i.MX31 based Boards + items: + - enum: + - buglabs,imx31-bug + - logicpd,imx31-lite + - const: fsl,imx31 + + - description: i.MX35 based Boards + items: + - enum: + - fsl,imx35-pdk + - const: fsl,imx35 + + - description: i.MX35 Eukrea CPUIMX35 Board + items: + - const: eukrea,mbimxsd35-baseboard + - const: eukrea,cpuimx35 + - const: fsl,imx35 + - description: i.MX50 based Boards items: - enum: |