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

Peng Fan (OSS) posted 1 patch 2 years, 10 months ago
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: imx8mq-librem5: add missing #clock-cells
Posted by Peng Fan (OSS) 2 years, 10 months ago
From: Peng Fan <peng.fan@nxp.com>

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

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 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
Re: [PATCH] arm64: dts: imx8mq-librem5: add missing #clock-cells
Posted by Shawn Guo 2 years, 10 months ago
On Tue, Mar 28, 2023 at 02:11:23PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> '#clock-cells' is a dependency of 'clock-output-names', following
> binding doc, add it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks!