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

Commit d2ea3353 authored by Timothy Sham's avatar Timothy Sham
Browse files

ARM: dts: msm: disable sensor node on msm8996 and apq8096



Disable sensor node and ANC device node to improve bootup
KPI.

Change-Id: Iad991c91b091d9049de8ec3dae8bf53863fdc36c
Signed-off-by: default avatarTimothy Sham <tsham@codeaurora.org>
parent d146f75a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2018, 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
@@ -36,6 +36,9 @@
};

&soc {
	ssc_sensors: qcom,msm-ssc-sensors {
		status = "disabled";
	};
	qcom,msm-thermal {
		qcom,hotplug-temp = <115>;
		qcom,hotplug-temp-hysteresis = <25>;
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@
};

&soc {
	ssc_sensors: qcom,msm-ssc-sensors {
		status = "disabled";
	};
	qcom,msm-thermal {
		qcom,hotplug-temp = <115>;
		qcom,hotplug-temp-hysteresis = <25>;
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@
};

&soc {
	ssc_sensors: qcom,msm-ssc-sensors {
		status = "disabled";
	};
	qcom,msm-thermal {
		qcom,hotplug-temp = <115>;
		qcom,hotplug-temp-hysteresis = <25>;
+3 −4
Original line number Diff line number Diff line
@@ -1041,10 +1041,8 @@
		status = "disabled";
	};

	qcom,msm-ssc-sensors {
		compatible = "qcom,msm-ssc-sensors";
		qcom,firmware-name = "slpi";
		status = "ok";
	ssc_sensors: qcom,msm-ssc-sensors {
		status = "disabled";
	};

	sound-adp-agave {
@@ -1142,6 +1140,7 @@
		qcom,refs-tdm-rx = <&dai_tert_tdm_rx_5>;
		qcom,spkr-tdm-rx = <&dai_quat_tdm_rx_0>;
		qcom,mic-tdm-tx = <&dai_quat_tdm_tx_0>;
		status = "disabled";
	};

	usb_detect: usb_detect {
+4 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2018, 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
@@ -37,6 +37,9 @@
};

&soc {
	ssc_sensors: qcom,msm-ssc-sensors {
		status = "disabled";
	};
	qcom,msm-thermal {
		qcom,hotplug-temp = <115>;
		qcom,hotplug-temp-hysteresis = <25>;
Loading