ARM: dts: omap2420-n810: Use new CODEC reset pin name
authorAndrew F. Davis <afd@ti.com>
Fri, 29 Mar 2019 18:13:13 +0000 (13:13 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Apr 2019 15:09:42 +0000 (08:09 -0700)
The correct DT property for specifying a GPIO used for reset
is "reset-gpios", the driver now accepts this name, use it here.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap2420-n810.dts

index 96b9913ecc1f9a281c01473118de715a4e67a076..09c1dbc0bb6904c82b0a94d95c97ff0a1f16446f 100644 (file)
@@ -48,7 +48,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&aic33_pins>;
 
-               gpio-reset = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */
+               reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */
 
                ai3x-gpio-func = <
                        10 /* AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK */