diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-08-18 22:25:38 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-08-20 23:45:39 +0200 |
commit | 14ae431c836d81830a510ebed0937d862491a058 (patch) | |
tree | 13fad03d96f12ca0c1dcc378552a2f31d4f0c4ad /target/linux/lantiq | |
parent | aa403a440ad81b3430759d951cee1754ba5e4722 (diff) | |
download | upstream-14ae431c836d81830a510ebed0937d862491a058.tar.gz upstream-14ae431c836d81830a510ebed0937d862491a058.tar.bz2 upstream-14ae431c836d81830a510ebed0937d862491a058.zip |
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@stud.elka.pw.edu.pl>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts | 4 |
1 files changed, 0 insertions, 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"; -}; |