projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c540b47
)
ARM: dts: am437x-gp-evm: Enable gpio.
author
Sourav Poddar
<sourav.poddar@ti.com>
Thu, 19 Dec 2013 12:33:40 +0000
(18:03 +0530)
committer
Benoit Cousson
<bcousson@baylibre.com>
Sun, 2 Mar 2014 17:37:55 +0000
(18:37 +0100)
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>
arch/arm/boot/dts/am437x-gp-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am437x-gp-evm.dts
b/arch/arm/boot/dts/am437x-gp-evm.dts
index 2e79bda5141cf8dba083c2373224a5010d255cc8..0dc248d125b1ca71c00e8df3519b5f753d7c0a02 100644
(file)
--- a/
arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/
arch/arm/boot/dts/am437x-gp-evm.dts
@@
-69,3
+69,11
@@
pinctrl-names = "default";
pinctrl-0 = <&ecap0_pins>;
};
+
+&gpio3 {
+ status = "okay";
+};
+
+&gpio4 {
+ status = "okay";
+};