ARM: dts: msm: update dload type imem offset for MSM8998
Dload type imem offset is corrected for MSM8998, so that correct imem address is updated. Change-Id: I519603641753ec39d86fbf923bd80afcd6b1345d Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
This commit is contained in:
parent
eef9a048b6
commit
5d63ce78e8
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2015-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
|
||||
|
@ -2916,9 +2916,9 @@
|
|||
reg = <0x10 8>;
|
||||
};
|
||||
|
||||
dload_type@18 {
|
||||
dload_type@1c {
|
||||
compatible = "qcom,msm-imem-dload-type";
|
||||
reg = <0x18 4>;
|
||||
reg = <0x1c 4>;
|
||||
};
|
||||
|
||||
restart_reason@65c {
|
||||
|
|
Loading…
Add table
Reference in a new issue