From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 3241D1E5B7C for ; Wed, 3 Sep 2025 09:46:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756892767; cv=none; b=XoF6tDym3+yUFv/NXyXAbccYvfr3GYiWnE8FdTpj3qSYdF3F6hQyx71IpthdEr9ylXmhdTD3lczvvyB0Fl+3Ddpynr86QI0+PWYQh9ERP69/EyuCC3WWzarpG9UoEdUw0CvdDBu9OZNJEGs+i/CkPKStajBzk0dfFY3dK69HwxA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756892767; c=relaxed/simple; bh=mJEZezaaAvDWlpLgZGr6gvr2k1GiPwLmXdP8VleSAVU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dD38rYvlUm3R6JXFWhu+ry1iu3Qe2wOrVsoNQ8cVSD8wKGCFBgzoFdAoc3nKaR26Sy8M0kelgkmGp1HkPj5EonL6p+Foq3yociM9WGf269S9Ag0WDMU/sl06CoJrJWkfIOfLlm43m/+uKxsR3Bq3LDdbL/sWuR2p53AHkgbZCoQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=HcFGa0Tr; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="HcFGa0Tr" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=qZD6 3uFUUWm/vKdNbnOPDAIu7KIlkgvjimOu757PzOY=; b=HcFGa0Trj5A9lugbOuv7 nAQ5a//v4VMybK49wDJ16RvfaBJRqz5Gc4hMYVLUwU4fuWIqXYNzIkB8ugrLOCuR zRzjJ1K3u4rhVCKCjFv5PQwxE80LdYfCT+wUcIsuXgRkMN6wdyVRshzoGBrkqb1h q1IkJQSdr90orGtWPU4blEZOluYp+t+7LbiaPcmzrI5JCI79F8GOZEjxg4BA8D8p LB1quYysEiyyu/lVvEM3mpR6jfRlUiYi23qPZCGy9yENwiFjmaMZhy3hvlWWCGUz HtOGfDjsQ7xCi6D/wTxJRgG3hlJm/Q+RmHDiPc2tZE6nIKS+/11l5NZr7zUWe2XP 2Q== Received: (qmail 3244023 invoked from network); 3 Sep 2025 11:45:53 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Sep 2025 11:45:53 +0200 X-UD-Smtp-Session: l3s3148p1@/45yeOI9IIMujnu+ Date: Wed, 3 Sep 2025 11:45:52 +0200 From: Wolfram Sang To: Krzysztof Kozlowski Cc: Matthew Gerlach , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Romain Gantois , Geert Uytterhoeven , Magnus Damm , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar Subject: Re: [PATCH v2 2/2] dt-bindings: net: renesas,rzn1-gmac: Constrain interrupts Message-ID: References: <20250902154051.263156-3-krzysztof.kozlowski@linaro.org> <20250902154051.263156-4-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250902154051.263156-4-krzysztof.kozlowski@linaro.org> On Tue, Sep 02, 2025 at 05:40:53PM +0200, Krzysztof Kozlowski wrote: > Renesas RZN1 GMAC uses three interrupts in in-kernel DTS and common > snps,dwmac.yaml binding is flexible, so define precise constraint for > this device. > > Reviewed-by: Lad Prabhakar > Signed-off-by: Krzysztof Kozlowski Double checked with the original RZ/N1 docs: Reviewed-by: Wolfram Sang