Message ID | 1541075705-1333-2-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Commit | df80e0478972260bf285c5ed33f99b2424fba2af |
Headers | show |
Series | Add QSPI flash support to iwg23s | expand |
On Thu, Nov 01, 2018 at 12:35:02PM +0000, Fabrizio Castro wrote: > Add r8a77470 to the list of examples with soctypes. > No driver change is needed as "renesas,qspi" will activate > the right code within the corresponding driver. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > > --- > > As per Mark Brown's comment on patch "dt-bindings: spi: rspi: Add > r8a7744 to the compatible list", this patch doesn't come with the > "dt-bindings" prefix in the title. > > Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt > index fc97ad6..421722b 100644 > --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt > +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt > @@ -15,6 +15,7 @@ Required properties: > - "renesas,qspi-r8a7743" (RZ/G1M) > - "renesas,qspi-r8a7744" (RZ/G1N) > - "renesas,qspi-r8a7745" (RZ/G1E) > + - "renesas,qspi-r8a77470" (RZ/G1C) > - "renesas,qspi-r8a7790" (R-Car H2) > - "renesas,qspi-r8a7791" (R-Car M2-W) > - "renesas,qspi-r8a7792" (R-Car V2H) > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt index fc97ad6..421722b 100644 --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt @@ -15,6 +15,7 @@ Required properties: - "renesas,qspi-r8a7743" (RZ/G1M) - "renesas,qspi-r8a7744" (RZ/G1N) - "renesas,qspi-r8a7745" (RZ/G1E) + - "renesas,qspi-r8a77470" (RZ/G1C) - "renesas,qspi-r8a7790" (R-Car H2) - "renesas,qspi-r8a7791" (R-Car M2-W) - "renesas,qspi-r8a7792" (R-Car V2H)
Add r8a77470 to the list of examples with soctypes. No driver change is needed as "renesas,qspi" will activate the right code within the corresponding driver. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> --- As per Mark Brown's comment on patch "dt-bindings: spi: rspi: Add r8a7744 to the compatible list", this patch doesn't come with the "dt-bindings" prefix in the title. Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 + 1 file changed, 1 insertion(+)