i2c: mv64xxx: Fix clock resource by adding an optional bus clock
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 16 Jan 2018 16:35:39 +0000 (17:35 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 26 Jan 2018 17:51:03 +0000 (18:51 +0100)
commit1534156e999735fe0befad958e1447600c0c20e7
treed846509f8e3b074a5af5e47e3b690f8c3fa7969c
parenta9e94bb80ea6d53745eb5ca86597696735565fb3
i2c: mv64xxx: 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.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
drivers/i2c/busses/i2c-mv64xxx.c