]> Git Repo - J-u-boot.git/commitdiff
dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
authorSwapnil Jakhade <[email protected]>
Fri, 28 Jan 2022 08:11:41 +0000 (13:41 +0530)
committerTom Rini <[email protected]>
Tue, 8 Feb 2022 16:00:03 +0000 (11:00 -0500)
Add binding to specify Spread Spectrum Clocking mode used

Signed-off-by: Swapnil Jakhade <[email protected]>
Signed-off-by: Aswath Govindraju <[email protected]>
include/dt-bindings/phy/phy-cadence.h

index 4652bcb8626521a1f0768222a1a304cd938c29b5..0122c6067b178ee32db8b684a8cdc97a720ce510 100644 (file)
@@ -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 */
This page took 0.038626 seconds and 4 git commands to generate.