diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-06-27 13:50:58 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-10 14:26:04 -0400 |
commit | 7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55 (patch) | |
tree | 6f09ef46dab76eddb3a7e77a1f1d21b7456c8e39 /arch | |
parent | 3c9c4a2c509b194874ed729c5d683feb039ccc92 (diff) | |
download | u-boot-7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55.zip u-boot-7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55.tar.gz u-boot-7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55.tar.bz2 |
ARM: dts: OMAP5+: Enable gpio in SPL
gpio2 is used to detect lcd based on which pin mux is done in SPL.
gpio7 is used to enable vtt regulator. Enable these two gpio nodes
in SPL.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/omap5-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 9f9b4d1..1760290 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -52,3 +52,11 @@ u-boot,dm-spl; }; }; + +&gpio2 { + u-boot,dm-spl; +}; + +&gpio7 { + u-boot,dm-spl; +}; |