From patchwork Tue Jul 11 15:08:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= X-Patchwork-Id: 13308936 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 516FE1428A for ; Tue, 11 Jul 2023 15:08:30 +0000 (UTC) Received: from hel-mailgw-01.vaisala.com (hel-mailgw-01.vaisala.com [193.143.230.17]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C421C10CF; Tue, 11 Jul 2023 08:08:28 -0700 (PDT) Received: from HEL-SMTP.corp.vaisala.com (HEL-SMTP.corp.vaisala.com [172.24.1.225]) by hel-mailgw-01.vaisala.com (Postfix) with ESMTP id 1CA64601EE01; Tue, 11 Jul 2023 18:08:27 +0300 (EEST) Received: from yocto-vm.localdomain ([172.24.253.44]) by HEL-SMTP.corp.vaisala.com over TLS secured channel with Microsoft SMTPSVC(8.5.9600.16384); Tue, 11 Jul 2023 18:08:26 +0300 From: =?utf-8?b?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= To: Cc: vesa.jaaskelainen@vaisala.com, Wei Fang , Shenwei Wang , Clark Wang , NXP Linux Team , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/2] ARM: imx: imx6sx: Add support for TX clock controls Date: Tue, 11 Jul 2023 18:08:03 +0300 Message-Id: <20230711150808.18714-1-vesa.jaaskelainen@vaisala.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-OriginalArrivalTime: 11 Jul 2023 15:08:26.0759 (UTC) FILETIME=[8B38A170:01D9B409] X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Add device tree configuration support whether Ethernet controller's ENETx_TX_CLK output driver is enabled. Also add device tree configuration support whether Ethernet controller's ENETx_TX_CLK pin is used as reference clock for Ethernet. If not defined then ref_enetpllx is used as reference clock. If the new properties are not present then the existing behavior is preserved. Vesa Jääskeläinen (2): dt-bindings: net: fsl,fec: Add TX clock controls ARM: imx: imx6sx: Add support for TX clock controls .../devicetree/bindings/net/fsl,fec.yaml | 15 +++++++++++ arch/arm/mach-imx/mach-imx6sx.c | 27 +++++++++++++++++-- 2 files changed, 40 insertions(+), 2 deletions(-)