From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AFD763597B; Sun, 2 Nov 2025 16:34:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762101259; cv=none; b=JZ8YCccQHCYJwgTSwrr85xWPy4bBW2Jmmjqzmfq32AthQG1S3vV22VsaB0frHbgjXO1VkAg3SxDiLMVmcrPuTySAKOR5rlBwPzDPQZ1DZusdEMSD3ZYtz9o1y8Ebw15G0pGqXFVUWDX+rESZF960fg78N0Hvhp7x3Tw7DdTdJaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762101259; c=relaxed/simple; bh=BMHbVQks4miUEqiNB8Bj8JUPKeAlJSJSR1yVrl8aLco=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JW1lBKWeQqU81v09kAHDiQp1dUwVhUwvaRqxzGQuXJj5izWv5bMMwx9zKBmG4ru7lZ0sZRbhd38Oy9Fv6P2jetdF+xnC2NxdEfZQOFB618LIY2UFsAtz9J9P4mtEejiAkUyTe3r+fMe1ELJ0FT8t4ov/kJX+8HGlNGAkZmks8zo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m7eRD6TV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="m7eRD6TV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABB61C4CEF7; Sun, 2 Nov 2025 16:34:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762101259; bh=BMHbVQks4miUEqiNB8Bj8JUPKeAlJSJSR1yVrl8aLco=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m7eRD6TVlAfyAK/SnxypxQv2CmKl306jhXgTbNo+yEzxGzgBywD4o3XO+Kra3kmUC BHeM9hHDBMsxnas3zHbLQV+jXGd43myStuXXahsqlnh1MurcU2NGwQZgqfQ1ROV/GQ R1Pn9WDjXqwgLImO8l2p2csPYY5IvVZokYSEJGvJl6QDnPEPH2lDomh0rfaaZUlZeM GXKm1g0JlMbAHcafI/yarK+QpXQbMIsDi8O/iVF9ZvJcEBhNzY649s591I/T7XpW7k vJMX2iVXWlqbfZvVvbDLnKCpTK3ZsX6HPpK8vBbVLb8hhzsxrvKHJS6Gj0qvKfdMhp vvcH1GW9R8jLA== Date: Sun, 2 Nov 2025 17:34:16 +0100 From: Krzysztof Kozlowski To: Sjoerd Simons Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Ryder Lee , Jianjun Wang , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Chunfeng Yun , Vinod Koul , Kishon Vijay Abraham I , Lee Jones , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Lorenzo Bianconi , Felix Fietkau , kernel@collabora.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pci@vger.kernel.org, linux-phy@lists.infradead.org, netdev@vger.kernel.org, Daniel Golle , Bryan Hinton Subject: Re: [PATCH v2 08/15] dt-bindings: net: mediatek,net: Correct bindings for MT7981 Message-ID: <20251102-honest-jade-hedgehog-b85f0d@kuoka> References: <20251101-openwrt-one-network-v2-0-2a162b9eea91@collabora.com> <20251101-openwrt-one-network-v2-8-2a162b9eea91@collabora.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20251101-openwrt-one-network-v2-8-2a162b9eea91@collabora.com> On Sat, Nov 01, 2025 at 02:32:53PM +0100, Sjoerd Simons wrote: > Different SoCs have different numbers of Wireless Ethernet > Dispatch (WED) units: > - MT7981: Has 1 WED unit > - MT7986: Has 2 WED units > - MT7988: Has 2 WED units > > Update the binding to reflect these hardware differences. The MT7981 > also uses infracfg for PHY switching, so allow that property. > > Signed-off-by: Sjoerd Simons > --- > V1 -> V2: Only overwrite constraints that are different from the default I don't get it. mediatek,mt7622-eth now can have 1 or 2 items, but previously it had strict 2. This needs explanation in commit msg. Best regards, Krzysztof