From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C5299357D1F; Thu, 4 Jun 2026 15:40:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780587617; cv=none; b=JG7hZMGXpIIDNCGRymE+CKYnoefm5ti8PUeE6XhEIFqYbKUlePx2HfbNWEFOSRJBOAcya70KCynwORXEarVsx61HwGgT8UVUMN7ae6FcakfvdY7K3MRNldE9iMU+dx65B3z+KAuxwXd923jvRRsixKfYdgAzM+alIo+UlolrWMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780587617; c=relaxed/simple; bh=Y29J3CM/NgyBWRmdT8fSZrixgqR+RCJlBJylUuZGTFI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Y1wLPS0RGB9D3DK5r4a2gaVOBmHlkTKBChCoZk9U++th/jfxX6V61o5VyQERwyUCzWdPM4VUrhXAIfD8pvNKEnyivUco/j0rwfQ1QFfc5BfnZ0GNt/leitR3D7UliQjsZ8d/nPSkO4Xw4Gw8/AstAAqr730aPoAUimhtujgmBNo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oFYbqu9O; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oFYbqu9O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74CA51F00899; Thu, 4 Jun 2026 15:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780587613; bh=twkHNmCdBtYwS5KleaIPnD1i9GOetO9OyZBu3THSxsc=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oFYbqu9OQ0gdpJ4lCwqGabN9eh/iP/p5mb6/lfmfmOlshPUEgsZaCsBe79Hv6aZk5 jk/hJwA7l+u2giJsSfz+vLRcf6wWxwlnbe1+APHpD/3jU7LTO4+5jUDMSIQ6Ql6KTs VVb6W4BsFB0VpO7B9nntPbloSCH6V5QR41ybDO4qTY6M0mpNCQymjtYYJ3Eu5R65Hh BTRiN3xDobJwPglI468gaFAiOQFryXhskjl2qDcjvlvazVUORxmBFi7QT4EYFK0nid EV0cYG1K2AIUv7yQiZRHdmYlUy5PFlzzYiEYs7JnN22STgGIBaxgo4XLb0xuoeGZfG ztmnCgh+baV3w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93BB039309B7; Thu, 4 Jun 2026 15:40:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v3] dt-bindings: ethernet: eswin: fix hsp-sp-csr backward compatibility From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178058761414.2484354.2447643113431387684.git-patchwork-notify@kernel.org> Date: Thu, 04 Jun 2026 15:40:14 +0000 References: <20260602014528.2076-1-lizhi2@eswincomputing.com> In-Reply-To: <20260602014528.2076-1-lizhi2@eswincomputing.com> To: =?utf-8?b?5p2O5b+XIDxsaXpoaTJAZXN3aW5jb21wdXRpbmcuY29tPg==?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org Cc: 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, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ningyu@eswincomputing.com, linmin@eswincomputing.com, pinkesh.vaghela@einfochips.com, pritesh.patel@einfochips.com, weishangjuan@eswincomputing.com, sashiko-bot@kernel.org, krzysztof.kozlowski@oss.qualcomm.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 2 Jun 2026 09:45:28 +0800 you wrote: > From: Zhi Li > > Commit c36069c6f46c ("dt-bindings: ethernet: eswin: add optional TXD and > RXD delay register offsets") added two optional cells to eswin,hsp-sp-csr > but omitted minItems: 4. > > As a result, dt-schema implicitly required all 6 cells, which broke > backward compatibility with existing 4-cell device trees. > > [...] Here is the summary with links: - [net,v3] dt-bindings: ethernet: eswin: fix hsp-sp-csr backward compatibility https://git.kernel.org/netdev/net/c/1232b3104b4b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html