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-- 1.2 KB
Makefile -rw-r--r-- 378 bytes
acl.c -rw-r--r-- 5.8 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 45.1 KB
dir.c -rw-r--r-- 16.9 KB
ext2.h -rw-r--r-- 27.8 KB
file.c -rw-r--r-- 5.2 KB
ialloc.c -rw-r--r-- 18.3 KB
inode.c -rw-r--r-- 47.9 KB
ioctl.c -rw-r--r-- 4.1 KB
namei.c -rw-r--r-- 9.4 KB
super.c -rw-r--r-- 44.6 KB
symlink.c -rw-r--r-- 916 bytes
xattr.c -rw-r--r-- 28.9 KB
xattr.h -rw-r--r-- 3.3 KB
xattr_security.c -rw-r--r-- 1.4 KB
xattr_trusted.c -rw-r--r-- 1.1 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top