]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: OMAP5+: Enable all gpios in SPL
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 21 Sep 2017 02:52:35 +0000 (08:22 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:56 +0000 (14:07 -0400)
With DM enabled, gpio numbering is assigned based on the
probed order of gpios, irrespective of the gpio base. So enable
all necessary gpios in SPL.

Fixes: edf25d94d55c (“ARM: dts: OMAP5+: Enable gpio in SPL”)
Reported-by: Gou, Hongmei <h-gou@ti.com>
Tested-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/omap5-u-boot.dtsi

index 2eeed6f4a0123e1e9e5b5c67a2298dc467d434ca..fdaa69297cc4fba736706b4f20e69e7c880d4029 100644 (file)
        };
 };
 
+&gpio1 {
+       u-boot,dm-spl;
+};
+
 &gpio2 {
        u-boot,dm-spl;
 };
 
+&gpio3 {
+       u-boot,dm-spl;
+};
+
+&gpio4 {
+       u-boot,dm-spl;
+};
+
+&gpio5 {
+       u-boot,dm-spl;
+};
+
+&gpio6 {
+       u-boot,dm-spl;
+};
+
 &gpio7 {
        u-boot,dm-spl;
 };