From 7958ecf05318a0f0e9e98de0db68ea478c1e831a Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 3 Nov 2014 08:33:00 +0000 Subject: [PATCH] BB: lantiq: vr9: vgv7519: modify dts to pass cmdline to support vmmc/fxs/vpe (required not-distributable firmware blob - dump it by yourself from original firmware) Signed-off-by: Eddi De Pieri git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43164 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 1ab3a26..22ab674 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -5,12 +5,21 @@ model = "VGV7519 - KPN Experiabox V8"; chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit"; + bootargs = "console=ttyLTQ0,115200 init=/etc/preinit maxvpes=1 maxtcs=1 phym=64M mem=62M panic=1 vpe1_load_addr=0x83e00000 vpe1_mem=2M vpe1_wired_tlb_entries=1"; }; memory@0 { reg = <0x0 0x4000000>; }; + + sram@1F000000 { + vmmc@107000 { + status = "okay"; + gpios = <&gpio 30 0 //fxs relay + &gpio 31 0 //still unknown + &gpio 3 0>; //reset_slic? + }; + }; fpi@10000000 { #address-cells = <1>;