aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2018-08-01 18:05:53 +0800
committerDavid S. Miller <davem@davemloft.net>2018-08-05 17:11:49 -0700
commita16b5da54d1f3a06df642b866779358fc64d00e2 (patch)
treea8e24481059d3e7a90799e88e816cb2c6ad46c0c /arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
parentarm64: dts: fsl: add clocks property for fman ptp timer node (diff)
downloadlinux-dev-a16b5da54d1f3a06df642b866779358fc64d00e2.tar.xz
linux-dev-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 '')
-rw-r--r--arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
index 02f2755842cc..c90702b04a53 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
@@ -93,4 +93,5 @@ ptp_timer0: ptp-timer@4fe000 {
compatible = "fsl,fman-ptp-timer";
reg = <0x4fe000 0x1000>;
interrupts = <96 2 0 0>;
+ clocks = <&clockgen 3 0>;
};