Commit d3d46cca authored by Sourav Poddar's avatar Sourav Poddar Committed by Benoit Cousson

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: default avatarSourav Poddar <sourav.poddar@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent c540b476
......@@ -69,3 +69,11 @@ &ecap0 {
pinctrl-names = "default";
pinctrl-0 = <&ecap0_pins>;
};
&gpio3 {
status = "okay";
};
&gpio4 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment