[PATCH v7 02/11] dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree
Rob Herring
robh at kernel.org
Fri Jul 31 17:28:16 EDT 2020
On Wed, 29 Jul 2020 16:00:09 +0800, Dong Aisheng wrote:
> MX8QM and MX8QXP LPCG Clocks are mostly the same except they may reside
> in different subsystems across CPUs and also vary a bit on the availability.
>
> Same as SCU clock, we want to move the clock definition into device tree
> which can fully decouple the dependency of Clock ID definition from device
> tree and make us be able to write a fully generic lpcg clock driver.
>
> And we can also use the existence of clock nodes in device tree to address
> the device and clock availability differences across different SoCs.
>
> Cc: Sascha Hauer <kernel at pengutronix.de>
> Cc: Michael Turquette <mturquette at baylibre.com>
> Cc: devicetree at vger.kernel.org
> Cc: Shawn Guo <shawnguo at kernel.org>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Stephen Boyd <sboyd at kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong at nxp.com>
> ---
> ChangeLog:
> v6->v7:
> * No other changes except converting to json schema based on the former reviewed
> patches due to the lagecy binding file was removed in latests kernel.
> Because the format is different now, i removed the former R-b
> and A-b tags and request a new review.
> See original patch here:
> https://patchwork.kernel.org/patch/11439079/
> v4->v6:
> * no changes
> v3->v4:
> * change bit-offset property to clock-indices
> * use constant macro to define clock indinces
> * drop hw-autogate property which is still not used by drivers
> v2->v3:
> * no changes
> v1->v2:
> * Update example
> * Add power domain property
> ---
> .../bindings/clock/imx8qxp-lpcg.yaml | 79 ++++++++++++++-----
> include/dt-bindings/clock/imx8-lpcg.h | 14 ++++
> 2 files changed, 74 insertions(+), 19 deletions(-)
> create mode 100644 include/dt-bindings/clock/imx8-lpcg.h
>
Reviewed-by: Rob Herring <robh at kernel.org>
More information about the linux-arm-kernel
mailing list