Revision e2297f7c3ab3b68dda2ac732b1767212019d3bdf authored by Rob Herring on 16 July 2019, 21:34:40 UTC, committed by Rob Herring on 21 July 2019, 02:28:53 UTC
Now that examples are validated against the DT schema, an error with
required 'clocks' property missing is exposed:

Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \
pinctrl@40020000: gpio@0: 'clocks' is a required property
Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \
pinctrl@50020000: gpio@1000: 'clocks' is a required property
Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \
pinctrl@50020000: gpio@2000: 'clocks' is a required property

Add the missing 'clocks' properties to the examples to fix the errors.

Fixes: 2c9239c125f0 ("dt-bindings: pinctrl: Convert stm32 pinctrl bindings to json-schema")
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: linux-gpio@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 20051f5
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 414 bytes
cache.c -rw-r--r-- 10.6 KB
cookie.c -rw-r--r-- 25.2 KB
fsdef.c -rw-r--r-- 2.9 KB
histogram.c -rw-r--r-- 2.2 KB
internal.h -rw-r--r-- 13.5 KB
main.c -rw-r--r-- 4.6 KB
netfs.c -rw-r--r-- 1.9 KB
object-list.c -rw-r--r-- 11.2 KB
object.c -rw-r--r-- 32.9 KB
operation.c -rw-r--r-- 17.0 KB
page.c -rw-r--r-- 33.0 KB
proc.c -rw-r--r-- 1.7 KB
stats.c -rw-r--r-- 9.9 KB

back to top