[PATCH v3 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP

Peng Fan (OSS) posted 2 patches 1 month ago
.../bindings/arm/freescale/fsl,imx7ulp-pm.yaml     |  5 ++++
arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi             | 28 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
[PATCH v3 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP
Posted by Peng Fan (OSS) 1 month ago
Patch 1 is a binding update to add missing #clock-cells, otherwise
there is CHECK_DTBS warning.
clock-controller@40410000 (fsl,imx7ulp-smc1): '#clock-cells' does not match any of the regexes: '^pinctrl-[0-9]+$'

And the clock will be used for cpufreq as done in patch 2.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Add R-b and Fixes tag for patch 1
- Link to v2: https://lore.kernel.org/r/20260227-imx7ulp-v2-0-1c7fa8862ebc@nxp.com

Changes in v2:
- Update commig message in patch 1
- Link to v1: https://lore.kernel.org/r/20260226-imx7ulp-v1-0-3fd611ceb346@nxp.com

---
Peng Fan (2):
      dt-bindings: fsl: imx7ulp-smc1: Add #clock-cells property
      ARM: dts: imx7ulp: Add CPU clock and OPP table support

 .../bindings/arm/freescale/fsl,imx7ulp-pm.yaml     |  5 ++++
 arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi             | 28 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)
---
base-commit: 3ef088b0c5772a6f75634e54aa34f5fc0a2c041c
change-id: 20260226-imx7ulp-c48516ee22b4

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>
Re: (subset) [PATCH v3 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP
Posted by Frank Li 3 weeks, 5 days ago
On Mon, 02 Mar 2026 23:07:40 +0800, Peng Fan (OSS) wrote:
> Patch 1 is a binding update to add missing #clock-cells, otherwise
> there is CHECK_DTBS warning.
> clock-controller@40410000 (fsl,imx7ulp-smc1): '#clock-cells' does not match any of the regexes: '^pinctrl-[0-9]+$'
> 
> And the clock will be used for cpufreq as done in patch 2.
> 
> 
> [...]

Applied, thanks!

[2/2] ARM: dts: imx7ulp: Add CPU clock and OPP table support
      commit: 2314ecf275ae371638e1f35a346823d0b45de6eb

Best regards,
-- 
Frank Li <Frank.Li@nxp.com>
Re: (subset) [PATCH v3 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP
Posted by Frank Li 3 weeks, 5 days ago
On Mon, 02 Mar 2026 23:07:40 +0800, Peng Fan (OSS) wrote:
> Patch 1 is a binding update to add missing #clock-cells, otherwise
> there is CHECK_DTBS warning.
> clock-controller@40410000 (fsl,imx7ulp-smc1): '#clock-cells' does not match any of the regexes: '^pinctrl-[0-9]+$'
> 
> And the clock will be used for cpufreq as done in patch 2.
> 
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: fsl: imx7ulp-smc1: Add #clock-cells property
      commit: cb794619c2d29b882f6eec3b6ad4a1ca5afab312

Best regards,
-- 
Frank Li <Frank.Li@nxp.com>