Commit c10a5855 authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo
Browse files

arm64: dts: imx8mm: Drop xtal clock specifier from eDM SBC



The clk_xtal32k have clock-cells = <0>, drop the bogus specifier.

Fixes: 9509593f ("arm64: dts: imx8mm: Model PMIC to SNVS RTC clock path on Data Modul i.MX8M Mini eDM SBC")
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 87b30c4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@
		compatible = "rohm,bd71847";
		reg = <0x4b>;
		#clock-cells = <0>;
		clocks = <&clk_xtal32k 0>;
		clocks = <&clk_xtal32k>;
		clock-output-names = "clk-32k-out";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_pmic>;