Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: 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: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
H. Nikolaus Schaller authored and Tony Lindgren committed May 1, 2018
1 parent 5b84d5c commit 0a6fd4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
display0 = &lcd;
};

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

gpio-keys {
compatible = "gpio-keys";

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

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

twl_audio: audio {
compatible = "ti,twl4030-audio";
ti,enable-vibra = <1>;
Expand Down

0 comments on commit 0a6fd4e

Please sign in to comment.