Commit 05be8e74 authored by Giulio Benetti's avatar Giulio Benetti Committed by Shawn Guo
Browse files

ARM: dts: imx1: drop "fsl,imx-clk32"



"fsl,imx-clk32" is useless since no driver deals with it, so let's drop it.

Signed-off-by: default avatarGiulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3f8b6cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ cpu@0 {

	clocks {
		clk32 {
			compatible = "fsl,imx-clk32", "fixed-clock";
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <32000>;
		};