[openwrt/openwrt] lantiq: remove vmmc node from FritzBox 7412 dts

LEDE Commits lede-commits at lists.infradead.org
Thu Aug 20 17:46:19 EDT 2020


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/14ae431c836d81830a510ebed0937d862491a058

commit 14ae431c836d81830a510ebed0937d862491a058
Author: Aleksander Jan Bajkowski <A.Bajkowski at stud.elka.pw.edu.pl>
AuthorDate: Tue Aug 18 22:25:38 2020 +0200

    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 <A.Bajkowski at stud.elka.pw.edu.pl>
---
 .../lantiq/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";
-};



More information about the lede-commits mailing list