]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: Align GPIO hog names with dtschema
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Feb 2022 12:33:40 +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/baee4b9980576ffbab24122fce7147c9cbc2ea59.1645705998.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
arch/arm64/boot/dts/renesas/hihope-common.dtsi
arch/arm64/boot/dts/renesas/hihope-rzg2-ex-lvds.dtsi
arch/arm64/boot/dts/renesas/r8a774c0-ek874-idk-2121wr.dts
arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts
arch/arm64/boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi
arch/arm64/boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi

index 17d5c4501bbe184cb0e47942be3aa69df2a555a9..877d076ffcc9bf92cd0937a092184c4aeca6250b 100644 (file)
@@ -77,7 +77,7 @@
 };
 
 &gpio6 {
-       usb_hub_reset {
+       usb-hub-reset-hog {
                gpio-hog;
                gpios = <10 GPIO_ACTIVE_HIGH>;
                output-high;
index 0c7e6f79059020ff9f49d163c8c68310e0c18f9d..935d06515aa6130bc191acaaee8a23c884028a1b 100644 (file)
 };
 
 &gpio6 {
-       usb1-reset {
+       usb1-reset-hog {
                gpio-hog;
                gpios = <10 GPIO_ACTIVE_LOW>;
                output-low;
index 40c5e8d6d84189104407e5e6be65d8145b55a6e3..d66d17e34694c871c8ad35d66f91a8556b2bd24f 100644 (file)
@@ -20,7 +20,7 @@
         * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
         * When GP1_20 is HIGH LVDS0 is connected to the LT8918L
         */
-       lvds-connector-en-gpio {
+       lvds-connector-en-hog {
                gpio-hog;
                gpios = <20 GPIO_ACTIVE_HIGH>;
                output-low;
index a7b27d09f6c25fa197dadb68b02f5f1937b8515b..c1812d1ef06a302a502f61439115f35166ffbd8a 100644 (file)
@@ -68,7 +68,7 @@
         * When GP0_17 is low LVDS[01] are connected to the LVDS connector
         * When GP0_17 is high LVDS[01] are connected to the LT8918L
         */
-       lvds-connector-en-gpio{
+       lvds-connector-en-hog {
                gpio-hog;
                gpios = <17 GPIO_ACTIVE_HIGH>;
                output-low;
index 49d141db53f7af37500498feaa90541d47206ef3..fc334b4c2aa422ee6576f4f93ea0866e7882f277 100644 (file)
@@ -18,8 +18,8 @@
 };
 
 &pinctrl {
-       /delete-node/ can0-stb;
-       /delete-node/ can1-stb;
+       /delete-node/ can0-stb-hog;
+       /delete-node/ can1-stb-hog;
        /delete-node/ gpio-sd0-pwr-en-hog;
        /delete-node/ sd0-dev-sel-hog;
        /delete-node/ sd1-pwr-en-hog;
index 2ef217445f72dae03fe7b521aa1e1977ad9c0033..9085d8c76ce1545280a046eb7afa3b1587be5e7d 100644 (file)
@@ -18,7 +18,7 @@
        };
 
        /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */
-       can0-stb {
+       can0-stb-hog {
                gpio-hog;
                gpios = <RZG2L_GPIO(42, 2) GPIO_ACTIVE_HIGH>;
                output-low;
@@ -31,7 +31,7 @@
        };
 
        /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */
-       can1-stb {
+       can1-stb-hog {
                gpio-hog;
                gpios = <RZG2L_GPIO(42, 3) GPIO_ACTIVE_HIGH>;
                output-low;
index bff56d69693667f1b85d2d2d5ac584e145a05997..37ff2091582ec9668bfbc8816e8326cc8d04904a 100644 (file)
@@ -34,7 +34,7 @@
 
 #if SW_RSPI_CAN
        /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */
-       can1-stb {
+       can1-stb-hog {
                gpio-hog;
                gpios = <RZG2L_GPIO(44, 3) GPIO_ACTIVE_HIGH>;
                output-low;