commit | 99f3a91b20028a317ff3f8f679b2f33be9bc71d3 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Sat Jan 19 01:30:53 2019 +0000 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Tue Jan 29 23:49:41 2019 +0530 |
tree | c63db674070879872cc44aa3a66d56117d3f83ea | |
parent | d7cea36677445c37b1668c1019dc77bd9e641c1a [diff] |
mmc: sunxi: Honour non-removable property in DT If a board DT describes a cd-gpios property, but also marks the storage as non-removable, we must ignore the GPIO (as Linux does). Teach the DM_MMC part of the Allwinner MMC driver about the non-removable DT property, to fix DM_MMC access on the SoPine and Pine64-LTS board. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jagan Teki <jagan@openedev.com>