diff options
author | 2022-01-27 10:41:56 -0600 | |
---|---|---|
committer | 2022-01-28 14:39:44 +0000 | |
commit | 48bf8b8a04c9cdff7c2cc79e715bfc0947278a77 (patch) | |
tree | b067a76b89495a10a3cf63039c63dcd9f0760406 /drivers/net/dsa/microchip/ksz_common.h | |
parent | net: dsa: microchip: Document property to disable reference clock (diff) | |
download | wireguard-linux-48bf8b8a04c9cdff7c2cc79e715bfc0947278a77.tar.xz wireguard-linux-48bf8b8a04c9cdff7c2cc79e715bfc0947278a77.zip |
net: dsa: microchip: Add property to disable reference clock
Add a new microchip,synclko-disable property which can be specified
to disable the reference clock output from the device if not required
by the board design.
Signed-off-by: Robert Hancock <robert.hancock@calian.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/microchip/ksz_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/ksz_common.h b/drivers/net/dsa/microchip/ksz_common.h index df8ae59c8525..3db63f62f0a1 100644 --- a/drivers/net/dsa/microchip/ksz_common.h +++ b/drivers/net/dsa/microchip/ksz_common.h @@ -75,6 +75,7 @@ struct ksz_device { u32 regs_size; bool phy_errata_9477; bool synclko_125; + bool synclko_disable; struct vlan_table *vlan_cache; |