diff options
author | Claudiu Beznea | 2020-06-02 15:19:19 +0300 |
---|---|---|
committer | Eugen Hristev | 2021-01-07 09:44:15 +0200 |
commit | 3b86096a59c8b21165d15b4f6bdbe0663c81794e (patch) | |
tree | f25d5ee24ea8275760dfd35ec4b2e65f842a302d /arch/arm/dts/sama7g5.dtsi | |
parent | 3a2be103b0593d2d2fa5f8a40086ed4db0ee06a0 (diff) |
ARM: dts: sama7g5: move clock frequencies for xtals in board file
Move clock frequencies for crystals on board specific files.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'arch/arm/dts/sama7g5.dtsi')
-rw-r--r-- | arch/arm/dts/sama7g5.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi index 24b6f909579..618f3a37d5e 100644 --- a/arch/arm/dts/sama7g5.dtsi +++ b/arch/arm/dts/sama7g5.dtsi @@ -19,13 +19,11 @@ slow_xtal: slow_xtal { compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <0>; }; main_xtal: main_xtal { compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <0>; }; mck: mck { |