From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1g28mC-0000K2-GJ for barebox@lists.infradead.org; Tue, 18 Sep 2018 05:42:29 +0000 Received: by mail-pg1-x544.google.com with SMTP id x26-v6so427553pge.12 for ; Mon, 17 Sep 2018 22:42:10 -0700 (PDT) From: Andrey Smirnov Date: Mon, 17 Sep 2018 22:41:44 -0700 Message-Id: <20180918054148.8878-5-andrew.smirnov@gmail.com> In-Reply-To: <20180918054148.8878-1-andrew.smirnov@gmail.com> References: <20180918054148.8878-1-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 4/8] ARM: i.MX8MQ: Configure FEC1 clocks To: barebox@lists.infradead.org Cc: Andrey Smirnov Select proper parents as well as rates for FEC1 related clocks. Signed-off-by: Andrey Smirnov --- arch/arm/dts/imx8mq.dtsi | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi index 8bdf4efb7..763005217 100644 --- a/arch/arm/dts/imx8mq.dtsi +++ b/arch/arm/dts/imx8mq.dtsi @@ -639,16 +639,28 @@ assigned-clocks = <&clk IMX8MQ_CLK_USDHC1_SRC>, <&clk IMX8MQ_CLK_USDHC1_DIV>, <&clk IMX8MQ_CLK_USDHC2_SRC>, - <&clk IMX8MQ_CLK_USDHC2_DIV>; + <&clk IMX8MQ_CLK_USDHC2_DIV>, + <&clk IMX8MQ_CLK_ENET_AXI_SRC>, + <&clk IMX8MQ_CLK_ENET_TIMER_SRC>, + <&clk IMX8MQ_CLK_ENET_REF_SRC>, + <&clk IMX8MQ_CLK_ENET_TIMER_DIV>; assigned-clock-parents = <&clk IMX8MQ_SYS1_PLL_400M>, <0>, <&clk IMX8MQ_SYS1_PLL_400M>, + <0>, + <&clk IMX8MQ_SYS1_PLL_266M>, + <&clk IMX8MQ_SYS2_PLL_100M>, + <&clk IMX8MQ_SYS2_PLL_125M>, <0>; assigned-clock-rates = <400000000>, <200000000>, <400000000>, - <200000000>; + <200000000>, + <266000000>, + <0>, + <125000000>, + <25000000>; }; -- 2.17.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox