diff options
author | David Lechner <david@lechnology.com> | 2018-05-18 19:48:29 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-06-26 13:52:38 +0300 |
commit | 3652e2741f4297524d1b166c0ba19c390cea7c71 (patch) | |
tree | 123ad9b7acbaed4a778848e895976be790a5e116 /arch/arm/boot/dts/da850-lego-ev3.dts | |
parent | 862ceabb4690c83d02d823bc712c47451714f34a (diff) | |
download | linux-3652e2741f4297524d1b166c0ba19c390cea7c71.tar.xz |
ARM: dts: da850: Add clocks
This adds clock provider nodes for da850 and wires them up to all of the
devices.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-lego-ev3.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lego-ev3.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-lego-ev3.dts b/arch/arm/boot/dts/da850-lego-ev3.dts index ee3932475ce7..331362a6f01e 100644 --- a/arch/arm/boot/dts/da850-lego-ev3.dts +++ b/arch/arm/boot/dts/da850-lego-ev3.dts @@ -191,6 +191,10 @@ }; }; +&ref_clk { + clock-frequency = <24000000>; +}; + &pmx_core { status = "okay"; |