]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: qcom: msm8916: normalize I2C and SPI nodes
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Thu, 7 Dec 2017 15:19:41 +0000 (10:19 -0500)
committerAndy Gross <andy.gross@linaro.org>
Mon, 1 Jan 2018 05:50:13 +0000 (23:50 -0600)
commit33d8e0cc779673381aa09a1ffc9f491b2cfa2beb
tree16e703d328a7e3e94c22949e47a90c3be41b1357
parent1bb8695101ea0d9a2181da92f4d0e54a9c504f24
arm64: dts: qcom: msm8916: normalize I2C and SPI nodes

The QUP core can be used either for I2C or SPI, so the same IP is mapped
by a driver or the other. SPI bindings use a leading 0 for the start
address and a size of 0x600, I2C bindings don't have the leading 0 and
have a size 0x1000.

To make them more similar, add the leading 0 to I2C bindings and changes
the size to 0x500 for all of them, as this is the actual size of these
blocks. Also align the second entry of the clocks array.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi