diff options
author | Michael Walle <michael@walle.cc> | 2019-11-07 01:36:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-07 08:42:06 +0300 |
commit | 2c63221cd9e5c0dad0424029aeb1c40faada8330 (patch) | |
tree | 732eb9c8ec157966ba66a246fbc43cbf23e5fa7e /include/dt-bindings/net | |
parent | 4985dffced1471385af234b7d4aab4830df78121 (diff) | |
download | linux-2c63221cd9e5c0dad0424029aeb1c40faada8330.tar.xz |
dt-bindings: net: phy: Add support for AT803X
Document the Atheros AR803x PHY bindings.
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/net')
-rw-r--r-- | include/dt-bindings/net/qca-ar803x.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/net/qca-ar803x.h b/include/dt-bindings/net/qca-ar803x.h new file mode 100644 index 000000000000..9c046c7242ed --- /dev/null +++ b/include/dt-bindings/net/qca-ar803x.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Device Tree constants for the Qualcomm Atheros AR803x PHYs + */ + +#ifndef _DT_BINDINGS_QCA_AR803X_H +#define _DT_BINDINGS_QCA_AR803X_H + +#define AR803X_STRENGTH_FULL 0 +#define AR803X_STRENGTH_HALF 1 +#define AR803X_STRENGTH_QUARTER 2 + +#endif |