Skip to content

Commit 85af7ff

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mm-evk: correct pmic clock source
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 <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent c355d91 commit 85af7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
rohm,reset-snvs-powered;
195195

196196
#clock-cells = <0>;
197-
clocks = <&osc_32k 0>;
197+
clocks = <&osc_32k>;
198198
clock-output-names = "clk-32k-out";
199199

200200
regulators {

0 commit comments

Comments
 (0)