https://github.com/torvalds/linux
Revision 5cef38dd03f33ef206eb792df0fb3b200d762546 authored by Atul Khare on 03 August 2022, 15:55:40 UTC, committed by Palmer Dabbelt on 12 August 2022, 16:00:01 UTC
Fix device tree schema validation messages like 'gpio-line-names'
does not match any of the regexes: 'pinctrl-[0-9]+' From schema: ...
sifive,gpio.yaml'.

The bindings were missing the gpio-line-names element, which was
causing the dt-schema checker to trip-up.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Atul Khare <atulkhare@rivosinc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20220803155539.800766-1-mail@conchuod.ie
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 9019b4f
Raw File
Tip revision: 5cef38dd03f33ef206eb792df0fb3b200d762546 authored by Atul Khare on 03 August 2022, 15:55:40 UTC
dt-bindings: gpio: sifive: add gpio-line-names
Tip revision: 5cef38d
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top