Message ID | 20210102115412.3402059-2-aford173@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [V2,1/4] dt-bindings: memory: Renesas RPC-IF: Add support for RZ/G2 Series | expand |
On Sat, Jan 2, 2021 at 12:54 PM Adam Ford <aford173@gmail.com> wrote: > > The Renesas RPC-IF is present on the RZ/G2 Series. Add that to > the description. > > Suggested-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Adam Ford <aford173@gmail.com> Thanks for your patch! > --- a/drivers/memory/Kconfig > +++ b/drivers/memory/Kconfig > @@ -202,9 +202,9 @@ config RENESAS_RPCIF > depends on ARCH_RENESAS || COMPILE_TEST > select REGMAP_MMIO > help > - This supports Renesas R-Car Gen3 RPC-IF which provides either SPI > - host or HyperFlash. You'll have to select individual components > - under the corresponding menu. > + This supports Renesas R-Car Gen3 of RZ/G2 RPC-IF which provides s/of/or/ > + either SPI host or HyperFlash. You'll have to select individual > + components under the corresponding menu. > > config STM32_FMC2_EBI > tristate "Support for FMC2 External Bus Interface on STM32MP SoCs" With the above fixed: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Sat, Jan 02, 2021 at 05:54:10AM -0600, Adam Ford wrote: > The Renesas RPC-IF is present on the RZ/G2 Series. Add that to > the description. > > Suggested-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Adam Ford <aford173@gmail.com> > --- > drivers/memory/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Thanks, applied with commit title change (renesas-rpc-if:) and fix pointed out by Geert. Best regards, Krzysztof
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 3ea6913df176..d55252f349d4 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -202,9 +202,9 @@ config RENESAS_RPCIF depends on ARCH_RENESAS || COMPILE_TEST select REGMAP_MMIO help - This supports Renesas R-Car Gen3 RPC-IF which provides either SPI - host or HyperFlash. You'll have to select individual components - under the corresponding menu. + This supports Renesas R-Car Gen3 of RZ/G2 RPC-IF which provides + either SPI host or HyperFlash. You'll have to select individual + components under the corresponding menu. config STM32_FMC2_EBI tristate "Support for FMC2 External Bus Interface on STM32MP SoCs"
The Renesas RPC-IF is present on the RZ/G2 Series. Add that to the description. Suggested-by: Biju Das <biju.das.jz@bp.renesas.com> Signed-off-by: Adam Ford <aford173@gmail.com> --- drivers/memory/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) V2: New to series