diff mbox

[U-Boot,3/3] ARM: dts: OMAP5+: Enable gpio in SPL

Message ID 20170627082058.10802-4-lokeshvutla@ti.com
State Accepted
Commit 7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55
Delegated to: Tom Rini
Headers show

Commit Message

Lokesh Vutla June 27, 2017, 8:20 a.m. UTC
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>
---
 arch/arm/dts/omap5-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tom Rini July 4, 2017, 1:30 p.m. UTC | #1
On Tue, Jun 27, 2017 at 01:50:58PM +0530, Lokesh Vutla wrote:

> 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>
Tom Rini July 11, 2017, 12:40 p.m. UTC | #2
On Tue, Jun 27, 2017 at 01:50:58PM +0530, Lokesh Vutla wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi
index 9f9b4d1683..17602909a6 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;
+};