Skip to content

Commit 714b649

Browse files
pcercueitsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 199c5f0 commit 714b649

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/mips/boot/dts/ingenic/qi_lb60.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
/ {
1818
compatible = "qi,lb60", "ingenic,jz4740";
19+
model = "Ben Nanonote";
20+
21+
memory {
22+
device_type = "memory";
23+
reg = <0x0 0x2000000>;
24+
};
1925

2026
chosen {
2127
stdout-path = &uart0;

0 commit comments

Comments
 (0)