Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From 0d5fc470f50d992de5022f8d698d687b0112070d Mon Sep 17 00:00:00 2001
- From: Nishanth Menon <nm@ti.com>
- Date: Tue, 9 Apr 2013 19:26:40 -0500
- Subject: [PATCH 2/3] ARM: dts: OMAP3: add clock nodes for CPU
- OMAP34xx and OMAP36xx platforms use dpll1 clock. Add same to common
- definition.
- Signed-off-by: Nishanth Menon <nm@ti.com>
- ---
- arch/arm/boot/dts/omap3.dtsi | 7 +++++++
- 1 file changed, 7 insertions(+)
- diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
- index 3344f05..4d75727 100644
- --- a/arch/arm/boot/dts/omap3.dtsi
- +++ b/arch/arm/boot/dts/omap3.dtsi
- @@ -23,6 +23,8 @@
- cpus {
- cpu@0 {
- compatible = "arm,cortex-a8";
- + clocks = <&dpll1>;
- + clock-names = "cpu";
- };
- };
- @@ -73,6 +75,11 @@
- ti,hwmods = "counter_32k";
- };
- + dpll1: dpll1 {
- + #clock-cells = <0>;
- + compatible = "ti,omap-clock";
- + };
- +
- intc: interrupt-controller@48200000 {
- compatible = "ti,omap2-intc";
- interrupt-controller;
- --
- 1.7.9.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement