diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-07-30 22:51:03 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-09-30 12:31:31 -0700 |
commit | 85fe55c11a410a1e26ad3cf2d7a83adf6d019d5d (patch) | |
tree | 59910aab8a6928eea70c60aa1ec79aa746981d50 /arch/arm/boot/dts/pxa27x.dtsi | |
parent | d40670dc616936ed12335b9408087c9923939f1f (diff) | |
download | op-kernel-dev-85fe55c11a410a1e26ad3cf2d7a83adf6d019d5d.zip op-kernel-dev-85fe55c11a410a1e26ad3cf2d7a83adf6d019d5d.tar.gz |
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/arm/boot/dts/pxa27x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/pxa27x.dtsi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index a705469..80fc5d7 100644 --- a/arch/arm/boot/dts/pxa27x.dtsi +++ b/arch/arm/boot/dts/pxa27x.dtsi @@ -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"; @@ -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"; + }; + }; + }; |