diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-01 14:18:40 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 06:02:29 +0200 |
commit | b3d6aba8bd92c20b7748ccd82b6fab8ea5081066 (patch) | |
tree | a57a0638e523f00058fcee800b755c44a74b3ec9 /arch/arc/boot/dts/nsimosci.dts | |
parent | ARC: [dts] Rename cpu_intc -> core_intc (diff) | |
download | linux-b3d6aba8bd92c20b7748ccd82b6fab8ea5081066.tar.xz linux-b3d6aba8bd92c20b7748ccd82b6fab8ea5081066.zip |
ARC: [dts] Add clk feeding into timers to DTs
This allows us to introduce timers in DT in next commit
The core clk frequency hack in AXS103 platform is also extended,
where the core clk feeding into timers is updated in-place in FDT.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/nsimosci.dts')
-rw-r--r-- | arch/arc/boot/dts/nsimosci.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/nsimosci.dts b/arch/arc/boot/dts/nsimosci.dts index d5a6dd9084a8..b5b060adce8a 100644 --- a/arch/arc/boot/dts/nsimosci.dts +++ b/arch/arc/boot/dts/nsimosci.dts @@ -35,6 +35,12 @@ /* child and parent address space 1:1 mapped */ ranges; + core_clk: core_clk { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <20000000>; + }; + core_intc: interrupt-controller { compatible = "snps,arc700-intc"; interrupt-controller; |