diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-10-14 00:39:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-15 12:06:38 +0200 |
commit | f477d1c8bdbef4f400718238e350f16f521d2a3e (patch) | |
tree | b1be508f1217eff293eaa4f24565b39b75549821 /drivers/net/dsa/qca8k.h | |
parent | dt-bindings: net: dsa: qca8k: document support for qca8328 (diff) | |
download | linux-f477d1c8bdbef4f400718238e350f16f521d2a3e.tar.xz linux-f477d1c8bdbef4f400718238e350f16f521d2a3e.zip |
net: dsa: qca8k: add support for QCA8328
QCA8328 switch is the bigger brother of the qca8327. Same regs different
chip. Change the function to set the correct pin layout and introduce a
new match_data to differentiate the 2 switch as they have the same ID
and their internal PHY have the same ID.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/dsa/qca8k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/qca8k.h b/drivers/net/dsa/qca8k.h index 35a471bfd27f..9c115cfe613b 100644 --- a/drivers/net/dsa/qca8k.h +++ b/drivers/net/dsa/qca8k.h @@ -260,6 +260,7 @@ struct ar8xxx_port_status { struct qca8k_match_data { u8 id; + bool reduced_package; }; enum { |