arm64: dts: ls1028a: use constants in the clockgen phandle
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / freescale / fsl-ls1028a-kontron-sl28-var3-ads2.dts
index c45d7b4..ed4e69e 100644 (file)
@@ -8,6 +8,8 @@
  */
 
 /dts-v1/;
+
+#include <dt-bindings/clock/fsl,qoriq-clockgen.h>
 #include "fsl-ls1028a-kontron-sl28.dts"
 
 / {
        mclk: clock-mclk@f130080 {
                compatible = "fsl,vf610-sai-clock";
                reg = <0x0 0xf130080 0x0 0x80>;
-               clocks = <&clockgen 4 1>;
+               clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
+                                   QORIQ_CLK_PLL_DIV(2)>;
                #clock-cells = <0>;
        };
 };