Message ID | 20250214043343.263-2-wachiturroxd150@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | spi: s3c64xx: add support exynos990-spi to new port config data | expand |
On Fri, Feb 14, 2025 at 04:33:41AM +0000, Denzeel Oliva wrote: > Add "samsung,exynos990-spi" dedicated compatible for the SPI controller > on Exynos990 SoC. This ensures proper representation of the hardware > in the device tree. > > Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> > --- > Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions of patchset, under or above your Signed-off-by tag, unless patch changed significantly (e.g. new properties added to the DT bindings). Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. Please read: https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
On Thu, Feb 13, 2025 at 10:34 PM Denzeel Oliva <wachiturroxd150@gmail.com> wrote: > > Add "samsung,exynos990-spi" dedicated compatible for the SPI controller > on Exynos990 SoC. This ensures proper representation of the hardware > in the device tree. > > Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> If someone gives you any tags (like Reviewed-by, Acked-by, etc.) during previous patch version review round, you should collect them and add those around here. Only tags for the final patch series version (which is picked up by a maintainer) will be handled by the maintainer. > --- Please always add a change log for each patch version under "---" line, it helps reviewers and maintainers understand what to look for while reviewing. Something like: Changes in v3: - none Changes in v2: - changed this - changed that > Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml > index 3c206a64d..1d3c95bd2 100644 > --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml > +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml > @@ -24,6 +24,7 @@ properties: > - samsung,exynos4210-spi > - samsung,exynos5433-spi > - samsung,exynos850-spi > + - samsung,exynos990-spi > - samsung,exynosautov9-spi > - tesla,fsd-spi > - items: > -- > 2.48.1 > >
diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml index 3c206a64d..1d3c95bd2 100644 --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml @@ -24,6 +24,7 @@ properties: - samsung,exynos4210-spi - samsung,exynos5433-spi - samsung,exynos850-spi + - samsung,exynos990-spi - samsung,exynosautov9-spi - tesla,fsd-spi - items:
Add "samsung,exynos990-spi" dedicated compatible for the SPI controller on Exynos990 SoC. This ensures proper representation of the hardware in the device tree. Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com> --- Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 + 1 file changed, 1 insertion(+)