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

ARM: dts: uniphier: Rename gpio-hog node

According to gpio-hog schema, should add the suffix "-hog" to the node
names including gpio-hog to fix the following warning.

uniphier-pro4-ref.dtb: gpio@55000000: 'xirq2' does not match any of the regexes: '^.+-hog(-[0-9+)?$', 'pinctrl-[0-9]+'
From schema: Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml

This applies to the devicetree for LD4, LD6b, Pro4 and sLD8 SoCs.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-5-hayashi.kunihiko@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Kunihiko Hayashi and committed by
Arnd Bergmann
888c7017 7e115bdd

+4 -4
+1 -1
arch/arm/boot/dts/uniphier-ld4-ref.dts
··· 56 56 }; 57 57 58 58 &gpio { 59 - xirq1 { 59 + xirq1-hog { 60 60 gpio-hog; 61 61 gpios = <UNIPHIER_GPIO_IRQ(1) 0>; 62 62 input;
+1 -1
arch/arm/boot/dts/uniphier-ld6b-ref.dts
··· 60 60 }; 61 61 62 62 &gpio { 63 - xirq4 { 63 + xirq4-hog { 64 64 gpio-hog; 65 65 gpios = <UNIPHIER_GPIO_IRQ(4) 0>; 66 66 input;
+1 -1
arch/arm/boot/dts/uniphier-pro4-ref.dts
··· 59 59 }; 60 60 61 61 &gpio { 62 - xirq2 { 62 + xirq2-hog { 63 63 gpio-hog; 64 64 gpios = <UNIPHIER_GPIO_IRQ(2) 0>; 65 65 input;
+1 -1
arch/arm/boot/dts/uniphier-sld8-ref.dts
··· 56 56 }; 57 57 58 58 &gpio { 59 - xirq0 { 59 + xirq0-hog { 60 60 gpio-hog; 61 61 gpios = <UNIPHIER_GPIO_IRQ(0) 0>; 62 62 input;