ramips: fix to mt7620a and add support for i2c on WD03
authorMatthias Badaire <mbadaire@gmail.com>
Tue, 22 May 2018 10:06:55 +0000 (12:06 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:32:19 +0000 (17:32 +0100)
There was an error on initial commit, the proper soc is mt7620n (which is
more limited than mt7620a). Moreover, there is a battery management
controller connected to the i2c port of the mt7620n. I have a small piece
of i2c code to get battery level coming.

Signed-off-by: Matthias Badaire <mbadaire@gmail.com>
(backported from 52809db5446e1c4fbdaa50b703961d036c14bceb)

target/linux/ramips/dts/WD03.dts

index 454e757ce109a75ddd0b7ff1f8fcd196423db097..1552ae82596e086df342abb31b1240ec0f4c49e2 100644 (file)
@@ -6,7 +6,7 @@
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "ravpower,wd03", "ralink,mt7620a-soc";
+       compatible = "ravpower,wd03", "ralink,mt7620n-soc";
        model = "Ravpower WD03";
 
        chosen {
        status = "okay";
 };
 
+&i2c {
+        status = "okay";
+};
+
 &spi0 {
        status = "okay";