diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-03-14 12:14:13 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-23 13:23:44 -0700 |
commit | 69dfc190c43d671284fa75327191367a9c44ee20 (patch) | |
tree | de4cc01beb9c09c83ec178b595188d48a4c6fb63 | |
parent | 53cee931f742a0b6afcaf17e2295ee10f4403d16 (diff) | |
download | linux-69dfc190c43d671284fa75327191367a9c44ee20.tar.gz linux-69dfc190c43d671284fa75327191367a9c44ee20.tar.bz2 linux-69dfc190c43d671284fa75327191367a9c44ee20.zip |
ARM: dts: dm8168-evm: add the external reference clock for SATA
This board has an external oscillator supplying the reference clock
signal for SATA. Its rate is fixed at 100Mhz. Add a corresponding
device tree node.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dm8168-evm.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts index 0bf55fa72dea..c6fabfc61b1d 100644 --- a/arch/arm/boot/dts/dm8168-evm.dts +++ b/arch/arm/boot/dts/dm8168-evm.dts @@ -25,6 +25,12 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + sata_refclk: fixedclock0 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <100000000>; + }; }; &dm816x_pinmux { |