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

Commit da958844 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 1d8d6e43 f6d40834
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";
};