MIPS: DTS: ingenic/qi,lb60: Add model and memory node
authorPaul Cercueil <paul@crapouillou.net>
Thu, 30 Jul 2020 16:12:32 +0000 (18:12 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 31 Jul 2020 15:48:36 +0000 (17:48 +0200)
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>
arch/mips/boot/dts/ingenic/qi_lb60.dts

index eda37fb..bf29826 100644 (file)
 
 / {
        compatible = "qi,lb60", "ingenic,jz4740";
+       model = "Ben Nanonote";
+
+       memory {
+               device_type = "memory";
+               reg = <0x0 0x2000000>;
+       };
 
        chosen {
                stdout-path = &uart0;