From d6dd183824ac5f40463611eaab2569ad6bb7d5e2 Mon Sep 17 00:00:00 2001 From: Cioby Moi Date: Mon, 17 Dec 2018 23:14:43 +0200 Subject: [PATCH] Fixed 512M memory limit for BananaPi R2 --- root/target/linux/mediatek/patches-4.14/0064-dts.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/target/linux/mediatek/patches-4.14/0064-dts.patch b/root/target/linux/mediatek/patches-4.14/0064-dts.patch index 08feb8d7..a52845b3 100644 --- a/root/target/linux/mediatek/patches-4.14/0064-dts.patch +++ b/root/target/linux/mediatek/patches-4.14/0064-dts.patch @@ -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 {