projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe07bfd
)
ARC: haps: bump memory to 1 GB
author
Vineet Gupta
<vgupta@synopsys.com>
Fri, 12 Feb 2021 00:43:53 +0000
(16:43 -0800)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 12 Mar 2021 15:22:23 +0000
(07:22 -0800)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/haps_hs.dts
patch
|
blob
|
history
diff --git
a/arch/arc/boot/dts/haps_hs.dts
b/arch/arc/boot/dts/haps_hs.dts
index 60d578e2781ff93b332aad1dfe4998fabe8dfe91..76ad527a084708af0da79f3a83708e4532710125 100644
(file)
--- a/
arch/arc/boot/dts/haps_hs.dts
+++ b/
arch/arc/boot/dts/haps_hs.dts
@@
-16,7
+16,7
@@
memory {
device_type = "memory";
/* CONFIG_LINUX_RAM_BASE needs to match low mem start */
- reg = <0x0 0x80000000 0x0 0x
20000000 /* 512 M
B low mem */
+ reg = <0x0 0x80000000 0x0 0x
40000000 /* 1 G
B low mem */
0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
};