From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 A4EDE1E0083 for ; Tue, 8 Jul 2025 02:35:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751942117; cv=none; b=tS8PY7dQOZxNkFXUpAbm3p0F1DHf4FJOx3qYn+Jicti/3pqT2lKuYFSLFjRMLjhgjXRDf+3xRevHERJduU/gydRktrlI2UFk/N/MM4BqWPLVV+CfpOpWxP7pKU7NFJrOCN2gIrYGeo7E72t7kcjbtNCKRAJp9UZ/HddvWF2ZWKQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751942117; c=relaxed/simple; bh=6ZSaziu808aXhHAvi5dB5ZioGbG/1cQ5MlIp2NIfDvw=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=Ecmu/mgjV4anAbTip/cHCVNLuMiArq0pyyLo/HHvqbWYOJDTEa5iIH/iik4M5AxT9EDihpTnlXsHqERT3oNBvbVsPvXom6wgV0zHxq3V5i5FMWudIBu5KPoKbUQ1jE7KRSkYxROowuThPms1LlRWsUjTYysb58O+dYDcVYlTWHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ZeNYjb80; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ZeNYjb80" Message-ID: <69687d11-e872-45da-a3d1-f91ea9dfe5f6@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1751942102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qsEV695+W3Ktwe+glBrUcXpNvSeB5zOvPCRfQ1bX6vU=; b=ZeNYjb805OB7xPo0hz92zFWbjjSnTpEbrCvz2m7vgKsZdhXi7IDBT6yQ0cgrXhK7b9kw2/ jHxhWK3q7GVeBA1rvUq6mipqg7NRpGnm75oKnsErdootuFdw/9NaWGOvjrrp0Z1I8me5Pq qR9LUOsTa1rNNWcy3jjg+Q8/i9GxfmI= Date: Tue, 8 Jul 2025 10:34:51 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] dt-bindings: net: altr,socfpga-stmmac.yaml: add minItems to iommus To: Matthew Gerlach , dinguyen@kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, maxime.chevallier@bootlin.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org References: <20250707154409.15527-1-matthew.gerlach@altera.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanteng Si In-Reply-To: <20250707154409.15527-1-matthew.gerlach@altera.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 7/7/25 11:44 PM, Matthew Gerlach 写道: > Add missing 'minItems: 1' to iommus property of the Altera SOCFPGA SoC > implementation of the Synopsys DWMAC. > > Fixes: 6d359cf464f4 ("dt-bindings: net: Convert socfpga-dwmac bindings to yaml") > Signed-off-by: Matthew Gerlach Reviewed-by: Yanteng Si Thanks, Yanteng > --- > Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml > index c5d8dfe5b801..ec34daff2aa0 100644 > --- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml > +++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml > @@ -59,6 +59,7 @@ properties: > - const: ptp_ref > > iommus: > + minItems: 1 > maxItems: 2 > > phy-mode: