From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) (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 1631644C67; Thu, 28 Mar 2024 14:10:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.132.182.106 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711635029; cv=none; b=XO9IVltDuuqOBa4pDJkkziCtIR9fMAsDlXhXW9elmZ+o0LXC5DIXTq1vH/dLxkpbBLnq7DxwA2hyTojwF+zHb3oAUE/lYUhOAX1JIomsSQIecWiazOYS9IMzI2p8IlhEbpdEtd8sAVw+CRhxXj3gAEDx0x2lbx+TqJOSGC5+OaY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711635029; c=relaxed/simple; bh=JWpSoP2HGc/Oc08Y57EtduMOidT+MC26N75BuT70CDg=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mRgv0SB41DArjMHDRJAjllycc2dTo0O9YhSRBHl7YKxRyVpUO173WAZc/ow+wpZswXRDy92dJrB7cDgz7Ypi7lqbkbQuZZhNQK2AJgmwf4w2IFfNfzS5jmaPU3DN2YOt3A+Fzm74BhPJH19KPI+cPCIu3KxKKQo8Qj9qnn4EamY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=foss.st.com; spf=pass smtp.mailfrom=foss.st.com; dkim=pass (2048-bit key) header.d=foss.st.com header.i=@foss.st.com header.b=SRXmB4Ss; arc=none smtp.client-ip=185.132.182.106 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=foss.st.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=foss.st.com header.i=@foss.st.com header.b="SRXmB4Ss" Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 42S95dO0030640; Thu, 28 Mar 2024 15:09:34 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=selector1; bh=QPXPIOV UfByGkuaSPB9AB9ng4t8wE4olpPYf5fbQTsY=; b=SRXmB4SsNms3FiiuAol2YpU 3cCfMOFe9buoNVWGtoLMYi5iNiHWBkd4DLfI/V9Qncj52sf1ZrtXFCH8nfjVPYUG 7cH6kEyEjnQvKkXB5mkHuqwscEfYRalq1m7M82yxybp6cQjTZz9af45h9K/qcUNo jH0JgQYeQ5zuS6NNEgbe5qIQaXjfq1J5uJETnmPR2iFebpexFaOYdnrsJLBhXG0B GG/j/PyUWMmbxwPG3BBlLXpKMzhF1M5h+TItzaq3MkcP/+lbW8ppKgH/N1zhJUfD ThBPRsB3FMaanVFVMdu9R+z6Tw1M6SCaoXg7UDiS6gyTcIFuUhK2G1BATNLKkkQ= = Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3x1qa3jann-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 Mar 2024 15:09:34 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 8E6E240044; Thu, 28 Mar 2024 15:09:23 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6FEC6221EA0; Thu, 28 Mar 2024 15:08:11 +0100 (CET) Received: from localhost (10.201.21.128) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 28 Mar 2024 15:08:09 +0100 From: Christophe Roullier To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Richard Cochran , Jose Abreu , Liam Girdwood , Mark Brown , Christophe Roullier , Marek Vasut CC: , , , , Subject: [PATCH v5 0/1] Add property in dwmac-stm32 documentation Date: Thu, 28 Mar 2024 15:08:02 +0100 Message-ID: <20240328140803.324141-1-christophe.roullier@foss.st.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-03-28_14,2024-03-27_01,2023-05-22_02 Introduce property in dwmac-stm32 documentation - st,ext-phyclk: is present since 2020 in driver so need to explain it and avoid dtbs check issue : views/kernel/upstream/net-next/arch/arm/boot/dts/st/stm32mp157c-dk2.dtb: ethernet@5800a000: Unevaluated properties are not allowed ('st,ext-phyclk' was unexpected) Furthermore this property will be use in upstream of MP13 dwmac glue. (next step) V2: - Drop deprecated: property for st,eth-clk-sel and st,eth-ref-clk-sel V3: - Rework commit message V4: - Fix syntax issue in commit message V5: - Remark from Andrew Lunn (remove documentation of PHY regulator, it will come in next step (with implementation)) Christophe Roullier (1): dt-bindings: net: dwmac: Document STM32 property st,ext-phyclk Documentation/devicetree/bindings/net/stm32-dwmac.yaml | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.25.1 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 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 64F31C54E64 for ; Thu, 28 Mar 2024 14:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=VIfm1CWqVr1ulqBvYDerAy4PCFw9mgxFMvfwo9qcTSY=; b=GCdHI6npYjy1qI S7UDltTbZ41p9z3O6Jdiz1cKRNqvrkSdCHvgbsluyXMTBEPpga9Xa6SRReEl1g9JyiADNam7leZmX VEBkoMBnkedlDrxiQKpS7AYURvCCgzL5b/dooho7UE7Rvu6PFJuOB18RMRBUiJgJfBroagFMpei6n 6blkGkbn3F27wmbSr0yJEMkucvCrU0sXL3WlPnPu/w+Qk4GyYTi5CwFpvXjaO/eXzF1gw8D2BHPmj IrXW9JfAGNeZ7q6VpsOBsE3ultF5Kmi+JTLoKMf6znvzpPVxzNUz6AvwIA69AyeAvkQC6yszzc5HE kgP39QZUbT9l8CLaLuwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpqSa-0000000EFt8-3lxd; Thu, 28 Mar 2024 14:10:28 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpqSQ-0000000EFnv-0LUm for linux-arm-kernel@bombadil.infradead.org; Thu, 28 Mar 2024 14:10:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Type:Content-Transfer-Encoding :MIME-Version:Message-ID:Date:Subject:CC:To:From:Sender:Reply-To:Content-ID: Content-Description:In-Reply-To:References; bh=QPXPIOVUfByGkuaSPB9AB9ng4t8wE4olpPYf5fbQTsY=; b=kxs5wQJ7urBVZkQSbApL/mhg3l P4g4D36x5O8UsSMoxaWRIKKZZLID36ciwIGD8qGGC0uKDzz5gK+pEi8c9IoMGtn2XXG0ZMjTt9s4X vK8hpwNRD4LV+DhIiizylQeyB2ycR07nvUXScG+2ACvfX81dWrWXctZl+mjNkHzHnt8a+gw32YR1C jK4+v6CAbdkuRXI9cjsxIx/bBuibGXDJxWj5s1HoxFz7F1qyblUur+dAnen/p8U0do5cU+6lPTGbc 2XCSTYwxHKZUkykf/hfxFxWHm6r/On0QYmfNRd3+kFdIDF0T0waFDFyCf7jPbfwxyJD872aqRmMso 1GxpACuQ==; Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by desiato.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpqSD-000000010BX-2UeP for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2024 14:10:10 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.24/8.17.1.24) with ESMTP id 42S95dO0030640; Thu, 28 Mar 2024 15:09:34 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding:content-type; s=selector1; bh=QPXPIOV UfByGkuaSPB9AB9ng4t8wE4olpPYf5fbQTsY=; b=SRXmB4SsNms3FiiuAol2YpU 3cCfMOFe9buoNVWGtoLMYi5iNiHWBkd4DLfI/V9Qncj52sf1ZrtXFCH8nfjVPYUG 7cH6kEyEjnQvKkXB5mkHuqwscEfYRalq1m7M82yxybp6cQjTZz9af45h9K/qcUNo jH0JgQYeQ5zuS6NNEgbe5qIQaXjfq1J5uJETnmPR2iFebpexFaOYdnrsJLBhXG0B GG/j/PyUWMmbxwPG3BBlLXpKMzhF1M5h+TItzaq3MkcP/+lbW8ppKgH/N1zhJUfD ThBPRsB3FMaanVFVMdu9R+z6Tw1M6SCaoXg7UDiS6gyTcIFuUhK2G1BATNLKkkQ= = Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3x1qa3jann-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 Mar 2024 15:09:34 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id 8E6E240044; Thu, 28 Mar 2024 15:09:23 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6FEC6221EA0; Thu, 28 Mar 2024 15:08:11 +0100 (CET) Received: from localhost (10.201.21.128) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 28 Mar 2024 15:08:09 +0100 From: Christophe Roullier To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Richard Cochran , Jose Abreu , Liam Girdwood , Mark Brown , Christophe Roullier , Marek Vasut CC: , , , , Subject: [PATCH v5 0/1] Add property in dwmac-stm32 documentation Date: Thu, 28 Mar 2024 15:08:02 +0100 Message-ID: <20240328140803.324141-1-christophe.roullier@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.201.21.128] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1011,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2024-03-28_14,2024-03-27_01,2023-05-22_02 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240328_141007_058376_E42885C8 X-CRM114-Status: UNSURE ( 9.29 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Introduce property in dwmac-stm32 documentation - st,ext-phyclk: is present since 2020 in driver so need to explain it and avoid dtbs check issue : views/kernel/upstream/net-next/arch/arm/boot/dts/st/stm32mp157c-dk2.dtb: ethernet@5800a000: Unevaluated properties are not allowed ('st,ext-phyclk' was unexpected) Furthermore this property will be use in upstream of MP13 dwmac glue. (next step) V2: - Drop deprecated: property for st,eth-clk-sel and st,eth-ref-clk-sel V3: - Rework commit message V4: - Fix syntax issue in commit message V5: - Remark from Andrew Lunn (remove documentation of PHY regulator, it will come in next step (with implementation)) Christophe Roullier (1): dt-bindings: net: dwmac: Document STM32 property st,ext-phyclk Documentation/devicetree/bindings/net/stm32-dwmac.yaml | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel