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

Commit d46b0032 authored by Sujeev Dias's avatar Sujeev Dias Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update maximum buffer size of MHI UCI channels



MHI_UCI driver set maximum buffer size per channel based on
devicetree info. Update the devicetree to reflect maximum
supported size.

CRs-Fixed: 1110280
Change-Id: Ia7350d8f506fdb93279fa542da6203a858786f8e
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent 9b73bf5d
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2017, 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
@@ -1722,23 +1722,23 @@

	mhi_uci_0: qcom,mhi-uci@0 {
		compatible = "qcom,mhi-uci";
		qcom,mhi-uci-channels = <0 0x1000>,
		qcom,mhi-uci-channels = <0 0xffff>,
					<1 0x1000>,
					<2 0x1000>,
					<2 0xffff>,
					<3 0xffff>,
					<10 0x1000>,
					<10 0xffff>,
					<11 0x1000>,
					<14 0x1000>,
					<14 0xffff>,
					<15 0x1000>,
					<16 0x1000>,
					<16 0xffff>,
					<17 0x1000>,
					<18 0x1000>,
					<18 0xffff>,
					<19 0x1000>,
					<22 0x1000>,
					<22 0xffff>,
					<23 0x1000>,
					<24 0x1000>,
					<24 0xffff>,
					<25 0x1000>,
					<32 0x1000>,
					<32 0xffff>,
					<33 0x1000>;
		qcom,mhi-uci-ctrlchan = <18>;
		qcom,mhi = <&mhi_0>;