Commit a4a3550e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

arm64: dts: imx8mq-librem5-devkit: Add missing clock-cells to PMIC

The PMIC node can be a clock provider (for its 32 kHz clock) and authors
of imx8mq-librem5-devkit.dts apparently wanted this because they added
input clock and clock-output-names.

Add necessary clock-cells to the PMIC node.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-and-tested-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f2dc2359
...@@ -285,6 +285,7 @@ pmic: pmic@4b { ...@@ -285,6 +285,7 @@ pmic: pmic@4b {
pinctrl-0 = <&pinctrl_pmic>; pinctrl-0 = <&pinctrl_pmic>;
clocks = <&pmic_osc>; clocks = <&pmic_osc>;
clock-names = "osc"; clock-names = "osc";
#clock-cells = <0>;
clock-output-names = "pmic_clk"; clock-output-names = "pmic_clk";
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
interrupts = <3 GPIO_ACTIVE_LOW>; interrupts = <3 GPIO_ACTIVE_LOW>;
......
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