commit | 6e3be9bbeaa841eb65fa7570e0c542b2c1483fca | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Wed Sep 03 13:44:27 2014 -0700 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 04 23:54:15 2014 +0100 |
tree | 95e748c6b1a2f2aa6d14e0a75c050035e86df4ed | |
parent | 62946172c81578477fcbb26478aebaa31353488d [diff] |
spi/rockchip: Mark DMA as optional The Rockchip SPI controller works fine without DMA (aside from a few warnings). The DMA property even implies this, saying: DMA request names should include "tx" and "rx" if present. Officially mark the properties as optional. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>