diff options
| author | Tom Rini <[email protected]> | 2025-05-27 16:18:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-06 10:49:56 -0600 |
| commit | ceeda322e79c061968aa0f7365ee5af312f4f0be (patch) | |
| tree | 388823035c0f101b190ccc69274be4b2f4a8cfdd /include/dt-bindings/phy | |
| parent | a822b95da4b799bdc2a42c06923af4359238dc9e (diff) | |
include/dt-bindings: Remove unused headers
As part of moving to using OF_UPSTREAM and so the upstream dt-bindings
headers we have a number of these headers that are in our include
directory and not referenced by any code outside of dts/upstream. We can
remove these now to prevent future conflicts.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/dt-bindings/phy')
| -rw-r--r-- | include/dt-bindings/phy/phy-am654-serdes.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/dt-bindings/phy/phy-am654-serdes.h b/include/dt-bindings/phy/phy-am654-serdes.h deleted file mode 100644 index e8d901729ed..00000000000 --- a/include/dt-bindings/phy/phy-am654-serdes.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * This header provides constants for AM654 SERDES. - */ - -#ifndef _DT_BINDINGS_AM654_SERDES -#define _DT_BINDINGS_AM654_SERDES - -#define AM654_SERDES_CMU_REFCLK 0 -#define AM654_SERDES_LO_REFCLK 1 -#define AM654_SERDES_RO_REFCLK 2 - -#endif /* _DT_BINDINGS_AM654_SERDES */ |
