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

Commit b2729ee8 authored by Shiraz Hashim's avatar Shiraz Hashim Committed by Vishwanath Raju K
Browse files

ARM: dts: msm: Override qcom_seecom address for apq8009



APQ8009 and MSM8009 memory map differ for qcom_seecom
device node, hence explicitly set its address for apq8009.

Change-Id: Icfef4575617e73a8ceb7f377d1f215c9c67b76d8
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent 1ad565c3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016, 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
@@ -22,3 +22,7 @@
&peripheral_mem {
	reg = <0x0 0x89e00000 0x0 0x0700000>;
};

&qcom_seecom {
	reg = <0x87a00000 0x200000>;
};