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

Commit b3b5bf49 authored by Tholkappiyan Agaram Raghupathy's avatar Tholkappiyan Agaram Raghupathy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disabling SSCimage for Mojave1 and Dragon board.



Disabling the SSC image loading for Mojave1 and Dragon boards.

CRs-Fixed: 1047662
Change-Id: Ic5006800ada41462c29ad4c55abef4ccb5b2f49a
Signed-off-by: default avatarTholkappiyan Agaram Raghupathy <traghu@codeaurora.org>
parent 22194df2
Loading
Loading
Loading
Loading
+7 −1
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
@@ -34,3 +34,9 @@
		spi-max-frequency = <5000000>;
	};
};

&soc {
	qcom,msm-ssc-sensors {
		status = "disabled";
	};
};
+7 −1
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
@@ -32,3 +32,9 @@
		spi-max-frequency = <5000000>;
	};
};

&soc {
	qcom,msm-ssc-sensors {
		status = "disabled";
	};
};