diff options
author | Andrew F. Davis <afd@ti.com> | 2018-08-31 21:34:03 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 19:29:36 +0200 |
commit | 6b63967a61a06263e999fe45f29d9cae295ae31b (patch) | |
tree | d8049be686751634949dbcb24fb6f54c1624f2f4 /arch/arm/boot/dts/am571x-idk.dts | |
parent | ARM: dts: am572x-idk: Add tricolor Industrial LED support (diff) | |
download | linux-6b63967a61a06263e999fe45f29d9cae295ae31b.tar.xz linux-6b63967a61a06263e999fe45f29d9cae295ae31b.zip |
ARM: dts: am571x-idk: Add Industrial input load trigger
The SN65HVS882 load trigger is attached to GPIO2_23 on the AM571x IDK.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am571x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am571x-idk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts index a206f3e344d7..afe188c5ec91 100644 --- a/arch/arm/boot/dts/am571x-idk.dts +++ b/arch/arm/boot/dts/am571x-idk.dts @@ -147,6 +147,10 @@ vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>; }; +&sn65hvs882 { + load-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>; +}; + &mailbox5 { status = "okay"; mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { |