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>
master
Lokesh Vutla 8 years ago committed by Tom Rini
parent 3c9c4a2c50
commit 7bdc6947d2
  1. 8
      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;
};

Loading…
Cancel
Save