OSDN Git Service

ARM: dts: omap3: align gpio hog names with dt-schema
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 25 May 2021 17:58:56 +0000 (20:58 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 27 May 2021 12:06:57 +0000 (15:06 +0300)
The GPIO Hog dt-schema node naming convention expect GPIO hogs node names
to end with a 'hog' suffix.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-evm-processor-common.dtsi
arch/arm/boot/dts/omap3-gta04a5.dts

index b4109f4..e6ba30a 100644 (file)
  * for bus switch SN74CB3Q3384A, level-shifter SN74AVC16T245DGGR, and 1.8V.
  */
 &gpio2 {
-       en_usb2_port {
+       en-usb2-port-hog {
                gpio-hog;
                gpios = <29 GPIO_ACTIVE_HIGH>;  /* gpio_61 */
                output-low;
index fd84bbf..9ce8d81 100644 (file)
@@ -37,7 +37,7 @@
 };
 
 &gpio5 {
-       irda_en {
+       irda-en-hog {
                gpio-hog;
                gpios = <(175-160) GPIO_ACTIVE_HIGH>;
                output-high;    /* activate gpio_175 to disable IrDA receiver */