diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2020-03-26 23:02:12 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-04-20 12:15:23 +0200 |
commit | bc1aa0919284679c71853577f3003d8aa1ff9720 (patch) | |
tree | 350aa6e7cb947aef588c5a0bb43d412274a22be0 | |
parent | 666b5ca85cd34f219a1b237a64d09e778980e231 (diff) | |
download | lwn-bc1aa0919284679c71853577f3003d8aa1ff9720.tar.gz lwn-bc1aa0919284679c71853577f3003d8aa1ff9720.zip |
dt-bindings: arm: stm32: document lxa,stm32mp157c-mc1 compatible
Document the STM32MP157 based Linux Automation MC-1 device tree
compatible.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index 1fcf306bd2d1..71ea3f04ab9c 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -38,6 +38,7 @@ properties: - items: - enum: - arrow,stm32mp157a-avenger96 # Avenger96 + - lxa,stm32mp157c-mc1 - st,stm32mp157c-ed1 - st,stm32mp157a-dk1 - st,stm32mp157c-dk2 |