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

Commit e249df9e authored by Mohammed Javid's avatar Mohammed Javid Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enbale MHI mode boot up flag on sdxpoorwills



Enable MHI mode boot up flag in device tree
to boot up IPA driver with MHI config.

Change-Id: I90994259b2a7346116a20136082fc929813ca088
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 4ace475a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017, 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
@@ -58,6 +58,10 @@
	status = "ok";
};

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
};

&pcie0 {
	status = "disabled";
};
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017, 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
@@ -47,6 +47,10 @@
	status = "ok";
};

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
};

&pcie0 {
	status = "disabled";
};