Commit 4b6fffe7 authored by Alexandre Torgue's avatar Alexandre Torgue Committed by Rob Herring

dt-bindings: pinctrl: stm32: Fix 'st, syscfg' description field

As there is only one item "st,syscfg" this commit moves phandle description
fields under "description" tag. It'll fix a validation issue seen  during
stm32 DT check.
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent e407626d
...@@ -40,10 +40,9 @@ properties: ...@@ -40,10 +40,9 @@ properties:
allOf: allOf:
- $ref: "/schemas/types.yaml#/definitions/phandle-array" - $ref: "/schemas/types.yaml#/definitions/phandle-array"
description: Should be phandle/offset/mask description: Should be phandle/offset/mask
items: - Phandle to the syscon node which includes IRQ mux selection.
- description: Phandle to the syscon node which includes IRQ mux selection. - The offset of the IRQ mux selection register.
- description: The offset of the IRQ mux selection register. - The field mask of IRQ mux, needed if different of 0xf.
- description: The field mask of IRQ mux, needed if different of 0xf.
st,package: st,package:
allOf: allOf:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment