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

Commit 86639c4f authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ARM: dts: msm: optimize boot latency with wsa nodes disable



Nodes of wsa 0xe and 0x44 are default disabled.
In internal targets, these nodes are not used
and only 0xf/0x45 are associated with WSA installed.
Update WSA analog driver to handle removal of nodes
0xe/0x44 properly.

Change-Id: Ida93236efe17e28295968f85b7fec68d3861883b
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent dae56d47
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -31,14 +31,6 @@
	status = "okay";
};

&wsa881x_i2c_e {
	status = "okay";
};

&wsa881x_i2c_44 {
	status = "okay";
};

&wsa881x_i2c_f {
	status = "okay";
};
+1 −9
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
@@ -25,14 +25,6 @@
	status = "okay";
};

&wsa881x_i2c_e {
	status = "okay";
};

&wsa881x_i2c_44 {
	status = "okay";
};

&wsa881x_i2c_f {
	status = "okay";
};
+1 −9
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
@@ -31,14 +31,6 @@
	status = "okay";
};

&wsa881x_i2c_e {
	status = "okay";
};

&wsa881x_i2c_44 {
	status = "okay";
};

&wsa881x_i2c_f {
	status = "okay";
};
+1 −9
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
@@ -25,14 +25,6 @@
	status = "okay";
};

&wsa881x_i2c_e {
	status = "okay";
};

&wsa881x_i2c_44 {
	status = "okay";
};

&wsa881x_i2c_f {
	status = "okay";
};
+0 −8
Original line number Diff line number Diff line
@@ -24,14 +24,6 @@
	status = "okay";
};

&wsa881x_i2c_e {
	status = "okay";
};

&wsa881x_i2c_44 {
	status = "okay";
};

&wsa881x_i2c_f {
	status = "okay";
};
Loading