diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-06-20 12:44:32 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-20 12:47:19 +0200 |
commit | 783e37502f5bceeeccde770782e81c0846179d96 (patch) | |
tree | f96b65b3f63f3491ec8db54e05c56e3df9264393 /target/linux/ramips | |
parent | f528d771c424abe81859bcccd084bfe8430f568e (diff) | |
download | upstream-783e37502f5bceeeccde770782e81c0846179d96.tar.gz upstream-783e37502f5bceeeccde770782e81c0846179d96.tar.bz2 upstream-783e37502f5bceeeccde770782e81c0846179d96.zip |
ramips: fix EW-7478AC model name in DTS
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/EW-7478AC.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/EW-7478AC.dts b/target/linux/ramips/dts/EW-7478AC.dts index b869ff37f8..ba33405e65 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"; |