Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a16b5da5 authored by Yangbo Lu's avatar Yangbo Lu Committed by David S. Miller
Browse files

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: default avatarYangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f63421a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -100,4 +100,5 @@ ptp_timer0: ptp-timer@4fe000 {
	compatible = "fsl,fman-ptp-timer";
	compatible = "fsl,fman-ptp-timer";
	reg = <0x4fe000 0x1000>;
	reg = <0x4fe000 0x1000>;
	interrupts = <96 2 0 0>;
	interrupts = <96 2 0 0>;
	clocks = <&clockgen 3 0>;
};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -100,4 +100,5 @@ ptp_timer1: ptp-timer@5fe000 {
	compatible = "fsl,fman-ptp-timer";
	compatible = "fsl,fman-ptp-timer";
	reg = <0x5fe000 0x1000>;
	reg = <0x5fe000 0x1000>;
	interrupts = <97 2 0 0>;
	interrupts = <97 2 0 0>;
	clocks = <&clockgen 3 1>;
};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -105,4 +105,5 @@ ptp_timer0: ptp-timer@4fe000 {
	compatible = "fsl,fman-ptp-timer";
	compatible = "fsl,fman-ptp-timer";
	reg = <0x4fe000 0x1000>;
	reg = <0x4fe000 0x1000>;
	interrupts = <96 2 0 0>;
	interrupts = <96 2 0 0>;
	clocks = <&clockgen 3 0>;
};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -105,4 +105,5 @@ ptp_timer1: ptp-timer@5fe000 {
	compatible = "fsl,fman-ptp-timer";
	compatible = "fsl,fman-ptp-timer";
	reg = <0x5fe000 0x1000>;
	reg = <0x5fe000 0x1000>;
	interrupts = <97 2 0 0>;
	interrupts = <97 2 0 0>;
	clocks = <&clockgen 3 1>;
};
};
+1 −0
Original line number Original line Diff line number Diff line
@@ -93,4 +93,5 @@ ptp_timer0: ptp-timer@4fe000 {
	compatible = "fsl,fman-ptp-timer";
	compatible = "fsl,fman-ptp-timer";
	reg = <0x4fe000 0x1000>;
	reg = <0x4fe000 0x1000>;
	interrupts = <96 2 0 0>;
	interrupts = <96 2 0 0>;
	clocks = <&clockgen 3 0>;
};
};