]> 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)
commit33afb6ca4005341e37ed7b8cd875995a4416e123
tree5a7b4a847e2ca0c55f66fdb9cda967f6a651e61e
parent303dd7bdd2eefc5e9eeaf5c641fc9bc34b2b582d
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]