]> www.infradead.org Git - users/willy/xarray.git/commitdiff
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 849034a49a3f98e289009e9b8612b99dd65a75b0..03caea6fc6ffa4cf3f19c2d23fe0a9144405df62 100644 (file)
 };
 
 &gpio2 {
-       touch-interrupt {
+       touch-interrupt-hog {
                gpio-hog;
                gpios = <12 GPIO_ACTIVE_LOW>;
                input;
index a01f3def1c695d562194fb47b5f2b62f7d4bb3c8..0af63ddc44738b1dd67f3464507858b6605c459c 100644 (file)
                function = "lcd0";
        };
 
-       lcd0_mux {
+       lcd0-mux-hog {
                /* DBGMD/LCDC0/FSIA MUX */
                gpio-hog;
                gpios = <176 0>;
index 3c8a7c8b1fdd56d33c47a89e3a4c022cd7c1da5e..4e58c54cde17c382bf56ef058bf8473e985e7566 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 a5a79cdbcd0ee09ba05ccf34f8733eadc4bfbfce..64102b664055b475a531a27b754cade033204da4 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 5621c9ed698f0e4aa969ae85e29f6252c882d590..b281a4d164b0aae8efdfb43ae8e2586b9165a0ed 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 b024621c998103b2659ca586e404386aa068b2b3..64480228524916617405d6274715eba6d927961a 100644 (file)
 };
 
 &gpio2 {
-       interrupt-fixup {
+       interrupt-fixup-hog {
                gpio-hog;
                gpios = <29 GPIO_ACTIVE_HIGH>;
                line-name = "hdmi-hpd-int";