Skip to content

Commit

Permalink
powerpc/mpc85xx: add clocks property for fman ptp timer node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yangbo Lu authored and David S. Miller committed Aug 6, 2018
1 parent f63421a commit a16b5da
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/qoriq-fman-0.dtsi
Original file line number Diff line number Diff line change
@@ -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>;
};
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/qoriq-fman-1.dtsi
Original file line number Diff line number Diff line change
@@ -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>;
};
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/qoriq-fman3-0.dtsi
Original file line number Diff line number Diff line change
@@ -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>;
};
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/qoriq-fman3-1.dtsi
Original file line number Diff line number Diff line change
@@ -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>;
};
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit a16b5da

Please sign in to comment.