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

Commit 8dd3075c authored by Robert Jarzmik's avatar Robert Jarzmik
Browse files

ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xx



Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.

Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 8dcba817
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -85,4 +85,12 @@
			status = "okay";
		};
	};

	timer@40a00000 {
		compatible = "marvell,pxa-timer";
		reg = <0x40a00000 0x20>;
		interrupts = <26>;
		clocks = <&clks CLK_OSTIMER>;
		status = "okay";
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -59,4 +59,12 @@
			status = "okay";
		};
	};

	timer@40a00000 {
		compatible = "marvell,pxa-timer";
		reg = <0x40a00000 0x20>;
		interrupts = <26>;
		clocks = <&clks CLK_OSTIMER>;
		status = "okay";
	};
};