]> 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)
commit2741cf89f0fcf1b83641e97de365bf28e275a509
tree16e703d328a7e3e94c22949e47a90c3be41b1357
parenta2e3d75ae153dd7004e39593adc230b3bdb3708e
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