Skip to content

Commit c10a585

Browse files
Marek VasutShawn Guo
authored andcommitted
arm64: dts: imx8mm: Drop xtal clock specifier from eDM SBC
The clk_xtal32k have clock-cells = <0>, drop the bogus specifier. Fixes: 9509593 ("arm64: dts: imx8mm: Model PMIC to SNVS RTC clock path on Data Modul i.MX8M Mini eDM SBC") Signed-off-by: Marek Vasut <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 87b30c4 commit c10a585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
compatible = "rohm,bd71847";
276276
reg = <0x4b>;
277277
#clock-cells = <0>;
278-
clocks = <&clk_xtal32k 0>;
278+
clocks = <&clk_xtal32k>;
279279
clock-output-names = "clk-32k-out";
280280
pinctrl-names = "default";
281281
pinctrl-0 = <&pinctrl_pmic>;

0 commit comments

Comments
 (0)