aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-07 14:51:44 -0400
committerTom Rini <trini@konsulko.com>2020-05-07 14:51:44 -0400
commit67887903afc3615070dd878f6e0420d34b30274c (patch)
treecbe74a525d8410d3dd8bb62124e5468669a8cba9 /include
parent69bf66ad8c0d53cc5e64d0f4f2e3bc9ad18e61aa (diff)
parent8737c65fe4e315af923efde05e5f30041944be08 (diff)
downloadu-boot-67887903afc3615070dd878f6e0420d34b30274c.zip
u-boot-67887903afc3615070dd878f6e0420d34b30274c.tar.gz
u-boot-67887903afc3615070dd878f6e0420d34b30274c.tar.bz2
Merge branch '2020-05-07-atheros-phy-improvements'
Diffstat (limited to 'include')
-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 0000000..9c046c7
--- /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