]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: dts: include gpio nodes for card detect
authorWalter Lozano <walter.lozano@collabora.com>
Thu, 25 Jun 2020 04:10:15 +0000 (01:10 -0300)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 04:00:29 +0000 (22:00 -0600)
commit407009a426f2f31d3af81d02e0109437b1155995
tree8893a5b51933c697e636243d6d064a905eb498e0
parentcbd484f0eb5acf46f928bd0a104617582ec82606
arm: dts: include gpio nodes for card detect

Several MMC drivers use GPIO for card detection with cd-gpios property in
the MMC node pointing to a GPIO node. However, as U-Boot tries to save
space by keeping only required nodes using u-boot* properties, several
devices tree result in having only in the MMC node but not the GPIO node
associated to cd-gpios.

This patch, fixes several ocurrence of this issue.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Adam Ford <aford173@gmail.com> #da850-evm
arch/arm/dts/da850-evm-u-boot.dtsi
arch/arm/dts/da850-lcdk-u-boot.dtsi
arch/arm/dts/rk3288-u-boot.dtsi
arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
arch/arm/dts/rk3288-veyron-u-boot.dtsi [new file with mode: 0644]