Devicetree
 help / color / mirror / Atom feed
* [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P
@ 2026-07-14 12:02 Shawn Guo
  2026-07-21  7:52 ` Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2026-07-14 12:02 UTC (permalink / raw)
  To: Mark Brown
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Praveen Talari,
	linux-spi, linux-arm-msm, devicetree, linux-kernel, Shawn Guo

Document Nord SA8797P QUP GENI SPI controller, which is compatible with
SA8255P controller.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
 .../devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml b/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
index d9347d780ca4..6552303a4f52 100644
--- a/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
@@ -11,7 +11,11 @@ maintainers:
 
 properties:
   compatible:
-    const: qcom,sa8255p-geni-spi
+    oneOf:
+      - const: qcom,sa8255p-geni-spi
+      - items:
+          - const: qcom,sa8797p-geni-spi
+          - const: qcom,sa8255p-geni-spi
 
   reg:
     maxItems: 1
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P
  2026-07-14 12:02 [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P Shawn Guo
@ 2026-07-21  7:52 ` Bartosz Golaszewski
  2026-07-21  9:20 ` Krzysztof Kozlowski
  2026-07-27 17:21 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2026-07-21  7:52 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Praveen Talari,
	linux-spi, linux-arm-msm, devicetree, linux-kernel, Mark Brown

On Tue, 14 Jul 2026 14:02:26 +0200, Shawn Guo
<shengchao.guo@oss.qualcomm.com> said:
> Document Nord SA8797P QUP GENI SPI controller, which is compatible with
> SA8255P controller.
>
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
>  .../devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml      | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml b/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
> index d9347d780ca4..6552303a4f52 100644
> --- a/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
> +++ b/Documentation/devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml
> @@ -11,7 +11,11 @@ maintainers:
>
>  properties:
>    compatible:
> -    const: qcom,sa8255p-geni-spi
> +    oneOf:
> +      - const: qcom,sa8255p-geni-spi
> +      - items:
> +          - const: qcom,sa8797p-geni-spi
> +          - const: qcom,sa8255p-geni-spi
>
>    reg:
>      maxItems: 1
> --
> 2.43.0
>
>
>

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P
  2026-07-14 12:02 [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P Shawn Guo
  2026-07-21  7:52 ` Bartosz Golaszewski
@ 2026-07-21  9:20 ` Krzysztof Kozlowski
  2026-07-27 17:21 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-21  9:20 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Praveen Talari, linux-spi, linux-arm-msm, devicetree,
	linux-kernel

On Tue, Jul 14, 2026 at 08:02:26PM +0800, Shawn Guo wrote:
> Document Nord SA8797P QUP GENI SPI controller, which is compatible with
> SA8255P controller.
> 
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
>  .../devicetree/bindings/spi/qcom,sa8255p-geni-spi.yaml      | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P
  2026-07-14 12:02 [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P Shawn Guo
  2026-07-21  7:52 ` Bartosz Golaszewski
  2026-07-21  9:20 ` Krzysztof Kozlowski
@ 2026-07-27 17:21 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2026-07-27 17:21 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Praveen Talari,
	linux-spi, linux-arm-msm, devicetree, linux-kernel

On Tue, 14 Jul 2026 20:02:26 +0800, Shawn Guo wrote:
> spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P

Applied to

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

Thanks!

[1/1] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P
      https://git.kernel.org/broonie/spi/c/a44a020465e3

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-27 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 12:02 [PATCH] spi: dt-bindings: qcom,sa8255p-geni-spi: Add compatible for Nord SA8797P Shawn Guo
2026-07-21  7:52 ` Bartosz Golaszewski
2026-07-21  9:20 ` Krzysztof Kozlowski
2026-07-27 17:21 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox