This commit disables the VMMC for the AVM FRITZ!Box 7412 due to missing support for the FXS ports (attached via the Dialog DECT chip according to the original author).
This allows us to activate the second VPE of the CPU and SMP support. Run-tested on AVM FRITZ!Box 7412. Signed-off-by: David Bauer <[email protected]> --- .../linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7412.dts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7412.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7412.dts index 3059c12858..093908db82 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7412.dts +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ7412.dts @@ -11,7 +11,7 @@ model = "AVM FRITZ!Box 7412"; chosen { - bootargs = "console=ttyLTQ0,115200 mem=126M vpe1_load_addr=0x87e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp"; + bootargs = "console=ttyLTQ0,115200"; }; aliases { @@ -225,6 +225,3 @@ }; }; -&vmmc { - status = "okay"; -}; -- 2.21.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
