commit | e3023bf80639afc6603f9633eb301845421b8917 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Dec 13 15:22:47 2018 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri May 31 12:27:11 2019 +0200 |
tree | b1c9b4cbdf1a369eef30970d10749d0e9c538cf3 | |
parent | 910f38bed9439e765f7e240edfe32b5f04ad92f5 [diff] |
gpio: of: Handle the Freescale SPI CS The Freescale SPI chipselects are special: while everyone else is using "cs-gpios" the Freescale platforms just use "gpios". Fix this by responding with "gpios" when asking for "cs-gpios" in a freescale device node, so we hide this pecularity from the SPI core. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>