projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218bbea
)
net: dsa: qca8k: Add support for QCA8334 switch
author
Michal Vokáč
<
[email protected]
>
Wed, 23 May 2018 06:20:19 +0000
(08:20 +0200)
committer
David S. Miller
<
[email protected]
>
Wed, 23 May 2018 19:45:55 +0000
(15:45 -0400)
Add support for the four-port variant of the Qualcomm QCA833x switch.
Signed-off-by: Michal Vokáč <
[email protected]
>
Reviewed-by: Andrew Lunn <
[email protected]
>
Reviewed-by: Florian Fainelli <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/dsa/qca8k.c
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/qca8k.c
b/drivers/net/dsa/qca8k.c
index 757b6d90ea365b96150e6ac51a8503cf7cb3f24b..eb7aceb20f8abba5e9cda4b23b838f153d946767 100644
(file)
--- a/
drivers/net/dsa/qca8k.c
+++ b/
drivers/net/dsa/qca8k.c
@@
-939,6
+939,7
@@
static SIMPLE_DEV_PM_OPS(qca8k_pm_ops,
qca8k_suspend, qca8k_resume);
static const struct of_device_id qca8k_of_match[] = {
+ { .compatible = "qca,qca8334" },
{ .compatible = "qca,qca8337" },
{ /* sentinel */ },
};