aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2017-03-14 12:14:13 +0100
committerTony Lindgren <tony@atomide.com>2017-03-23 13:23:44 -0700
commit69dfc190c43d671284fa75327191367a9c44ee20 (patch)
treede4cc01beb9c09c83ec178b595188d48a4c6fb63
parentARM: dts: N9/N950: add bluetooth (diff)
downloadlinux-dev-69dfc190c43d671284fa75327191367a9c44ee20.tar.xz
linux-dev-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.dts6
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 {