Skip to content

Commit

Permalink
ARM: dts: omap3-beagle-xm: Add fixed 26MHz clock as fck for twl
Browse files Browse the repository at this point in the history
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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed May 1, 2018
1 parent 121685b commit bcddb92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap3-beagle-xm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
ethernet = &ethernet;
};

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

leds {
compatible = "gpio-leds";

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

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

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

0 comments on commit bcddb92

Please sign in to comment.