]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: OMAP5+: Enable gpio in SPL
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 27 Jun 2017 08:20:58 +0000 (13:50 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:04 +0000 (14:26 -0400)
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>
arch/arm/dts/omap5-u-boot.dtsi

index 9f9b4d168303b7ae9a805552b9d4b7e6a4654082..17602909a61d09f670f9dfb71abb4c7f034ec8bc 100644 (file)
                u-boot,dm-spl;
        };
 };
+
+&gpio2 {
+       u-boot,dm-spl;
+};
+
+&gpio7 {
+       u-boot,dm-spl;
+};