Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: renesas: r8a77980: Correct parent clock of PCIEC0

According to the R-Car Gen3 Hardware Manual Errata for Rev 0.80 of
December 22, 2017, the parent clock of the PCIe module clock on R-Car
V3H is S2D2.

Fixes: ce15783c510a9905 ("clk: renesas: cpg-mssr: add R8A77980 support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

+1 -1
+1 -1
drivers/clk/renesas/r8a77980-cpg-mssr.c
··· 116 116 DEF_MOD("sys-dmac1", 218, R8A77980_CLK_S0D3), 117 117 DEF_MOD("tpu0", 304, R8A77980_CLK_S3D4), 118 118 DEF_MOD("sdif", 314, R8A77980_CLK_SD0), 119 - DEF_MOD("pciec0", 319, R8A77980_CLK_S3D1), 119 + DEF_MOD("pciec0", 319, R8A77980_CLK_S2D2), 120 120 DEF_MOD("intc-ex", 407, R8A77980_CLK_CP), 121 121 DEF_MOD("intc-ap", 408, R8A77980_CLK_S0D3), 122 122 DEF_MOD("hscif3", 517, R8A77980_CLK_S3D1),