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>
This commit is contained in:
Lokesh Vutla 2017-06-27 13:50:58 +05:30 committed by Tom Rini
parent 3c9c4a2c50
commit 7bdc6947d2

View File

@ -52,3 +52,11 @@
u-boot,dm-spl;
};
};
&gpio2 {
u-boot,dm-spl;
};
&gpio7 {
u-boot,dm-spl;
};