]> git.baikalelectronics.ru Git - uboot.git/commit
arm: dts: Add missing u-boot specific dtsi for dra7-evm
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Fri, 15 Sep 2017 10:39:41 +0000 (12:39 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 16:35:48 +0000 (12:35 -0400)
commitc0dd41c655b9f2d53751c2770ab83cbb5e767128
tree8f14d070237e82f69e934f8dcb19ea5c616b1642
parentbec3eb6b71bf6c00fe981e1166ab56b7e4c97709
arm: dts: Add missing u-boot specific dtsi for dra7-evm

commit 7b4d865 (arm: dts: Add u-boot specific compatibles) separated out
u-boot specific compatibles from dts files.
The u-boot specifics were moved in *-u-boot.dtsi files for all dra7
platforms except dra7-evm.
Without it the SD card is broken on DRA7-evm because the regulator cannot
be enabled.
Fix it by adding the missing dra7-evm-u-boot.dtsi with the needed
properties.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/dra7-evm-u-boot.dtsi [new file with mode: 0644]