diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-01 18:48:40 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 09:32:29 +0530 |
commit | b3d6aba8bd92c20b7748ccd82b6fab8ea5081066 (patch) | |
tree | a57a0638e523f00058fcee800b755c44a74b3ec9 /arch/arc/boot/dts/axc003_idu.dtsi | |
parent | 9ba7648cc9b363dd5597caf68968502493996ce5 (diff) | |
download | linux-b3d6aba8bd92c20b7748ccd82b6fab8ea5081066.tar.gz linux-b3d6aba8bd92c20b7748ccd82b6fab8ea5081066.tar.bz2 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/axc003_idu.dtsi')
-rw-r--r-- | arch/arc/boot/dts/axc003_idu.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/axc003_idu.dtsi b/arch/arc/boot/dts/axc003_idu.dtsi index f87ae409c8ed..8955881db794 100644 --- a/arch/arc/boot/dts/axc003_idu.dtsi +++ b/arch/arc/boot/dts/axc003_idu.dtsi @@ -25,6 +25,12 @@ ranges = <0x00000000 0xf0000000 0x10000000>; + core_clk: core_clk { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <90000000>; + }; + core_intc: archs-intc@cpu { compatible = "snps,archs-intc"; interrupt-controller; |