diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-04-05 18:01:59 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-05-01 08:19:02 -0700 |
commit | 5b84d5ce977638ad6374c20bf0093ec9829bc940 (patch) | |
tree | 6983224c9866545ad147e3beb71674e441010d00 /arch/arm/boot/dts | |
parent | bcddb927fe24469badd4c98042593f59d5cf2c04 (diff) | |
download | lwn-5b84d5ce977638ad6374c20bf0093ec9829bc940.tar.gz lwn-5b84d5ce977638ad6374c20bf0093ec9829bc940.zip |
ARM: dts: omap3-pandora: 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: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-pandora-common.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi index f83b1029b3b7..da88d87e7a63 100644 --- a/arch/arm/boot/dts/omap3-pandora-common.dtsi +++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi @@ -27,6 +27,13 @@ display0 = &lcd; }; + /* fixed 26MHz oscillator */ + hfclk_26m: oscillator { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <26000000>; + }; + tv: connector { compatible = "connector-analog-tv"; label = "tv"; @@ -357,6 +364,9 @@ interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupt-parent = <&intc>; + clocks = <&hfclk_26m>; + clock-names = "fck"; + twl_power: power { compatible = "ti,twl4030-power-reset"; ti,use_poweroff; |