diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-07 14:51:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-07 14:51:44 -0400 |
commit | 67887903afc3615070dd878f6e0420d34b30274c (patch) | |
tree | cbe74a525d8410d3dd8bb62124e5468669a8cba9 /include/dt-bindings | |
parent | 69bf66ad8c0d53cc5e64d0f4f2e3bc9ad18e61aa (diff) | |
parent | 8737c65fe4e315af923efde05e5f30041944be08 (diff) |
Merge branch '2020-05-07-atheros-phy-improvements'
Diffstat (limited to 'include/dt-bindings')
-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 0000000000..9c046c7242 --- /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 |