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

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
...@@ -51,7 +51,7 @@ &serial0 { ...@@ -51,7 +51,7 @@ &serial0 {
}; };
&gpio { &gpio {
xirq0 { xirq0-hog {
gpio-hog; gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(0) 0>; gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
input; input;
......
...@@ -168,12 +168,12 @@ &pcie { ...@@ -168,12 +168,12 @@ &pcie {
&gpio { &gpio {
/* IRQs for Max3421 */ /* IRQs for Max3421 */
xirq0 { xirq0-hog {
gpio-hog; gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(0) 1>; gpios = <UNIPHIER_GPIO_IRQ(0) 1>;
input; input;
}; };
xirq10 { xirq10-hog {
gpio-hog; gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(10) 1>; gpios = <UNIPHIER_GPIO_IRQ(10) 1>;
input; input;
......
...@@ -51,7 +51,7 @@ &serial0 { ...@@ -51,7 +51,7 @@ &serial0 {
}; };
&gpio { &gpio {
xirq0 { xirq0-hog {
gpio-hog; gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(0) 0>; gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
input; input;
......
...@@ -68,7 +68,7 @@ &serial3 { ...@@ -68,7 +68,7 @@ &serial3 {
}; };
&gpio { &gpio {
xirq4 { xirq4-hog {
gpio-hog; gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(4) 0>; gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
input; input;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment