diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-04-01 15:42:00 +0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-07-11 23:50:52 +0300 |
commit | ba2db535a99dc004ab6b7952625029ec196514b9 (patch) | |
tree | 3c6ba665fa18044ca5ffa7fee0967816ad07598b /arch/arm/boot/dts/lpc4350-hitex-eval.dts | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | linux-ba2db535a99dc004ab6b7952625029ec196514b9.tar.xz |
ARM: dts: lpc18xx: add cgu and ccu clock-controller nodes
Add CGU and CCU clock-controller nodes for lpc18xx together with
the fixed input clocks. Also remove the temporary fixed-factor
pll1 clock from both lpc18xx and lpc4350-hitex-eval DTS now that
proper clock drivers are inplace.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc4350-hitex-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/lpc4350-hitex-eval.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/lpc4350-hitex-eval.dts b/arch/arm/boot/dts/lpc4350-hitex-eval.dts index d04072f40817..4ebdb54cc9ce 100644 --- a/arch/arm/boot/dts/lpc4350-hitex-eval.dts +++ b/arch/arm/boot/dts/lpc4350-hitex-eval.dts @@ -36,10 +36,6 @@ }; }; -&pll1 { - clock-mult = <15>; -}; - &uart0 { status = "okay"; }; |