projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c595be9
)
arm64: dts: fsl: add clocks property for fman ptp timer node
author
Yangbo Lu
<yangbo.lu@nxp.com>
Wed, 1 Aug 2018 10:05:52 +0000
(18:05 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
b/arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
index
a56a408
..
4664c33
100644
(file)
--- 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>;
};