Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: logicpd-torpedo: 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: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Adam Ford and committed by
Tony Lindgren
d0174fa4 5055641d

+10
+10
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
··· 30 30 linux,default-trigger = "none"; 31 31 }; 32 32 }; 33 + 34 + /* fixed 26MHz oscillator */ 35 + hfclk_26m: oscillator { 36 + #clock-cells = <0>; 37 + compatible = "fixed-clock"; 38 + clock-frequency = <26000000>; 39 + }; 33 40 }; 34 41 35 42 &gpmc { ··· 81 74 reg = <0x48>; 82 75 interrupts = <7>; /* SYS_NIRQ cascaded to intc */ 83 76 interrupt-parent = <&intc>; 77 + clocks = <&hfclk_26m>; 78 + clock-names = "fck"; 79 + 84 80 twl_audio: audio { 85 81 compatible = "ti,twl4030-audio"; 86 82 codec {