Unverified Commit 888c7017 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Arnd Bergmann
Browse files

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: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-5-hayashi.kunihiko@socionext.com

'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 7e115bdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ &serial3 {
};

&gpio {
	xirq1 {
	xirq1-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(1) 0>;
		input;
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ &serial2 {
};

&gpio {
	xirq4 {
	xirq4-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
		input;
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ &serial2 {
};

&gpio {
	xirq2 {
	xirq2-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(2) 0>;
		input;
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ &serial3 {
};

&gpio {
	xirq0 {
	xirq0-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
		input;