summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2018-12-22powerpc/fsl: Use new clockgen bindingScott Wood1-30/+0
The driver retains compatibility with old device trees, but we don't want the old nodes lying around to be copied, or used as a reference (some of the mux options are incorrect), or even just being clutter. Signed-off-by: Scott Wood <oss@buserror.net> Signed-off-by: Tang Yuantian <andy.tang@nxp.com> [scottwood: removed sysclk node added by Andy] Signed-off-by: Scott Wood <oss@buserror.net>
2015-10-28powerpc/fsl: Add #clock-cells and clockgen label to clockgen nodesScott Wood1-1/+2
This allows new-style clock references to be used, which is needed for fman. The old clock nodes will be removed and all clock references converted to new-style once the qoriq-cpufreq driver is updated to stop depending on the old-style references in cpu nodes. Signed-off-by: Scott Wood <scottwood@freescale.com>
2014-11-08powerpc/dts: Add node(s) for the platform PLLEmil Medve1-0/+7
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Change-Id: If76cd705a01813abe53396c1486bc13c4289ee92 Signed-off-by: Scott Wood <scottwood@freescale.com>
2014-11-08powerpc/dts: Factorize the clock control nodeEmil Medve1-0/+61
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com> Change-Id: I25ce24a25862b4ca460164159867abefe00ccdd1 Signed-off-by: Scott Wood <scottwood@freescale.com>