1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fixed 512M memory limit for BananaPi R2

This commit is contained in:
Cioby Moi 2018-12-17 23:14:43 +02:00
parent ee34b5e70f
commit d6dd183824

View file

@ -13,7 +13,7 @@
proc-supply = <&mt6323_vproc_reg>;
@@ -103,6 +107,10 @@
device_type = "memory";
reg = <0 0x80000000 0 0x40000000>;
reg = <0 0x80000000 0 0x80000000>;
};
+
+ mt7530: switch@0 {