aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2019-11-06 23:36:13 +0100
committerDavid S. Miller <davem@davemloft.net>2019-11-06 21:42:06 -0800
commit2c63221cd9e5c0dad0424029aeb1c40faada8330 (patch)
tree732eb9c8ec157966ba66a246fbc43cbf23e5fa7e /include/dt-bindings
parentnet: phy: at803x: fix Kconfig description (diff)
downloadlinux-dev-2c63221cd9e5c0dad0424029aeb1c40faada8330.tar.xz
linux-dev-2c63221cd9e5c0dad0424029aeb1c40faada8330.zip
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')
-rw-r--r--include/dt-bindings/net/qca-ar803x.h13
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