From 783e37502f5bceeeccde770782e81c0846179d96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
Date: Thu, 20 Jun 2019 12:44:32 +0200
Subject: [PATCH] ramips: fix EW-7478AC model name in DTS
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This fixes lower case AC in the DTS model name.

Fixes: 88f7a29f99fb ("ramips: add support for Edimax EW-7476RPC / EW-7478AC")
Reported-by: Cezary Jackiewicz <cezary@eko.one.pl>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 target/linux/ramips/dts/EW-7478AC.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/EW-7478AC.dts b/target/linux/ramips/dts/EW-7478AC.dts
index b869ff37f86..ba33405e651 100644
--- a/target/linux/ramips/dts/EW-7478AC.dts
+++ b/target/linux/ramips/dts/EW-7478AC.dts
@@ -6,7 +6,7 @@
 
 / {
 	compatible = "edimax,ew-7478ac", "ralink,mt7620a-soc";
-	model = "Edimax EW-7478ac";
+	model = "Edimax EW-7478AC";
 
 	leds {
 		compatible = "gpio-leds";
-- 
GitLab