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

Commit bcddb927 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl



The board uses 26MHz oscillator for the twl4030 HFCLK.
This way we will not depend on the bootloader to configure the
CFG_BOOT:HFCLK_FREQ

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 121685b1
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,13 @@
		ethernet = &ethernet;
		ethernet = &ethernet;
	};
	};


	/* fixed 26MHz oscillator */
	hfclk_26m: oscillator {
		#clock-cells = <0>;
		compatible = "fixed-clock";
		clock-frequency = <26000000>;
	};

	leds {
	leds {
		compatible = "gpio-leds";
		compatible = "gpio-leds";


@@ -274,6 +281,9 @@
		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
		interrupt-parent = <&intc>;
		interrupt-parent = <&intc>;


		clocks = <&hfclk_26m>;
		clock-names = "fck";

		twl_audio: audio {
		twl_audio: audio {
			compatible = "ti,twl4030-audio";
			compatible = "ti,twl4030-audio";
			codec {
			codec {