From 14ae431c836d81830a510ebed0937d862491a058 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Tue, 18 Aug 2020 22:25:38 +0200 Subject: [PATCH] lantiq: remove vmmc node from FritzBox 7412 dts As described in commit commit 891a7007598d ("lantiq: enable second VPE on Fritz!Box 7412"): The AVM Fritz!Box 7412 does not use the VMMC part of the Lantiq chip but rather a proprietary solution based on the DECT chip for the FXS ports. We can remove last traces of vmmc in dts. Signed-off-by: Aleksander Jan Bajkowski --- .../files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts b/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts index 43216d66be..fe02d53c83 100644 --- a/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts +++ b/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts @@ -212,7 +212,3 @@ }; }; }; - -&vmmc { - status = "okay"; -}; -- 2.30.2