Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-gw5903: Use new CODEC reset pin name

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>

authored by

Andrew F. Davis and committed by
Shawn Guo
c83bbdc2 1268d833

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-gw5903.dtsi
··· 311 311 tlv320aic3105: codec@18 { 312 312 compatible = "ti,tlv320aic3x"; 313 313 reg = <0x18>; 314 - gpio-reset = <&gpio5 17 GPIO_ACTIVE_LOW>; 314 + reset-gpios = <&gpio5 17 GPIO_ACTIVE_LOW>; 315 315 clocks = <&clks IMX6QDL_CLK_CKO>; 316 316 ai3x-micbias-vg = <2>; /* MICBIAS_2_5V */ 317 317 /* Regulators */