[source] lantiq: enable VMMC for VGV7519

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 02:11:01 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/0ce929228a63cc23f0deb52a72cc99b21c1c9bf9

commit 0ce929228a63cc23f0deb52a72cc99b21c1c9bf9
Author: dpeddi <eddi at dpeddi.com>
AuthorDate: Sat Oct 29 13:36:38 2016 +0200

    lantiq: enable VMMC for VGV7519
    
    Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
 target/linux/lantiq/dts/VGV7519.dtsi | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index ad4233a..88daae7 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -7,7 +7,7 @@
 	model = "VGV7519 - KPN Experiabox V8";
 
 	chosen {
-		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1";
 	};
 
 	aliases {
@@ -20,6 +20,15 @@
 		led-wifi = &wireless_green;
 	};
 
+	sram at 1F000000 {
+	        vmmc at 107000 {
+	                status = "okay";
+	                gpios = <&gpio 30 GPIO_ACTIVE_HIGH  //fxs relay
+	                         &gpio 31 GPIO_ACTIVE_HIGH  //still unknown
+	                         &gpio 3  GPIO_ACTIVE_HIGH>; //reset_slic?
+	        };
+	};
+
 	memory at 0 {
 		reg = <0x0 0x4000000>;
 	};



More information about the lede-commits mailing list