dts: nxp: rt1060: correct PTP clock reference in enet2
The enet2 node in nxp_rt1060.dtsi incorrectly references &enet_ptp_clock for its nxp,ptp-clock property. This commit updates the reference to &enet2_ptp_clock. Signed-off-by: Ofir Shemesh <ofirshemesh777@gmail.com>
This commit is contained in:
parent
1b0fe8f60a
commit
a6f2112894
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
interrupts = <152 0>;
|
||||
interrupt-names = "COMMON";
|
||||
nxp,mdio = <&enet2_mdio>;
|
||||
nxp,ptp-clock = <&enet_ptp_clock>;
|
||||
nxp,ptp-clock = <&enet2_ptp_clock>;
|
||||
status = "disabled";
|
||||
};
|
||||
enet2_mdio: mdio {
|
||||
|
|
|
|||
Loading…
Reference in a new issue