diff options
Diffstat (limited to 'include/dt-bindings/phy/phy-cadence.h')
-rw-r--r-- | include/dt-bindings/phy/phy-cadence.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/include/dt-bindings/phy/phy-cadence.h b/include/dt-bindings/phy/phy-cadence.h index 0671991208f..0122c6067b1 100644 --- a/include/dt-bindings/phy/phy-cadence.h +++ b/include/dt-bindings/phy/phy-cadence.h @@ -6,18 +6,19 @@ #ifndef _DT_BINDINGS_CADENCE_SERDES_H #define _DT_BINDINGS_CADENCE_SERDES_H -#define CDNS_SERDES_NO_SSC 0 -#define CDNS_SERDES_EXTERNAL_SSC 1 -#define CDNS_SERDES_INTERNAL_SSC 2 - /* Torrent */ +#define TORRENT_SERDES_NO_SSC 0 +#define TORRENT_SERDES_EXTERNAL_SSC 1 +#define TORRENT_SERDES_INTERNAL_SSC 2 + #define CDNS_TORRENT_REFCLK_DRIVER 0 -#define CDNS_TORRENT_DERIVED_REFCLK 1 -#define CDNS_TORRENT_RECEIVED_REFCLK 2 /* Sierra */ #define CDNS_SIERRA_PLL_CMNLC 0 #define CDNS_SIERRA_PLL_CMNLC1 1 -#define CDNS_SIERRA_DERIVED_REFCLK 2 + +#define SIERRA_SERDES_NO_SSC 0 +#define SIERRA_SERDES_EXTERNAL_SSC 1 +#define SIERRA_SERDES_INTERNAL_SSC 2 #endif /* _DT_BINDINGS_CADENCE_SERDES_H */ |