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

Commit 80922d2c authored by Dundi Raviteja's avatar Dundi Raviteja
Browse files

ARM: dts: msm8916: Update reserved-memory for wcnss, venus and mba



Reserved memory for wcnss, venus and mba nodes updated
mistakenly in earlier commit.

Revert them back to original values.

Change-Id: I17e11d8ce161b0802fbd8bd81e6e830f7f586024
Fixes: 8c5aade5 ("UPSTREAM: ath10k: support extended board data download for dual-band QCA9984)
Signed-off-by: default avatarDundi Raviteja <dundi@codeaurora.org>
parent ceb1dbb3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2015, 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
@@ -84,18 +84,18 @@
		};

		wcnss_mem: wcnss@89300000 {
			reg = <0x0 0x89300000 0x0 0x700000>;
			reg = <0x0 0x89300000 0x0 0x600000>;
			no-map;
		};

		venus_mem: venus@89900000 {
			reg = <0x0 0x89A00000 0x0 0x600000>;
			reg = <0x0 0x89900000 0x0 0x600000>;
			no-map;
		};

		mba_mem: mba@8ea00000 {
			no-map;
			reg = <0 0x8A000000 0 0x100000>;
			reg = <0 0x8ea00000 0 0x100000>;
		};
	};