mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +00:00
ARM: dts: omap4-panda: Update the twl6040 gpio to macro definition
Update the dt property ti,audpwron-gpio to use the gpio macro definition for GPIO_ACTIVE_HIGH. Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Florian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
This commit is contained in:
parent
3818d7ca11
commit
78eb938ef2
@ -190,7 +190,7 @@
|
|||||||
/* IRQ# = 119 */
|
/* IRQ# = 119 */
|
||||||
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
|
interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_2N cascaded to gic */
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
ti,audpwron-gpio = <&gpio4 31 0>; /* gpio line 127 */
|
ti,audpwron-gpio = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio line 127 */
|
||||||
|
|
||||||
vio-supply = <&v1v8>;
|
vio-supply = <&v1v8>;
|
||||||
v2v1-supply = <&v2v1>;
|
v2v1-supply = <&v2v1>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user