From 98d04dc4cf8b7ca9183a75566b299e0ccfac5a68 Mon Sep 17 00:00:00 2001
From: Daniel Golle <daniel@makrotopia.org>
Date: Wed, 10 Jul 2019 19:28:35 +0200
Subject: [PATCH] ramips: fix bogus MTK_SOC (typo)

Belkin F7C027 is clearly Rt5350 SoC, as shown on internal
photographs filed for FCC approval[1].

[1]: https://fcc.io/K7S/F7C027

Fixes commit 3b0264eddbc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 .../dts/{rt5352_belkin_f7c027.dts => rt5350_belkin_f7c027.dts}  | 0
 target/linux/ramips/image/rt305x.mk                             | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename target/linux/ramips/dts/{rt5352_belkin_f7c027.dts => rt5350_belkin_f7c027.dts} (100%)

diff --git a/target/linux/ramips/dts/rt5352_belkin_f7c027.dts b/target/linux/ramips/dts/rt5350_belkin_f7c027.dts
similarity index 100%
rename from target/linux/ramips/dts/rt5352_belkin_f7c027.dts
rename to target/linux/ramips/dts/rt5350_belkin_f7c027.dts
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index ee1e39ac5c8..2ba5e254e6e 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -274,7 +274,7 @@ endef
 TARGET_DEVICES += belkin_f5d8235-v2
 
 define Device/belkin_f7c027
-  MTK_SOC := rt5352
+  MTK_SOC := rt5350
   IMAGE_SIZE := 7616k
   DEVICE_VENDOR := Belkin
   DEVICE_MODEL := F7C027
-- 
GitLab