]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
arm64: dts: fsl: add clocks property for fman ptp timer node
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 1 Aug 2018 10:05:52 +0000 (18:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Aug 2018 00:11:49 +0000 (17:11 -0700)
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>
arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi

index a56a408e9bf754802c2f0cfc26633d9f927dff52..4664c33e0763e942ed07ecf37ab20a47057d1858 100644 (file)
@@ -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>;
 };