Skip to content

Commit c886b72

Browse files
committed
dt-bindings: clock: mpfs: add more MSSPLL output definitions
There are 3 undocumented outputs of the MSSPLL that are used for the CAN bus, "user crypto" module and eMMC. Add their clock IDs so that they can be hooked up in DT. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 6613476 commit c886b72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/dt-bindings/clock/microchip,mpfs-clock.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444

4545
#define CLK_RTCREF 33
4646
#define CLK_MSSPLL 34
47+
#define CLK_MSSPLL0 34
48+
#define CLK_MSSPLL1 35
49+
#define CLK_MSSPLL2 36
50+
#define CLK_MSSPLL3 37
51+
/* 38 is reserved for MSS PLL internals */
4752

4853
/* Clock Conditioning Circuitry Clock IDs */
4954

0 commit comments

Comments
 (0)