This patch is to add clocks property for fman ptp timer node.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
        compatible = "fsl,fman-ptp-timer";
        reg = <0x4fe000 0x1000>;
        interrupts = <96 2 0 0>;
+       clocks = <&clockgen 3 0>;
 };
 
        compatible = "fsl,fman-ptp-timer";
        reg = <0x5fe000 0x1000>;
        interrupts = <97 2 0 0>;
+       clocks = <&clockgen 3 1>;
 };
 
        compatible = "fsl,fman-ptp-timer";
        reg = <0x4fe000 0x1000>;
        interrupts = <96 2 0 0>;
+       clocks = <&clockgen 3 0>;
 };
 
        compatible = "fsl,fman-ptp-timer";
        reg = <0x5fe000 0x1000>;
        interrupts = <97 2 0 0>;
+       clocks = <&clockgen 3 1>;
 };
 
        compatible = "fsl,fman-ptp-timer";
        reg = <0x4fe000 0x1000>;
        interrupts = <96 2 0 0>;
+       clocks = <&clockgen 3 0>;
 };