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 eda37fb516f0eb806b051b195c58733cc81029fd..bf298268f1a1705f86c50d7234acc368e3e3d182 100644 (file)
 
 / {
        compatible = "qi,lb60", "ingenic,jz4740";
+       model = "Ben Nanonote";
+
+       memory {
+               device_type = "memory";
+               reg = <0x0 0x2000000>;
+       };
 
        chosen {
                stdout-path = &uart0;