diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-08-01 18:05:53 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-05 17:11:49 -0700 |
commit | a16b5da54d1f3a06df642b866779358fc64d00e2 (patch) | |
tree | a8e24481059d3e7a90799e88e816cb2c6ad46c0c /arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi | |
parent | f63421a70f9e7d6dac6ec06b4d9f7cf516f8a885 (diff) | |
download | blackbird-obmc-linux-a16b5da54d1f3a06df642b866779358fc64d00e2.tar.gz blackbird-obmc-linux-a16b5da54d1f3a06df642b866779358fc64d00e2.zip |
powerpc/mpc85xx: add clocks property for fman ptp timer node
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>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi index ae34c204a5bc..310232460500 100644 --- a/arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi +++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi @@ -105,4 +105,5 @@ ptp_timer1: ptp-timer@5fe000 { compatible = "fsl,fman-ptp-timer"; reg = <0x5fe000 0x1000>; interrupts = <97 2 0 0>; + clocks = <&clockgen 3 1>; }; |