2023-03-28 06:08:17

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH] arm64: dts: imx8mq-librem5: add missing #clock-cells

From: Peng Fan <[email protected]>

'#clock-cells' is a dependency of 'clock-output-names', following
binding doc, add it.

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 6895bcc12165..b3de4947762f 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -806,6 +806,7 @@ pmic: pmic@4b {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pmic>, <&pinctrl_camera_pwr>;
clocks = <&pmic_osc>;
+ #clock-cells = <0>;
clock-names = "osc";
clock-output-names = "pmic_clk";
interrupt-parent = <&gpio1>;
--
2.37.1


2023-04-05 14:24:40

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: imx8mq-librem5: add missing #clock-cells

On Tue, Mar 28, 2023 at 02:11:23PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> '#clock-cells' is a dependency of 'clock-output-names', following
> binding doc, add it.
>
> Signed-off-by: Peng Fan <[email protected]>

Applied, thanks!