mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx6qdl-var-dart: 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>
This commit is contained in:
parent
c83bbdc227
commit
cadb32a9c1
|
@ -183,7 +183,7 @@ tlv320aic3106: codec@1b {
|
|||
IOVDD-supply = <®_3p3v>;
|
||||
DVDD-supply = <®_3p3v>;
|
||||
ai3x-ocmv = <0>;
|
||||
gpio-reset = <&gpio5 5 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpio5 5 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue