Commit 2858e62e authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx8mq-librem5: add missing #clock-cells

'#clock-cells' is a dependency of 'clock-output-names', following
binding doc, add it.
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent cb562edd
......@@ -830,6 +830,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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment