diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2013-12-19 07:33:40 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 12:37:55 -0500 |
commit | d3d46ccae3b99932fcb9eaa82664668a3c35128e (patch) | |
tree | 280a39de0c17b2743e89492701ee98990f02ab43 /arch/arm/boot/dts/am437x-gp-evm.dts | |
parent | c540b476d23a156472aa9289be7c6d5fc78cd56e (diff) |
ARM: dts: am437x-gp-evm: Enable gpio.
Enable gpio3, gpio4, it will be used by gpio matrix keys. Also,
can be used by othe peripherals.
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-gp-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 2e79bda5141c..0dc248d125b1 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts | |||
@@ -69,3 +69,11 @@ | |||
69 | pinctrl-names = "default"; | 69 | pinctrl-names = "default"; |
70 | pinctrl-0 = <&ecap0_pins>; | 70 | pinctrl-0 = <&ecap0_pins>; |
71 | }; | 71 | }; |
72 | |||
73 | &gpio3 { | ||
74 | status = "okay"; | ||
75 | }; | ||
76 | |||
77 | &gpio4 { | ||
78 | status = "okay"; | ||
79 | }; | ||