Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1455963 > unrolled thread
| Started by | Jon Mason <jon.mason@broadcom.com> |
|---|---|
| First post | 2016-08-03 20:50 +0200 |
| Last post | 2016-08-03 20:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board Jon Mason <jon.mason@broadcom.com> - 2016-08-03 20:50 +0200
| From | Jon Mason <jon.mason@broadcom.com> |
|---|---|
| Date | 2016-08-03 20:50 +0200 |
| Subject | [PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board |
| Message-ID | <s29oS-6hy-31@gated-at.bofh.it> |
Add 1GB of memory starting at physical offset 0x6000_0000.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
arch/arm/boot/dts/bcm958525xmc.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts
index a337f2d..9517360 100644
--- a/arch/arm/boot/dts/bcm958525xmc.dts
+++ b/arch/arm/boot/dts/bcm958525xmc.dts
@@ -45,6 +45,11 @@
chosen {
stdout-path = "serial0:115200n8";
};
+
+ memory {
+ device_type = "memory";
+ reg = <0x60000000 0x40000000>;
+ };
};
&i2c0 {
--
2.7.4
Back to top | Article view | linux.kernel
csiph-web