From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 2 Oct 2018 22:55:34 +0200 Subject: [U-Boot] [PATCH 2/2] ARM: rmobile: Enable PHY framework on Gen3 In-Reply-To: <20181002205534.9958-1-marek.vasut+renesas@gmail.com> References: <20181002205534.9958-1-marek.vasut+renesas@gmail.com> Message-ID: <20181002205534.9958-2-marek.vasut+renesas@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable PHY framework on Gen3, this is required for USB EHCI PHY support. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index fc4b3c3219..ac08d6eb12 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -11,6 +11,7 @@ config RCAR_32 config RCAR_GEN3 bool "Renesas ARM SoCs R-Car Gen3 (64bit)" select ARM64 + select PHY endchoice -- 2.18.0