ARM: dts: imx6qdl-var-dart: Use new CODEC reset pin name
authorAndrew F. Davis <afd@ti.com>
Fri, 29 Mar 2019 18:13:12 +0000 (13:13 -0500)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Apr 2019 02:41:55 +0000 (10:41 +0800)
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: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-var-dart.dtsi

index 8752a4961c477c7bb91a3bfc83998892fb158a7e..c41cac502bacc30ced5a402de990944a8e404a21 100644 (file)
                IOVDD-supply = <&reg_3p3v>;
                DVDD-supply = <&reg_3p3v>;
                ai3x-ocmv = <0>;
-               gpio-reset = <&gpio5 5 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio5 5 GPIO_ACTIVE_LOW>;
        };
 };