Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85fe55c1 authored by Robert Jarzmik's avatar Robert Jarzmik Committed by Mike Turquette
Browse files

dts: add devicetree bindings for pxa27x clocks



Add the clock tree description for the PXA27x based boards.

Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent d40670dc
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
/* 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";
		};
	};

};