arm64: dts: qcom: msm8998: Fix blsp2_i2c5 address
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Fri, 5 Apr 2019 10:36:27 +0000 (12:36 +0200)
committerAndy Gross <agross@kernel.org>
Fri, 19 Apr 2019 04:09:48 +0000 (23:09 -0500)
blsp1_i2c1 is at 0x0c175000
blsp2_i2c5 is at 0x0c1ba000 (the label is correct)

Fixes: 1e71d0c273d0a ("arm64: dts: qcom: msm8998: Enumerate i2c controllers")
Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Reviewed-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Andy Gross <agross@kernel.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 2658100378e0a7c9f4522f5bef6fdf3d93621a04..32ed67cb1f979b84d4306ef19364ebc1c35dc056 100644 (file)
 
                blsp2_i2c5: i2c@c1ba000 {
                        compatible = "qcom,i2c-qup-v2.2.1";
-                       reg = <0x0c175000 0x600>;
+                       reg = <0x0c1ba000 0x600>;
                        interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
 
                        clocks = <&gcc GCC_BLSP2_QUP6_I2C_APPS_CLK>,