]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx8qxp: make the name of clock ID generic
authorAisheng Dong <aisheng.dong@nxp.com>
Sun, 23 Dec 2018 16:20:02 +0000 (16:20 +0000)
committerStephen Boyd <sboyd@kernel.org>
Fri, 28 Dec 2018 18:43:57 +0000 (10:43 -0800)
commit5a6eeed7a089f72df9ae0e7c1d20e00c61013d1c
tree5a7b4a847e2ca0c55f66fdb9cda967f6a651e61e
parent05f7d04320a00a07061ea49a4cc0c2b3203981bc
clk: imx8qxp: make the name of clock ID generic

SCU clock can be used in a similar way by IMX8QXP and IMX8QM SoCs.
Let's make the name of clock ID generic to allow other SoCs to reuse
the common part.

This patch only changes the clock id name and file name, so no
functional change.

Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx8qxp-lpcg.c
drivers/clk/imx/clk-imx8qxp.c
include/dt-bindings/clock/imx8-clock.h [new file with mode: 0644]
include/dt-bindings/clock/imx8qxp-clock.h [deleted file]