From: Jerome Brunet Date: Fri, 13 Dec 2019 10:33:04 +0000 (+0100) Subject: clk: meson: g12a: fix missing uart2 in regmap table X-Git-Tag: v5.6-rc1~75^2~3^5^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1b3f0622a9d52ac19a63619911823c89a4d85a4;p=thirdparty%2Fkernel%2Flinux.git clk: meson: g12a: fix missing uart2 in regmap table UART2 peripheral is missing from the regmap fixup table of the g12a family clock controller. As it is, any access to this clock would Oops, which is not great. Add the clock to the table to fix the problem. Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller") Reported-by: Dmitry Shmidt Tested-by: Dmitry Shmidt Acked-by: Neil Armstrong Tested-by: Kevin Hilman Signed-off-by: Jerome Brunet --- diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c index b3af61cc6fb94..d2760a021301d 100644 --- a/drivers/clk/meson/g12a.c +++ b/drivers/clk/meson/g12a.c @@ -4692,6 +4692,7 @@ static struct clk_regmap *const g12a_clk_regmaps[] = { &g12a_bt656, &g12a_usb1_to_ddr, &g12a_mmc_pclk, + &g12a_uart2, &g12a_vpu_intr, &g12a_gic, &g12a_sd_emmc_a_clk0,