spi: orion: Fix clock resource by adding an optional bus clock
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 12 Jan 2018 10:42:33 +0000 (11:42 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 12 Jan 2018 20:17:36 +0000 (20:17 +0000)
commit92ae112e477ac412decc3fdd5c1eeb6c90c266b4
treecd73da8d3272cd557b049f162e756c21209cffe4
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
spi: orion: Fix clock resource by adding an optional bus clock

On Armada 7K/8K we need to explicitly enable the bus clock. The bus clock
is optional because not all the SoCs need them but at least for Armada
7K/8K it is actually mandatory.

The binding documentation is updating accordingly as well as mentioning
the mandatory clock which was also missing.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-orion.txt
drivers/spi/spi-orion.c