From: Lokesh Vutla Date: Thu, 21 Sep 2017 02:52:35 +0000 (+0530) Subject: ARM: dts: OMAP5+: Enable all gpios in SPL X-Git-Tag: v2017.11-rc1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df518f804f0b3cad76dda96806dcd85d8ff8af19;p=platform%2Fkernel%2Fu-boot.git ARM: dts: OMAP5+: Enable all gpios in SPL 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 Tested-by: Aparna Balasubramanian Signed-off-by: Suman Anna Signed-off-by: Lokesh Vutla --- diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 2eeed6f..fdaa692 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -60,10 +60,30 @@ }; }; +&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; };