aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/lpc32xx-clock.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-06clk: lpc32xx: allow peripheral clock selection in device treeSylvain Lemieux1-0/+1
This patch add the support to select the peripheral clock (PERIPH) as a parent clock source using the "assigned-clock-parents" parameter in the device tree. Signed-off-by: Sylvain Lemieux <[email protected]> Acked-by: Vladimir Zapolskiy <[email protected]> Signed-off-by: Michael Turquette <[email protected]> Link: lkml.kernel.org/r/[email protected]
2016-02-10clk: lpc32xx: add HCLK PLL output configurationSylvain Lemieux1-0/+1
This patch add the support to setup the HCLK PLL output using the "assigned-clock-rates" parameter in the device tree. If the option is not use, the clock setup by the kickstart and/or bootloader remain unchanged. The previous kernel version did not change the clock frequency output setup by the kickstart and/or bootloader; this version always setup the clock frequency output to 208MHz. Signed-off-by: Sylvain Lemieux <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
2015-12-24dt-bindings: clock: add NXP LPC32xx clock list for consumersVladimir Zapolskiy1-0/+56
The change adds a list of NXP LPC32xx clocks, which can be requested by clock consumers. Signed-off-by: Vladimir Zapolskiy <[email protected]> Signed-off-by: Michael Turquette <[email protected]>