Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bca480e authored by Himanshu Aggarwal's avatar Himanshu Aggarwal
Browse files

ARM: dts: msm: correct I2C slave address of touch controller



8916 QRD use a Synaptics S3207A touch controller with I2C slave
address of 0x70. Correct the slave address in dtsi node of touch
panel.

Change-Id: I8c7b4576e500e550a258ef06f3ac21f2261ebebc
Signed-off-by: default avatarHimanshu Aggarwal <haggarwa@codeaurora.org>
parent b5c75c4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		synaptics@20 {
		synaptics@70 {
			compatible = "synaptics,rmi4";
			reg = <0x70>;
			interrupt-parent = <&msm_gpio>;