diff options
author | Andrew F. Davis <afd@ti.com> | 2017-09-29 11:44:24 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-10-02 12:57:26 -0700 |
commit | ac4550708581c770594054aa6c91196e180f8c46 (patch) | |
tree | 12b8b41c3f0fbacc4afca3b508f20f5fcb87957c /arch/arm/boot/dts | |
parent | 74ae6669a6627c755876657d12d72e9aa7bd370f (diff) | |
download | talos-op-linux-ac4550708581c770594054aa6c91196e180f8c46.tar.gz talos-op-linux-ac4550708581c770594054aa6c91196e180f8c46.zip |
ARM: dts: am43xx-epos-evm: Add sleep pinmux for pixcir_ts
Add sleep pinmux for pixcir_ts.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 822e54cffd29..9c4ac6f715ec 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -323,12 +323,18 @@ >; }; - pixcir_ts_pins: pixcir_ts_pins { + pixcir_ts_pins_default: pixcir_ts_pins_default { pinctrl-single,pins = < AM4372_IOPAD(0x844, PIN_INPUT_PULLUP | MUX_MODE7) /* gpmc_a1.gpio1_17 */ >; }; + pixcir_ts_pins_sleep: pixcir_ts_pins_sleep { + pinctrl-single,pins = < + AM4372_IOPAD(0x844, DS0_PIN_OUTPUT_PULLUP | PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_a1.gpio1_17 */ + >; + }; + hdq_pins: pinmux_hdq_pins { pinctrl-single,pins = < AM4372_IOPAD(0xa34, PIN_INPUT_PULLUP | MUX_MODE1) /* cam1_wen.hdq_gpio */ @@ -538,8 +544,10 @@ pixcir_ts@5c { compatible = "pixcir,pixcir_tangoc"; - pinctrl-names = "default"; - pinctrl-0 = <&pixcir_ts_pins>; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <&pixcir_ts_pins_default>; + pinctrl-1 = <&pixcir_ts_pins_sleep>; + reg = <0x5c>; interrupt-parent = <&gpio1>; interrupts = <17 IRQ_TYPE_EDGE_FALLING>; |