Message ID | 20210513114617.30191-3-aford173@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9558487e7d976c1b92b2bc66fb4d901b1d35437f |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [1/3] arm64: dts: renesas: beacon: Fix USB extal reference | expand |
On Thu, May 13, 2021 at 1:46 PM Adam Ford <aford173@gmail.com> wrote: > There is a clock driver that's needed when using an external > USB reference clock called usb2_clksel. > Enable it in the defconfig. > > Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.14. Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 08c6f769df9a..c1110fc20cdb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -987,6 +987,7 @@ CONFIG_SM_GPUCC_8250=y CONFIG_SM_DISPCC_8250=y CONFIG_QCOM_HFPLL=y CONFIG_CLK_GFM_LPASS_SM8250=m +CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_ARM_MHU=y
There is a clock driver that's needed when using an external USB reference clock called usb2_clksel. Enable it in the defconfig. Signed-off-by: Adam Ford <aford173@gmail.com>