diff options
author | Michael Walle <michael@walle.cc> | 2020-12-29 13:03:20 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-15 10:55:05 +0100 |
commit | 599bbb639e83029d7237b4114aaf237619c525eb (patch) | |
tree | 8bf9fe972d1fcf9d7eb060befb3775c7fe260f56 /Documentation/devicetree/bindings/arm | |
parent | bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings (diff) | |
download | linux-599bbb639e83029d7237b4114aaf237619c525eb.tar.xz linux-599bbb639e83029d7237b4114aaf237619c525eb.zip |
dt-bindings: arm: fsl: add Kontron sl28 variant 1
Add the a new variant for the Kontron SMARC-sAL28 board.
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 2ae66407e2aa..89ef175ee49f 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -848,10 +848,12 @@ properties: Kontron SMARC-sAL28 board on the SMARC Eval Carrier 2.0 items: - enum: + - kontron,sl28-var1-ads2 - kontron,sl28-var2-ads2 - kontron,sl28-var3-ads2 - kontron,sl28-var4-ads2 - enum: + - kontron,sl28-var1 - kontron,sl28-var2 - kontron,sl28-var3 - kontron,sl28-var4 @@ -862,6 +864,7 @@ properties: Kontron SMARC-sAL28 board (on a generic/undefined carrier) items: - enum: + - kontron,sl28-var1 - kontron,sl28-var2 - kontron,sl28-var3 - kontron,sl28-var4 |