Skip to content

Commit e40822f

Browse files
vidplace7igorpecovnik
authored andcommitted
Luckfox Lyra Ultra family: Increase / normalize CMA size
Fixes 'RTNETLINK answers: Cannot allocate memory' Ethernet issues on Luckfox Lyra Ultra W
1 parent 40b3e6f commit e40822f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/rk3506b-luckfox-lyra-ultra-w.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
/**********display**********/
9191
&cma {
92-
size = <0x400000>;
92+
size = <0x1000000>;
9393
};
9494

9595
&dsi {

arch/arm/boot/dts/rk3506b-luckfox-lyra-zero-w-sd.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
/**********display**********/
6262
&cma {
63-
size = <0x2000000>;
63+
size = <0x1000000>;
6464
};
6565

6666
&dsi {

0 commit comments

Comments
 (0)