]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit478e76e647aa36c33c4f7f2001c8bfc51f3b7f90
treecd73da8d3272cd557b049f162e756c21209cffe4
parentf9e9d4ede33f20ad238fc11db0232eaede684940
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