[PATCH] spi: dt-bindings: renesas,rspi: Drop comment for generic compatible string

Lad Prabhakar posted 1 patch 4 years, 3 months ago
Documentation/devicetree/bindings/spi/renesas,rspi.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] spi: dt-bindings: renesas,rspi: Drop comment for generic compatible string
Posted by Lad Prabhakar 4 years, 3 months ago
Drop comment "# RZ/A and RZ/G2{L,LC}" for generic compatible string
"renesas,rspi-rz" as this will avoid changing the line for every new SoC
addition.

Suggested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 Documentation/devicetree/bindings/spi/renesas,rspi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
index a902f0ca2198..2c3c6bd6ec45 100644
--- a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
+++ b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
@@ -23,7 +23,7 @@ properties:
               - renesas,rspi-r7s9210   # RZ/A2
               - renesas,r9a07g044-rspi # RZ/G2{L,LC}
               - renesas,r9a07g054-rspi # RZ/V2L
-          - const: renesas,rspi-rz     # RZ/A and RZ/G2{L,LC}
+          - const: renesas,rspi-rz
 
       - items:
           - enum:

base-commit: f16ed63e53c79070283d3c264de5309794272ae9
-- 
2.17.1
Re: [PATCH] spi: dt-bindings: renesas,rspi: Drop comment for generic compatible string
Posted by Mark Brown 4 years, 3 months ago
On Tue, 1 Mar 2022 13:42:43 +0000, Lad Prabhakar wrote:
> Drop comment "# RZ/A and RZ/G2{L,LC}" for generic compatible string
> "renesas,rspi-rz" as this will avoid changing the line for every new SoC
> addition.
> 
> 

Applied to

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

Thanks!

[1/1] spi: dt-bindings: renesas,rspi: Drop comment for generic compatible string
      commit: ee8ad9440f18478796dbd7e0891efcc44376ab70

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