diff options
author | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-28 11:06:03 -0300 |
---|---|---|
committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-01-28 11:06:03 -0300 |
commit | d6ad288825d0ae560f3559d78561eec9935e8c22 (patch) | |
tree | 6f39be6b9244d504de804c5a66795d1ccc0cd358 | |
parent | 96d5525e280db21e366497407284867beba39e37 (diff) |
arm64: dts: freescale: imx95-toradex-smarc: Enable netc_timer for PTP
Enable netc_timer node for ethernet PTP protocol.
Upstream-Status: Pending
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi index 635ca1565ff0..a3437becd783 100644 --- a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi @@ -534,6 +534,10 @@ <NXP_NETC_SERIAL>; }; +&netc_timer { + status = "okay"; +}; + /* SMARC PCIE_A */ &pcie0 { pinctrl-0 = <&pinctrl_pcie0>; |