]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: dm8168-evm: add the external reference clock for SATA
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 14 Mar 2017 11:14:13 +0000 (12:14 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Mar 2017 20:23:44 +0000 (13:23 -0700)
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>
arch/arm/boot/dts/dm8168-evm.dts

index 0bf55fa72dea87d2652ed16239e91aca46f46dda..c6fabfc61b1deda9e11ff37ed865efc2abb5ee84 100644 (file)
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       sata_refclk: fixedclock0 {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <100000000>;
+       };
 };
 
 &dm816x_pinmux {