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: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042321.4817-5-hayashi.kunihiko@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Kunihiko Hayashi 2022-09-13 13:23:15 +09:00 committed by Arnd Bergmann
parent 4cc752a88c
commit 173b9b8e5f
No known key found for this signature in database
GPG Key ID: 9A6C79EFE60018D9
4 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ &serial0 {
};
&gpio {
xirq0 {
xirq0-hog {
gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
input;

View File

@ -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;

View File

@ -51,7 +51,7 @@ &serial0 {
};
&gpio {
xirq0 {
xirq0-hog {
gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(0) 0>;
input;

View File

@ -68,7 +68,7 @@ &serial3 {
};
&gpio {
xirq4 {
xirq4-hog {
gpio-hog;
gpios = <UNIPHIER_GPIO_IRQ(4) 0>;
input;