projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3132f
)
ARM: dts: omap5-evm: Fix size of memory defined for EVM
author
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 5 Nov 2012 12:52:50 +0000
(18:22 +0530)
committer
Benoit Cousson
<b-cousson@ti.com>
Mon, 5 Nov 2012 17:37:38 +0000
(18:37 +0100)
Memory present for OMAP5-evm is 2GB. But in dts file
it is specified as 1GB. Correcting the same.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/omap5-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap5-evm.dts
b/arch/arm/boot/dts/omap5-evm.dts
index c663eba73168adb8eb27edd7e15147440fae1af6..88d3d9b8c31876be29ea5ec893f2ab3f0552de88 100644
(file)
--- a/
arch/arm/boot/dts/omap5-evm.dts
+++ b/
arch/arm/boot/dts/omap5-evm.dts
@@
-15,7
+15,7
@@
memory {
device_type = "memory";
- reg = <0x80000000 0x
40000000>; /* 1
GB */
+ reg = <0x80000000 0x
80000000>; /* 2
GB */
};
vmmcsd_fixed: fixedregulator-mmcsd {