Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

+5
+5
include/dt-bindings/clock/microchip,mpfs-clock.h
··· 44 44 45 45 #define CLK_RTCREF 33 46 46 #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 */ 47 52 48 53 /* Clock Conditioning Circuitry Clock IDs */ 49 54