diff options
author | Giulio Benetti <[email protected]> | 2021-12-03 01:40:25 +0100 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-12-14 11:22:41 +0800 |
commit | 20adb4921cd6d8db90efd466a1547af047160a0a (patch) | |
tree | 4d01726106a501acd9074a30ba135b9a29bcf6e5 | |
parent | 9a68c8ec9ac9f097c75d6a02f12ddcd29379622d (diff) |
ARM: dts: imx50: 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 <[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 a31e3694fa2b..d61c24846eef 100644 --- a/arch/arm/boot/dts/imx50.dtsi +++ b/arch/arm/boot/dts/imx50.dtsi @@ -80,7 +80,7 @@ }; osc { - compatible = "fsl,imx-osc", "fixed-clock"; + compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <24000000>; }; |