diff options
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | 2021-12-03 03:40:37 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-14 06:23:12 +0300 |
commit | 36b85fdaa36ac19ec6bd77ad5d44050747265c28 (patch) | |
tree | 8c951b6ac7a17a32df1acef0163ecc7fcfa7e6f5 | |
parent | 4ce956128d43527c5c917309257f2c4e927425d6 (diff) | |
download | linux-36b85fdaa36ac19ec6bd77ad5d44050747265c28.tar.xz |
ARM: dts: imx6qdl: drop "fsl,imx-osc"
"fsl,imx-osc" 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>
-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 6dc1b970bcad..6dcb3756597b 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -67,7 +67,7 @@ }; osc { - compatible = "fsl,imx-osc", "fixed-clock"; + compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <24000000>; }; |