From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9A82CD80CA for ; Tue, 10 Oct 2023 13:22:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231975AbjJJNWL (ORCPT ); Tue, 10 Oct 2023 09:22:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231565AbjJJNWG (ORCPT ); Tue, 10 Oct 2023 09:22:06 -0400 X-Greylist: delayed 169 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 10 Oct 2023 06:22:01 PDT Received: from mail.helmholz.de (mail.helmholz.de [217.6.86.34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5A77B9 for ; Tue, 10 Oct 2023 06:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=helmholz.de ; s=dkim1; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From: Sender:Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=CgV//G1uYpZ5/atwrJv//Vk46ibNjcYmUJiUebJQ2ZU=; b=E7BDpSyvGvx2hyzaiwyJaiJdDD YkeGYaa1yYc2RbrAfWZoKjHsti8hzK3YPiSNSEmg0Afr5diR01tCfJzLoLy56TEGCPDXEmhAf9EqZ VGPElWQRTo2UGDZXdDgRdTsuM+i5rHyasbnQFYOX7h5QNK1MQh3KXt15vBPk6AjpbpDjXXPg9b3Ez /Rqmp/fS4ySuBkkT2rQE7hl55LucM3f3VKpcMHi85LQgf15Fua4qPN1lNOZE6TMj+SdjL6Vogxs7A W0p8lW0I1992RYflW3KHrLRt0FVu7eN+0yJ6lHD81pdd0lr3AhQgC8oZJckfkZ9K4XhjHLZ3iwJ5A D4pbQyBQ==; Received: from [192.168.1.4] (port=20309 helo=SH-EX2013.helmholz.local) by mail.helmholz.de with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (Exim 4.96) (envelope-from ) id 1qqCdW-0001iY-1y; Tue, 10 Oct 2023 15:18:58 +0200 Received: from linuxdev.helmholz.local (192.168.6.7) by SH-EX2013.helmholz.local (192.168.1.4) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Tue, 10 Oct 2023 15:18:58 +0200 From: Ante Knezic To: CC: , , , , , , , , , , , , , , , Ante Knezic Subject: [PATCH net-next 0/2] net: dsa: microchip: enable setting rmii reference Date: Tue, 10 Oct 2023 15:18:52 +0200 Message-ID: X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.6.7] X-ClientProxiedBy: SH-EX2013.helmholz.local (192.168.1.4) To SH-EX2013.helmholz.local (192.168.1.4) X-EXCLAIMER-MD-CONFIG: 2ae5875c-d7e5-4d7e-baa3-654d37918933 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org KSZ88X3 devices can select between internal and external RMII reference clock. This patch series introduces new device tree property for setting reference clock to internal. Ante Knezic (2): net:dsa:microchip add property to select internal RMII reference clock dt-bindings: net: microchip,ksz: document microchip,rmii-clk-internal Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 6 ++++++ drivers/net/dsa/microchip/ksz8795.c | 4 ++++ drivers/net/dsa/microchip/ksz8795_reg.h | 3 +++ drivers/net/dsa/microchip/ksz_common.c | 3 +++ drivers/net/dsa/microchip/ksz_common.h | 1 + 5 files changed, 17 insertions(+) -- 2.11.0