diff options
author | Giulio Benetti <[email protected]> | 2021-12-03 01:40:27 +0100 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-12-14 11:22:46 +0800 |
commit | c522683be5b56a2366bbe896bae2180a6d22e95e (patch) | |
tree | 68d7d014e8afa9c91019fd48cd20e68152804518 | |
parent | c5e526a9c3d5d8be8829ab2c4530a063a9aef983 (diff) |
ARM: dts: imx50: 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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx50.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi index af748ea4c1a5..682880e9e485 100644 --- a/arch/arm/boot/dts/imx50.dtsi +++ b/arch/arm/boot/dts/imx50.dtsi @@ -68,7 +68,7 @@ }; ckih1 { - compatible = "fsl,imx-ckih1", "fixed-clock"; + compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <22579200>; }; |