Unverified Commit 173b9b8e authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Arnd Bergmann
Browse files

arm64: dts: uniphier: Rename gpio-hog nodes



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

  uniphier-ld11-ref.dtb: gpio@55000000: 'xirq0' 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 devicetre for LD11, LD20 and PXs3 SoCs.

Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042321.4817-5-hayashi.kunihiko@socionext.com

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

&gpio {
	xirq0 {
	xirq0-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
		input;
+2 −2
Original line number Diff line number Diff line
@@ -168,12 +168,12 @@ &pcie {

&gpio {
	/* IRQs for Max3421 */
	xirq0 {
	xirq0-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(0) 1>;
		input;
	};
	xirq10 {
	xirq10-hog {
		gpio-hog;
		gpios = <UNIPHIER_GPIO_IRQ(10) 1>;
		input;
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ &serial0 {
};

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

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