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

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

ARM: dts: msm: disable ipa for sa6155 and sa6155p



IPA is not required on SA platforms. Make a change to
disable IPA node.

Change-Id: I666279e9af26a8145845046436df545a23590bae
Acked-by: default avatarChaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 58b6ed92
Loading
Loading
Loading
Loading
+10 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, 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
@@ -242,7 +242,16 @@
			compatible = "qcom,msm-ext-disp-audio-codec-rx";
			compatible = "qcom,msm-ext-disp-audio-codec-rx";
		};
		};
	};
	};

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

&ipa_hw {
	status="disabled";
};



&mdss_dsi_phy0 {
&mdss_dsi_phy0 {
	qcom,panel-force-clock-lane-hs;
	qcom,panel-force-clock-lane-hs;
+8 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,14 @@
	aliases {
	aliases {
		pci-domain0 = &pcie0; /* PCIe0 domain */
		pci-domain0 = &pcie0; /* PCIe0 domain */
	};
	};

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

&ipa_hw {
	status="disabled";
};
};


/* Delete second instance of pm6155 definitions for APQ version */
/* Delete second instance of pm6155 definitions for APQ version */