aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2014-07-30 16:51:03 -0400
committerMike Turquette <mturquette@linaro.org>2014-09-30 15:31:31 -0400
commit85fe55c11a410a1e26ad3cf2d7a83adf6d019d5d (patch)
tree59910aab8a6928eea70c60aa1ec79aa746981d50 /arch
parentd40670dc616936ed12335b9408087c9923939f1f (diff)
dts: add devicetree bindings for pxa27x clocks
Add the clock tree description for the PXA27x based boards. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/pxa27x.dtsi20
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
index a70546945985..80fc5d7e9ef9 100644
--- a/arch/arm/boot/dts/pxa27x.dtsi
+++ b/arch/arm/boot/dts/pxa27x.dtsi
@@ -1,5 +1,6 @@
1/* The pxa3xx skeleton simply augments the 2xx version */ 1/* The pxa3xx skeleton simply augments the 2xx version */
2/include/ "pxa2xx.dtsi" 2#include "pxa2xx.dtsi"
3#include "dt-bindings/clock/pxa2xx-clock.h"
3 4
4/ { 5/ {
5 model = "Marvell PXA27x familiy SoC"; 6 model = "Marvell PXA27x familiy SoC";
@@ -35,4 +36,21 @@
35 #pwm-cells = <1>; 36 #pwm-cells = <1>;
36 }; 37 };
37 }; 38 };
39
40 clocks {
41 /*
42 * The muxing of external clocks/internal dividers for osc* clock
43 * sources has been hidden under the carpet by now.
44 */
45 #address-cells = <1>;
46 #size-cells = <1>;
47 ranges;
48
49 pxa2xx_clks: pxa2xx_clks@41300004 {
50 compatible = "marvell,pxa-clocks";
51 #clock-cells = <1>;
52 status = "okay";
53 };
54 };
55
38}; 56};