Advertisement
Guest User

dtnode for omap3clk

a guest
Apr 10th, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. From 0d5fc470f50d992de5022f8d698d687b0112070d Mon Sep 17 00:00:00 2001
  2. From: Nishanth Menon <nm@ti.com>
  3. Date: Tue, 9 Apr 2013 19:26:40 -0500
  4. Subject: [PATCH 2/3] ARM: dts: OMAP3: add clock nodes for CPU
  5.  
  6. OMAP34xx and OMAP36xx platforms use dpll1 clock. Add same to common
  7. definition.
  8.  
  9. Signed-off-by: Nishanth Menon <nm@ti.com>
  10. ---
  11. arch/arm/boot/dts/omap3.dtsi | 7 +++++++
  12. 1 file changed, 7 insertions(+)
  13.  
  14. diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
  15. index 3344f05..4d75727 100644
  16. --- a/arch/arm/boot/dts/omap3.dtsi
  17. +++ b/arch/arm/boot/dts/omap3.dtsi
  18. @@ -23,6 +23,8 @@
  19. cpus {
  20. cpu@0 {
  21. compatible = "arm,cortex-a8";
  22. + clocks = <&dpll1>;
  23. + clock-names = "cpu";
  24. };
  25. };
  26.  
  27. @@ -73,6 +75,11 @@
  28. ti,hwmods = "counter_32k";
  29. };
  30.  
  31. + dpll1: dpll1 {
  32. + #clock-cells = <0>;
  33. + compatible = "ti,omap-clock";
  34. + };
  35. +
  36. intc: interrupt-controller@48200000 {
  37. compatible = "ti,omap2-intc";
  38. interrupt-controller;
  39. --
  40. 1.7.9.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement