dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Vinod Koul <vkoul@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Joerg Roedel <joro@8bytes.org>, Will Deacon <will@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: devicetree@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-i2c@vger.kernel.org, iommu@lists.linux-foundation.org,
	linux-serial@vger.kernel.org, linux-watchdog@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
Date: Mon,  2 May 2022 15:34:53 +0200	[thread overview]
Message-ID: <5628a862688bd9d3b4f6c66cb338671211058641.1651497024.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1651497024.git.geert+renesas@glider.be>

Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
index 0681a4790cd62e23..75e5da6a7cc04bbd 100644
--- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
@@ -48,11 +48,9 @@ properties:
               - renesas,gpio-r8a77995     # R-Car D3
           - const: renesas,rcar-gen3-gpio # R-Car Gen3 or RZ/G2
 
-      - items:
-          - const: renesas,gpio-r8a779a0  # R-Car V3U
-
       - items:
           - enum:
+              - renesas,gpio-r8a779a0     # R-Car V3U
               - renesas,gpio-r8a779f0     # R-Car S4-8
           - const: renesas,rcar-gen4-gpio # R-Car Gen4
 
-- 
2.25.1


  reply	other threads:[~2022-05-02 13:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
2022-05-02 13:34 ` Geert Uytterhoeven [this message]
2022-05-03 13:01   ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Krzysztof Kozlowski
2022-05-04 19:37   ` Wolfram Sang
2022-05-05 13:04   ` Bartosz Golaszewski
2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
2022-05-03 13:01   ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-04 19:51   ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
2022-05-03 13:01   ` Krzysztof Kozlowski
2022-05-04  8:37   ` Joerg Roedel
2022-05-04 19:38   ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
2022-05-03 13:02   ` Krzysztof Kozlowski
2022-05-16 11:31   ` Vinod Koul
2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
2022-05-03 13:02   ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
2022-05-03 13:02   ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
2022-05-03 13:02   ` Krzysztof Kozlowski
2022-05-04 19:38   ` Wolfram Sang
2022-05-14 14:15   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5628a862688bd9d3b4f6c66cb338671211058641.1651497024.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=brgl@bgdev.pl \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=joro@8bytes.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    --cc=will@kernel.org \
    --cc=wim@linux-watchdog.org \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).