Message ID | 20220222175611.58051-3-kyarlagadda@nvidia.com (mailing list archive) |
---|---|
State | Superseded |
Commit | de2f678b11bdcbabb6d804c543f9a3325c0e83bf |
Headers | show |
Series | Tegra QUAD SPI combined sequence mode | expand |
On Tue, Feb 22, 2022 at 11:26:08PM +0530, Krishna Yarlagadda wrote: > Add compatible string for Tegra234 for Tegra QUAD SPI > > Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com> > --- > Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml | 1 + > 1 file changed, 1 insertion(+) Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Regards KY > -----Original Message----- > From: Rob Herring <robh@kernel.org> > Sent: 23 February 2022 01:57 > To: Krishna Yarlagadda <kyarlagadda@nvidia.com> > Cc: broonie@kernel.org; thierry.reding@gmail.com; Jonathan Hunter > <jonathanh@nvidia.com>; linux-spi@vger.kernel.org; linux- > tegra@vger.kernel.org; Sowjanya Komatineni > <skomatineni@nvidia.com>; Laxman Dewangan > <ldewangan@nvidia.com>; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; p.zabel@pengutronix.de > Subject: Re: [PATCH v2 2/5] dt-bindings: spi: Tegra234 QUAD SPI > compatible > > External email: Use caution opening links or attachments > > > On Tue, Feb 22, 2022 at 11:26:08PM +0530, Krishna Yarlagadda wrote: > > Add compatible string for Tegra234 for Tegra QUAD SPI > > > > Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com> > > --- > > Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml > | 1 + > > 1 file changed, 1 insertion(+) > > Please add Acked-by/Reviewed-by tags when posting new versions. Sure. Will do that next time. > However, there's no need to repost patches *only* to add the tags. > The upstream maintainer will do that for acks received on the version > they apply. > I resent the patch as it was not clear to me if this patch can be applied. I received warning and assumed this cannot be applied without resend. -- This breaks an x86_64 allmodconfig build > If a tag was not added on purpose, please state why and what > changed.
diff --git a/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml b/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml index 35a8045b2c70..6efea8970e62 100644 --- a/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml +++ b/Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml @@ -19,6 +19,7 @@ properties: - nvidia,tegra210-qspi - nvidia,tegra186-qspi - nvidia,tegra194-qspi + - nvidia,tegra234-qspi reg: maxItems: 1
Add compatible string for Tegra234 for Tegra QUAD SPI Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com> --- Documentation/devicetree/bindings/spi/nvidia,tegra210-quad.yaml | 1 + 1 file changed, 1 insertion(+)