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

Commit 89b16106 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: dts: msm: disable HBTP touch DT for 8953 IOT devices



Disable HBTP touch DT for MSM8953 and APQ8053 IOT devices.

Change-Id: I2f91247a561e0998703361fea4f3bdc61a61a9c1
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 79551c4b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -83,6 +83,10 @@
	gpio_keys {
		/delete-node/ home;
	};

	hbtp {
		status = "disabled";
	};
};

&gpio_key_active {
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -81,6 +81,10 @@
		qcom,notify-host-mode;
		qcom,gpio-mode-sel = <&tlmm 12 0>;
	};

	hbtp {
		status = "disabled";
	};
};

&int_codec {
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -27,6 +27,10 @@
	gpio_keys {
		/delete-node/ home;
	};

	hbtp {
		status = "disabled";
	};
};

&gpio_key_active {
+7 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, 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
@@ -52,3 +52,9 @@
&wcnss_fw_mem {
	reg = <0x0 0x89b00000 0x0 0x700000>;
};

&soc {
	hbtp {
		status = "disabled";
	};
};