From patchwork Tue Jan 21 07:54:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yijie Yang X-Patchwork-Id: 13945927 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 07937C02182 for ; Tue, 21 Jan 2025 08:01:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:Date: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=L3vMMHxUNrPj1M0U05TPvZCtPp3piwaRKsCsLbd47dw=; b=to2HDdAz8voGEbM7MrOYLxf9Qf JXqSu8lpnk1Hy4l4qopjQr6VngdLyJnK5ezz/Ospyyz7kZOd6XQ8kC9QVsNKZHNps/RPxUtIP+QIg WaupyePJZRnvTMGquhHiPGxRnHOFHrZTij4jC+hVwKeKZK3RWamyhE3YahyiTspyjAK2zMbKieQY3 CUVaa5uHy9Ee0OKJVxxXNIhJJ7gH2BxVppaSUYw2ejbcxq8D/sPwfoK1mLa/Q7zHFiECXDk7DT1nA Mfg1qUxL/9iK9HbXtU22n7423LwNrzDi2eZHUqL+UfzNy3VYsjKv3fEj5KWNXudKWxsG7pw5rbW+b hklm2W8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1ta9CH-00000007CFz-19IB; Tue, 21 Jan 2025 08:01:17 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1ta97E-00000007BSr-0aqL for linux-arm-kernel@lists.infradead.org; Tue, 21 Jan 2025 07:56:05 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 50L4gufD025163; Tue, 21 Jan 2025 07:55:55 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= L3vMMHxUNrPj1M0U05TPvZCtPp3piwaRKsCsLbd47dw=; b=ATT7p46b6j4ZWXv8 svIBOOEUS7ZnQ1iD+nIR83Hf8LL55KsQ1K7hIK9+vPc61YLx09TYTPjwnr4o43Oj unpUwm/I59ofAdb2tBxhoA6t0u0FwvJMnMGSeYFlw0rf52bKYk9fKVibsB5DM8nn 6lIRhxpWh0KcNa85o9ndqjgyMC2cruEL7VopgteMnHa90FUeGbTnn2TjrQvQaRyy XpCYJX77bD6NORjbSNSQd9DWi9AAisN7jijh3kfmDwEHFGmpjolXWWygJmmy0UJ6 5qYajKRQGnrGNqteCzVnG2/pt3xW88+ewh/4w5AkscYe+eqVXp8rgZ9uFRd/33qT bCXvmg== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 44a4t30dxw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Jan 2025 07:55:54 +0000 (GMT) Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 50L7trjb014818 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Jan 2025 07:55:53 GMT Received: from yijiyang-gv.ap.qualcomm.com (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 20 Jan 2025 23:55:48 -0800 From: Yijie Yang Date: Tue, 21 Jan 2025 15:54:53 +0800 Subject: [PATCH v3 1/4] dt-bindings: net: ethernet-controller: Correct the definition of phy-mode MIME-Version: 1.0 Message-ID: <20250121-dts_qcs615-v3-1-fa4496950d8a@quicinc.com> References: <20250121-dts_qcs615-v3-0-fa4496950d8a@quicinc.com> In-Reply-To: <20250121-dts_qcs615-v3-0-fa4496950d8a@quicinc.com> To: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Maxime Coquelin , Alexandre Torgue , Bjorn Andersson , Konrad Dybcio , Richard Cochran CC: , , , , , , Yijie Yang X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1737446142; l=1025; i=quic_yijiyang@quicinc.com; s=20240408; h=from:subject:message-id; bh=K52foD8ZKSNBEteF20ZbKzww8kLNTvLjACSr0XSUutE=; b=wNc3fkiR5pXFQ7Rplbxsxn17PwRWqOrVYg4NCvr9qpQnw9edC1DroW/PA8n1Jd7J1GHDqZf+t f1l1aVaV2cDBz5AG5GbKHRAJrtshNtpykIUH+VWMlc46iBqtoZEtdeq X-Developer-Key: i=quic_yijiyang@quicinc.com; a=ed25519; pk=XvMv0rxjrXLYFdBXoFjTdOdAwDT5SPbQ5uAKGESDihk= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: LYjBZENH2x8EcNGJrpw9ab81HOvLdx3- X-Proofpoint-ORIG-GUID: LYjBZENH2x8EcNGJrpw9ab81HOvLdx3- X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-01-21_04,2025-01-21_01,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 suspectscore=0 mlxlogscore=713 adultscore=0 impostorscore=0 spamscore=0 bulkscore=0 lowpriorityscore=0 mlxscore=0 phishscore=0 malwarescore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2411120000 definitions=main-2501210064 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250120_235604_310507_9E53F1AB X-CRM114-Status: GOOD ( 12.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Correct the definition of 'phy-mode' to reflect that RX and TX delays are added by the board, not the MAC, to prevent confusion and ensure accurate documentation. Signed-off-by: Yijie Yang --- Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 45819b2358002bc75e876eddb4b2ca18017c04bd..d56f1a2e79c4656762c7397dc96408bdde19c52b 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -74,7 +74,7 @@ properties: - rev-rmii - moca - # RX and TX delays are added by the MAC when required + # RX and TX delays are added by the board when required - rgmii # RGMII with internal RX and TX delays provided by the PHY,