Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / dm8168-evm.dts
index 0bf55fa72dea87d2652ed16239e91aca46f46dda..1865976db5f9a3e11aad03cdd951d2f3af83c78d 100644 (file)
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       sata_refclk: fixedclock0 {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <100000000>;
+       };
 };
 
 &dm816x_pinmux {
        pinctrl-0 = <&usb1_pins>;
        mentor,multipoint = <0>;
 };
+
+&sata {
+       clocks = <&sysclk5_ck>, <&sata_refclk>;
+};