OSDN Git Service

ARM: dts: renesas: Align GPIO hog names with dtschema
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Feb 2022 12:33:09 +0000 (13:33 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Feb 2022 12:51:48 +0000 (13:51 +0100)
Dtschema expects GPIO hogs to end with a "hog" suffix.
Also, the convention for node names is to use hyphens, not underscores.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/972d982024cbb04dcf29b2a0ac6beaf41e66c363.1645705927.git.geert+renesas@glider.be
arch/arm/boot/dts/iwg20d-q7-common.dtsi
arch/arm/boot/dts/r8a7740-armadillo800eva.dts
arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts
arch/arm/boot/dts/r8a7742-iwg21d-q7.dts
arch/arm/boot/dts/r8a7742-iwg21m.dtsi
arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts

index 849034a..03caea6 100644 (file)
 };
 
 &gpio2 {
-       touch-interrupt {
+       touch-interrupt-hog {
                gpio-hog;
                gpios = <12 GPIO_ACTIVE_LOW>;
                input;
index a01f3de..0af63dd 100644 (file)
                function = "lcd0";
        };
 
-       lcd0_mux {
+       lcd0-mux-hog {
                /* DBGMD/LCDC0/FSIA MUX */
                gpio-hog;
                gpios = <176 0>;
index 3c8a7c8..4e58c54 100644 (file)
 
 &gpio0 {
        /* Disable hogging GP0_18 to output LOW */
-       /delete-node/ qspi_en;
+       /delete-node/ qspi-en-hog;
 
        /* Hog GP0_18 to output HIGH to enable VIN2 */
-       vin2_en {
+       vin2-en-hog {
                gpio-hog;
                gpios = <18 GPIO_ACTIVE_HIGH>;
                output-high;
index a5a79cd..64102b6 100644 (file)
 };
 
 &gpio0 {
-       touch-interrupt {
+       touch-interrupt-hog {
                gpio-hog;
                gpios = <24 GPIO_ACTIVE_LOW>;
                input;
 };
 
 &gpio1 {
-       can-trx-en-gpio{
+       can-trx-en-hog {
                gpio-hog;
                gpios = <28 GPIO_ACTIVE_HIGH>;
                output-low;
index 5621c9e..b281a4d 100644 (file)
@@ -37,7 +37,7 @@
 
 &gpio0 {
        /* GP0_18 set low to select QSPI. Doing so will disable VIN2 */
-       qspi_en {
+       qspi-en-hog {
                gpio-hog;
                gpios = <18 GPIO_ACTIVE_HIGH>;
                output-low;
index b024621..6448022 100644 (file)
 };
 
 &gpio2 {
-       interrupt-fixup {
+       interrupt-fixup-hog {
                gpio-hog;
                gpios = <29 GPIO_ACTIVE_HIGH>;
                line-name = "hdmi-hpd-int";