aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/boot
diff options
context:
space:
mode:
authorGravatar Paul Cercueil <paul@crapouillou.net> 2020-07-30 18:12:32 +0200
committerGravatar Thomas Bogendoerfer <tsbogend@alpha.franken.de> 2020-07-31 17:48:36 +0200
commit714b649dc7123c23f5082e8d11d2b81acf5b7a78 (patch)
treea0fa3bc1a7c0b6abcdb8e20a03d32de8af73721e /arch/mips/boot
parentMIPS: ingenic: Use fw_passed_dtb even if CONFIG_BUILTIN_DTB (diff)
downloadlinux-714b649dc7123c23f5082e8d11d2b81acf5b7a78.tar.gz
linux-714b649dc7123c23f5082e8d11d2b81acf5b7a78.tar.bz2
linux-714b649dc7123c23f5082e8d11d2b81acf5b7a78.zip
MIPS: DTS: ingenic/qi,lb60: Add model and memory node
Add a memory node, which was missing until now, and use the retail name "Ben Nanonote" as the model, as it is way more known under that name than under the name "LB60". Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r--arch/mips/boot/dts/ingenic/qi_lb60.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ingenic/qi_lb60.dts b/arch/mips/boot/dts/ingenic/qi_lb60.dts
index eda37fb516f0..bf298268f1a1 100644
--- a/arch/mips/boot/dts/ingenic/qi_lb60.dts
+++ b/arch/mips/boot/dts/ingenic/qi_lb60.dts
@@ -16,6 +16,12 @@
/ {
compatible = "qi,lb60", "ingenic,jz4740";
+ model = "Ben Nanonote";
+
+ memory {
+ device_type = "memory";
+ reg = <0x0 0x2000000>;
+ };
chosen {
stdout-path = &uart0;