aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2018-08-01 18:05:52 +0800
committerDavid S. Miller <davem@davemloft.net>2018-08-05 17:11:49 -0700
commitf63421a70f9e7d6dac6ec06b4d9f7cf516f8a885 (patch)
tree44a5bab7b8c58638d4054762d06435d8a41b531c /arch
parentMerge branch 'bnxt_en-Updates-for-net-next' (diff)
downloadlinux-dev-f63421a70f9e7d6dac6ec06b4d9f7cf516f8a885.tar.xz
linux-dev-f63421a70f9e7d6dac6ec06b4d9f7cf516f8a885.zip
arm64: dts: fsl: 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')
-rw-r--r--arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi b/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
index a56a408e9bf7..4664c33e0763 100644
--- a/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
+++ b/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
@@ -80,4 +80,5 @@ ptp_timer0: ptp-timer@1afe000 {
compatible = "fsl,fman-ptp-timer";
reg = <0x0 0x1afe000 0x0 0x1000>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clockgen 3 0>;
};