diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2021-12-03 03:40:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 06:23:17 +0300 |
commit | bca46d8e5fede9cf4491be27dba9d09721b80f71 (patch) | |
tree | d560fd18346aa363b3209da69b5028b0327e01a0 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 5368f930cc655d0906574e9841960ee380bf4351 (diff) | |
download | linux-bca46d8e5fede9cf4491be27dba9d09721b80f71.tar.xz |
ARM: dts: imx6qdl: drop "fsl,imx-ckih1"
"fsl,imx-ckih1" 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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 5d4557d15d03..d27beb47f9a3 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -61,7 +61,7 @@ }; ckih1 { - compatible = "fsl,imx-ckih1", "fixed-clock"; + compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <0>; }; |