diff options
author | Andrew F. Davis <afd@ti.com> | 2019-03-29 21:13:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-04-09 18:09:42 +0300 |
commit | b453c417609fa035c76e6a9c0c3dcf2cb42c1112 (patch) | |
tree | 3f057e6b3fd070ee30c6d033c21e8fedef5a30c7 /arch/arm/boot/dts/omap2420-n810.dts | |
parent | e74cf9186be870e4a78ddfd59b0c4b57ab549c0e (diff) | |
download | linux-b453c417609fa035c76e6a9c0c3dcf2cb42c1112.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap2420-n810.dts')
-rw-r--r-- | arch/arm/boot/dts/omap2420-n810.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420-n810.dts b/arch/arm/boot/dts/omap2420-n810.dts index 96b9913ecc1f..09c1dbc0bb69 100644 --- a/arch/arm/boot/dts/omap2420-n810.dts +++ b/arch/arm/boot/dts/omap2420-n810.dts @@ -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 */ |