aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwapnil Jakhade <sjakhade@cadence.com>2022-01-28 13:41:41 +0530
committerTom Rini <trini@konsulko.com>2022-02-08 09:41:28 -0500
commit144205059c7e602513e21efb443596c8be74f479 (patch)
treeeaa7409bbfc32b07f3f0d80e94ba3476ed014b53
parentf3ca5b81468cc1b2572ee2317564a9bae30ce13d (diff)
downloadu-boot-144205059c7e602513e21efb443596c8be74f479.zip
u-boot-144205059c7e602513e21efb443596c8be74f479.tar.gz
u-boot-144205059c7e602513e21efb443596c8be74f479.tar.bz2
dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
Add binding to specify Spread Spectrum Clocking mode used Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
-rw-r--r--include/dt-bindings/phy/phy-cadence.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy-cadence.h b/include/dt-bindings/phy/phy-cadence.h
index 4652bcb..0122c60 100644
--- a/include/dt-bindings/phy/phy-cadence.h
+++ b/include/dt-bindings/phy/phy-cadence.h
@@ -17,4 +17,8 @@
#define CDNS_SIERRA_PLL_CMNLC 0
#define CDNS_SIERRA_PLL_CMNLC1 1
+#define SIERRA_SERDES_NO_SSC 0
+#define SIERRA_SERDES_EXTERNAL_SSC 1
+#define SIERRA_SERDES_INTERNAL_SSC 2
+
#endif /* _DT_BINDINGS_CADENCE_SERDES_H */