summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorIshwarya Balaji Gururajan <igururajan@nvidia.com>2014-05-28 17:39:45 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2014-06-17 03:45:00 -0700
commit592ccdc03fa5c79f9996935ce84718d31b7f57cc (patch)
tree06d93750544cb58c3df99f3a002e6a1002343adb /arch/arm/boot
parent5b89231f6b0a2eb125fe1de17e76d7b347a2a950 (diff)
ARM: dt: fix 64 bit mem size in E1791
update address/size of memory-controller node to 64 bit Bug 1396089 Change-Id: I1d83959edf990a7d2a179152ac07aa9c87ff903c Signed-off-by: Ishwarya Balaji Gururajan <igururajan@nvidia.com> Reviewed-on: http://git-master/r/416393 (cherry picked from commit 2bf9ad2147e328c073fad29e0f8e80d65f173fcf) Reviewed-on: http://git-master/r/423808 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Tested-by: Thomas Cherry <tcherry@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/tegra124-platforms/tegra124-e1791-emc.dtsi21
1 files changed, 19 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra124-platforms/tegra124-e1791-emc.dtsi b/arch/arm/boot/dts/tegra124-platforms/tegra124-e1791-emc.dtsi
index 983c8b8b24f8..19a5d45c2d37 100644
--- a/arch/arm/boot/dts/tegra124-platforms/tegra124-e1791-emc.dtsi
+++ b/arch/arm/boot/dts/tegra124-platforms/tegra124-e1791-emc.dtsi
@@ -1,7 +1,24 @@
+/*
+ * Copyright (c) 2014, NVIDIA CORPORATION. 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 as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
/ {
-memory-controller@7001b000 {
+emc@7001b000 {
compatible = "nvidia,tegra12-emc";
- reg = <0x7001b000 0x800>;
+ reg = <0x0 0x7001b000 0x0 0x800>;
#address-cells = <1>;
#size-cells = <0>;
emc-table@12750 {