Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Giulio Benetti and committed by
Shawn Guo
05be8e74 3f8b6cf8

+1 -1
+1 -1
arch/arm/boot/dts/imx1.dtsi
··· 55 55 56 56 clocks { 57 57 clk32 { 58 - compatible = "fsl,imx-clk32", "fixed-clock"; 58 + compatible = "fixed-clock"; 59 59 #clock-cells = <0>; 60 60 clock-frequency = <32000>; 61 61 };