From: Paul Cercueil Date: Thu, 30 Jul 2020 16:12:32 +0000 (+0200) Subject: MIPS: DTS: ingenic/qi,lb60: Add model and memory node X-Git-Tag: v5.9-rc1~128^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714b649dc7123c23f5082e8d11d2b81acf5b7a78;p=thirdparty%2Flinux.git 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ingenic/qi_lb60.dts b/arch/mips/boot/dts/ingenic/qi_lb60.dts index eda37fb516f0e..bf298268f1a17 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;