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

ARM: dts: omap2420-n810: 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: Tony Lindgren <tony@atomide.com>

authored by

Andrew F. Davis and committed by
Tony Lindgren
b453c417 e74cf918

+1 -1
+1 -1
arch/arm/boot/dts/omap2420-n810.dts
··· 48 48 pinctrl-names = "default"; 49 49 pinctrl-0 = <&aic33_pins>; 50 50 51 - gpio-reset = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */ 51 + reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */ 52 52 53 53 ai3x-gpio-func = < 54 54 10 /* AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK */