From 1100ba43dbe99d1823ea23fe3a8d04707184ca46 Mon Sep 17 00:00:00 2001 From: Matthias Badaire Date: Mon, 26 Nov 2018 21:35:19 +0100 Subject: [PATCH] ramips: fix RavPower WD03 SoC dtsi include The RavPower WD03 is a mt7620n based baord. With the change applied, I2C should work now with the RavPower WD03. Signed-off-by: Matthias Badaire [reworded commit message] Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/WD03.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/WD03.dts b/target/linux/ramips/dts/WD03.dts index 1c9548c3ad..13e9bb3324 100644 --- a/target/linux/ramips/dts/WD03.dts +++ b/target/linux/ramips/dts/WD03.dts @@ -1,6 +1,6 @@ /dts-v1/; -#include "mt7620a.dtsi" +#include "mt7620n.dtsi" #include #include -- 2.30.2