Commit c8be5541 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Andy Gross

arm64: dts: qcom: msm8998: Fix blsp2_i2c5 address

blsp1_i2c1 is at 0x0c175000
blsp2_i2c5 is at 0x0c1ba000 (the label is correct)

Fixes: 1e71d0c2 ("arm64: dts: qcom: msm8998: Enumerate i2c controllers")
Signed-off-by: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Reviewed-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 3efd4352
......@@ -1041,7 +1041,7 @@ blsp2_i2c4: i2c@c1b9000 {
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>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment