mbox series

[0/2] clk: imx: imx7d: move setting clk parent to dts

Message ID 1572515888-3385-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series clk: imx: imx7d: move setting clk parent to dts | expand

Message

Peng Fan Oct. 31, 2019, 10:01 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

This patchset is to move the clk_set_parent operation from driver
to dts, because assigned-clock-parents could do the job and we
could simplify the driver then.

Peng Fan (2):
  arm: dts: imx7s: ccm: add assigned-clocks
  clk: imx: imx7d: remove clk_set_parent

 arch/arm/boot/dts/imx7s.dtsi | 20 ++++++++++++++++++++
 drivers/clk/imx/clk-imx7d.c  | 12 ------------
 2 files changed, 20 insertions(+), 12 deletions(-)