From aba61cc105ef34594744aadea49de3b8079b0989 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 27 Feb 2020 10:33:32 +0100 Subject: [PATCH] dts/arm: Set the clock source for the ethernet port on NXP's k6x SIM core system clock is being used, but more importantly this will enable to get the SIM clock controller in use for power management purposes in MCUX ethernet driver. Signed-off-by: Tomasz Bursztyka --- dts/arm/nxp/nxp_k6x.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/arm/nxp/nxp_k6x.dtsi b/dts/arm/nxp/nxp_k6x.dtsi index a8d950548b9..978ab2f87ba 100644 --- a/dts/arm/nxp/nxp_k6x.dtsi +++ b/dts/arm/nxp/nxp_k6x.dtsi @@ -455,6 +455,7 @@ status = "disabled"; local-mac-address = [00 00 00 00 00 00]; label = "ETH_0"; + clocks = <&sim KINETIS_SIM_CORESYS_CLK 0 0>; ptp { compatible = "nxp,kinetis-ptp"; status = "disabled";