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>
This commit is contained in:
parent
f63421a70f
commit
a16b5da54d
|
@ -100,4 +100,5 @@ ptp_timer0: ptp-timer@4fe000 {
|
|||
compatible = "fsl,fman-ptp-timer";
|
||||
reg = <0x4fe000 0x1000>;
|
||||
interrupts = <96 2 0 0>;
|
||||
clocks = <&clockgen 3 0>;
|
||||
};
|
||||
|
|
|
@ -100,4 +100,5 @@ ptp_timer1: ptp-timer@5fe000 {
|
|||
compatible = "fsl,fman-ptp-timer";
|
||||
reg = <0x5fe000 0x1000>;
|
||||
interrupts = <97 2 0 0>;
|
||||
clocks = <&clockgen 3 1>;
|
||||
};
|
||||
|
|
|
@ -105,4 +105,5 @@ ptp_timer0: ptp-timer@4fe000 {
|
|||
compatible = "fsl,fman-ptp-timer";
|
||||
reg = <0x4fe000 0x1000>;
|
||||
interrupts = <96 2 0 0>;
|
||||
clocks = <&clockgen 3 0>;
|
||||
};
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue