Skip to content

Commit

Permalink
arm64: dts: imx8mm-evk: correct pmic clock source
Browse files Browse the repository at this point in the history
The osc_32k supports #clock-cells as 0, using an id is wrong, drop it.

Fixes: a6a355e ("arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
MrVan authored and Shawn Guo committed Apr 5, 2023
1 parent c355d91 commit 85af7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
rohm,reset-snvs-powered;

#clock-cells = <0>;
clocks = <&osc_32k 0>;
clocks = <&osc_32k>;
clock-output-names = "clk-32k-out";

regulators {
Expand Down

0 comments on commit 85af7ff

Please sign in to comment.