From: Lokesh Vutla Date: Tue, 27 Jun 2017 08:20:58 +0000 (+0530) Subject: ARM: dts: OMAP5+: Enable gpio in SPL X-Git-Tag: v2017.09-rc1~219 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7bdc6947d2cdfd45b6fc0a51f8f7e77a54c68e55;p=u-boot 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 Reviewed-by: Tom Rini --- 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; +};