treewide: fix MERCUSYS brand spelling
This commit fixes MERCUSYS brand spelling. The proper name is capitalized. Link: https://www.mercusys.com/ Link: https://github.com/torvalds/linux/blob/master/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c#L7779 Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
This commit is contained in:
committed by
David Bauer
parent
0c3f4bd85e
commit
45a50a06fb
@@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "mercusys,mr90x-v1", "mediatek,mt7986b";
|
||||
model = "Mercusys MR90X v1";
|
||||
model = "MERCUSYS MR90X v1";
|
||||
|
||||
aliases {
|
||||
serial0 = &uart0;
|
||||
|
||||
@@ -504,7 +504,7 @@ endef
|
||||
TARGET_DEVICES += mediatek_mt7988a-rfb
|
||||
|
||||
define Device/mercusys_mr90x-v1
|
||||
DEVICE_VENDOR := Mercusys
|
||||
DEVICE_VENDOR := MERCUSYS
|
||||
DEVICE_MODEL := MR90X v1
|
||||
DEVICE_DTS := mt7986b-mercusys-mr90x-v1
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
|
||||
Reference in New Issue
Block a user