Skip to content

Commit

Permalink
dts: add devicetree bindings for pxa27x clocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Jarzmik authored and Mike Turquette committed Sep 30, 2014
1 parent d40670d commit 85fe55c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion arch/arm/boot/dts/pxa27x.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* The pxa3xx skeleton simply augments the 2xx version */
/include/ "pxa2xx.dtsi"
#include "pxa2xx.dtsi"
#include "dt-bindings/clock/pxa2xx-clock.h"

/ {
model = "Marvell PXA27x familiy SoC";
Expand Down Expand Up @@ -35,4 +36,21 @@
#pwm-cells = <1>;
};
};

clocks {
/*
* The muxing of external clocks/internal dividers for osc* clock
* sources has been hidden under the carpet by now.
*/
#address-cells = <1>;
#size-cells = <1>;
ranges;

pxa2xx_clks: pxa2xx_clks@41300004 {
compatible = "marvell,pxa-clocks";
#clock-cells = <1>;
status = "okay";
};
};

};

0 comments on commit 85fe55c

Please sign in to comment.