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

Commit 04b1052b authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

ARM: dts: msm: move buffer length to main MHI device tree



Main MHI device tree can have the common MHI buffer length
entry instead of having it in overlay device tree nodes so that
the setting stays common.

Change-Id: Ie687c7e2175a54cdaf56938c91e3454872295736
Signed-off-by: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent 7ad88647
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, 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
@@ -28,6 +28,7 @@
		mhi,max-channels = <111>;
		mhi,timeout = <2000>;
		mhi,name = "esoc0";
		mhi,buffer-len = <0x8000>;

		mhi_channels {
			#address-cells = <1>;
@@ -630,6 +631,7 @@
		/* mhi bus specific settings */
		mhi,max-channels = <111>;
		mhi,timeout = <2000>;
		mhi,buffer-len = <0x8000>;

		mhi_channels {
			#address-cells = <1>;
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2020, 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
@@ -30,7 +30,6 @@
	memory-region = <&mhi_mem>;
	mhi,use-bb;
	mhi,allow-m1; /* use legacy mode for suspends */
	mhi,buffer-len = <0x8000>;
	qcom,addr-win = <0x0 0xa0000000 0x0 0xa4bfffff>;

	mhi_channels {