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)
commit08972760d366b83a87d366b0079747f8c409163c
tree5a7b4a847e2ca0c55f66fdb9cda967f6a651e61e
parentb677574bdf292e31c8f9810ff0fc0b35839d4636
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]