Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Alexandre Torgue and committed by
Rob Herring
4b6fffe7 e407626d

+3 -4
+3 -4
Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml
··· 40 40 allOf: 41 41 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 42 42 description: Should be phandle/offset/mask 43 - items: 44 - - description: Phandle to the syscon node which includes IRQ mux selection. 45 - - description: The offset of the IRQ mux selection register. 46 - - description: The field mask of IRQ mux, needed if different of 0xf. 43 + - Phandle to the syscon node which includes IRQ mux selection. 44 + - The offset of the IRQ mux selection register. 45 + - The field mask of IRQ mux, needed if different of 0xf. 47 46 48 47 st,package: 49 48 allOf: