On Thu, Feb 13, 2025 at 10:34 PM Denzeel Oliva <wachiturroxd150@xxxxxxxxx> 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@xxxxxxxxx> 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 > >