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

Commit f6d40834 authored by Gidon Studinski's avatar Gidon Studinski
Browse files

ARM: dts: msm: disable IPA and rmnet-ipa nodes on APQ8096



IPA HW does not exist on APQ8096, so disable it.

Change-Id: Ibd0041cea2ac47180110a1cfe96516d347d9816a
CRs-Fixed: 1019576
Signed-off-by: default avatarGidon Studinski <gidons@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+11 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -22,3 +22,13 @@
	model = "Qualcomm Technologies, Inc. APQ 8096 v2";
	model = "Qualcomm Technologies, Inc. APQ 8096 v2";
	qcom,msm-id = <291 0x20001>;
	qcom,msm-id = <291 0x20001>;
};
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};
+11 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -22,3 +22,13 @@
	model = "Qualcomm Technologies, Inc. APQ 8096 v3.0";
	model = "Qualcomm Technologies, Inc. APQ 8096 v3.0";
	qcom,msm-id = <291 0x30000>;
	qcom,msm-id = <291 0x30000>;
};
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};
+11 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -22,3 +22,13 @@
	model = "Qualcomm Technologies, Inc. APQ 8096 v3";
	model = "Qualcomm Technologies, Inc. APQ 8096 v3";
	qcom,msm-id = <291 0x30001>;
	qcom,msm-id = <291 0x30001>;
};
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};
+10 −0
Original line number Original line Diff line number Diff line
@@ -22,3 +22,13 @@
	model = "Qualcomm Technologies, Inc. APQ 8096 pro";
	model = "Qualcomm Technologies, Inc. APQ 8096 pro";
	qcom,msm-id = <312 0x20000>;
	qcom,msm-id = <312 0x20000>;
};
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};