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 148B8C64EC3 for ; Mon, 6 Feb 2023 08:23:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230136AbjBFIXs (ORCPT ); Mon, 6 Feb 2023 03:23:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230086AbjBFIXg (ORCPT ); Mon, 6 Feb 2023 03:23:36 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 128BD1633E; Mon, 6 Feb 2023 00:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1675671814; x=1707207814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3KGAFBzCPbYMFhk7ZzTCvqoLQqIEKhK076j1qm6cWJc=; b=XgeJi7GL29BmzI6ndB1ZIv3+AfQYj/scJ03PRNPgU5hWtW6/1Q9ZiOuN GDajdiqs1DnU+RtYRgpr+LBWZJwKs0/7Km4Mb/ye8p96lOJX8DWLYt9je Z6LPU3bjLuYvIQfx++YDAC7lqQe86XF1KL40rQKxBQZdST4THVf3cBQo+ CuWi8R2xmMnCSVHfLZd938uq6LxaI5L2IfMUWqUqYzd80pM8Tv88OHp3G Cn4IW9yVCMX6MNFnU4aCP3iZyX2hJRVAfVpk+lYFyJPoOwmEAi403STYq QI79BZDR7+ghjZ198oJCA2fouRKeIokx31rUEQlJf0GtnEsx/+lFK8iEc A==; X-IronPort-AV: E=Sophos;i="5.97,276,1669100400"; d="scan'208";a="135705495" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 06 Feb 2023 01:23:32 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Mon, 6 Feb 2023 01:23:32 -0700 Received: from soft-dev3-1.microsemi.net (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.16 via Frontend Transport; Mon, 6 Feb 2023 01:23:30 -0700 From: Horatiu Vultur To: , , CC: , , , , , , , , , , Horatiu Vultur Subject: [PATCH net-next v3 2/2] dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841 Date: Mon, 6 Feb 2023 09:23:02 +0100 Message-ID: <20230206082302.958826-3-horatiu.vultur@microchip.com> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20230206082302.958826-1-horatiu.vultur@microchip.com> References: <20230206082302.958826-1-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The lan8841 has the same bindings as ksz9131, so just reuse the entire section of ksz9131. Signed-off-by: Horatiu Vultur --- Documentation/devicetree/bindings/net/micrel-ksz90x1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt b/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt index df9e844dd6bc6..2681168777a1e 100644 --- a/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt +++ b/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt @@ -158,6 +158,7 @@ KSZ9031: no link will be established. KSZ9131: +LAN8841: All skew control options are specified in picoseconds. The increment step is 100ps. Unlike KSZ9031, the values represent picoseccond delays. -- 2.38.0