]> git.baikalelectronics.ru Git - uboot.git/commit
spi: mxc_spi: Fix chipselect on DM_SPI driver uclass
authorMichael Trimarchi <michael@amarulasolutions.com>
Wed, 20 Jun 2018 20:51:18 +0000 (22:51 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 25 Jun 2018 09:53:06 +0000 (15:23 +0530)
commitaf0e29819fc973280952c27248edd388c6ed0443
tree894d7e8477fb8fed7223bbfc60212de867994805
parent10eec3df36cad40fce6e5309b6f4078da45eb825
spi: mxc_spi: Fix chipselect on DM_SPI driver uclass

CS GPIO activation low/high is determinated by the device tree
so we don't need to take in accoung in cs_activate and cs_deactivate

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/spi/mxc_spi.c