[PATCH v1] dt-bindings: spi: samsung: add exynosautov920-spi compatible

Faraz Ata posted 1 patch 6 months, 3 weeks ago
Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v1] dt-bindings: spi: samsung: add exynosautov920-spi compatible
Posted by Faraz Ata 6 months, 3 weeks ago
Add "samsung,exynosautov920-spi" dedicated compatible for
SPI found in ExynosAutov920 SoC.

Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
---
 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 3c206a64d60a..fe298d47b1a9 100644
--- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml
+++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
@@ -29,6 +29,7 @@ properties:
       - items:
           - enum:
               - samsung,exynos8895-spi
+              - samsung,exynosautov920-spi
           - const: samsung,exynos850-spi
       - const: samsung,exynos7-spi
         deprecated: true
-- 
2.34.1
Re: [PATCH v1] dt-bindings: spi: samsung: add exynosautov920-spi compatible
Posted by Mark Brown 6 months, 3 weeks ago
On Wed, 21 May 2025 14:13:24 +0530, Faraz Ata wrote:
> Add "samsung,exynosautov920-spi" dedicated compatible for
> SPI found in ExynosAutov920 SoC.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] dt-bindings: spi: samsung: add exynosautov920-spi compatible
      commit: 477d16c0919e82a7f5f673a6e3ae39a17c773037

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH v1] dt-bindings: spi: samsung: add exynosautov920-spi compatible
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
On 21/05/2025 10:43, Faraz Ata wrote:
> Add "samsung,exynosautov920-spi" dedicated compatible for
> SPI found in ExynosAutov920 SoC.
> 
> Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
> ---
>  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 3c206a64d60a..fe298d47b1a9 100644
> --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml
> +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
> @@ -29,6 +29,7 @@ properties:
>        - items:
>            - enum:
>                - samsung,exynos8895-spi
> +              - samsung,exynosautov920-spi
>            - const: samsung,exynos850-spi

I am surprised this is not compatible with exynosautov9.

Best regards,
Krzysztof