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

Commit 17effb01 authored by Abinaya P's avatar Abinaya P
Browse files

ARM: dts: msm: change touch DT node name to reflect correct slave address



8937 and MSMTITANIUM QRDs use Synaptics controller S332U with slave address
0x4b. Change the DT node name for Synaptics to reflect the correct slave
address.

CRs-Fixed: 982295
Change-Id: I783a74aa7d946be6b396c77e17c1b7ffbd0df9ef
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent 99d7b718
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -65,7 +65,7 @@
	};

	i2c@78b7000 {
		synaptics@20 {
		synaptics@4b {
			vdd-supply = <&pm8937_l6>;
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@

	i2c@78b7000 {
		status = "ok";
		synaptics@20 {
		synaptics@4b {
			compatible = "synaptics,dsx";
			reg = <0x4b>;
			interrupt-parent = <&tlmm>;
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

	i2c@78b7000 { /* BLSP1 QUP3 */
		status = "okay";
		synaptics@20 {
		synaptics@4b {
			compatible = "synaptics,dsx";
			reg = <0x4b>;
			interrupt-parent = <&tlmm>;