Message ID | 1554287324-22312-6-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Wed, Apr 03, 2019 at 11:28:36AM +0100, Biju Das wrote: > Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards > based on RZ/G1C SoC design can use the corresponding driver. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Thanks Biju, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > --- > V2-->V3 > * New patch > https://patchwork.kernel.org/patch/10879899/ > --- > arch/arm/configs/shmobile_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index 9b0efac..ff9348d 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y > CONFIG_RESET_CONTROLLER=y > CONFIG_GENERIC_PHY=y > CONFIG_PHY_RCAR_GEN2=y > +CONFIG_PHY_RCAR_GEN3_USB2=y > # CONFIG_DNOTIFY is not set > CONFIG_MSDOS_FS=y > CONFIG_VFAT_FS=y > -- > 2.7.4 >
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 9b0efac..ff9348d 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y CONFIG_RESET_CONTROLLER=y CONFIG_GENERIC_PHY=y CONFIG_PHY_RCAR_GEN2=y +CONFIG_PHY_RCAR_GEN3_USB2=y # CONFIG_DNOTIFY is not set CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y
Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards based on RZ/G1C SoC design can use the corresponding driver. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- V2-->V3 * New patch https://patchwork.kernel.org/patch/10879899/ --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+)