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

Configure Feed

Select the types of activity you want to include in your feed.

clk: renesas: r9a07g043: Add I2C clocks/resets

Add I2C{0,1,2,3} clock and reset entries.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220425095244.156720-2-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
a9391e01 2a6da4a1

+12
+12
drivers/clk/renesas/r9a07g043-cpg.c
··· 152 152 0x57c, 1), 153 153 DEF_COUPLED("eth1_chi", R9A07G043_ETH1_CLK_CHI, R9A07G043_CLK_ZT, 154 154 0x57c, 1), 155 + DEF_MOD("i2c0", R9A07G043_I2C0_PCLK, R9A07G043_CLK_P0, 156 + 0x580, 0), 157 + DEF_MOD("i2c1", R9A07G043_I2C1_PCLK, R9A07G043_CLK_P0, 158 + 0x580, 1), 159 + DEF_MOD("i2c2", R9A07G043_I2C2_PCLK, R9A07G043_CLK_P0, 160 + 0x580, 2), 161 + DEF_MOD("i2c3", R9A07G043_I2C3_PCLK, R9A07G043_CLK_P0, 162 + 0x580, 3), 155 163 DEF_MOD("scif0", R9A07G043_SCIF0_CLK_PCK, R9A07G043_CLK_P0, 156 164 0x584, 0), 157 165 DEF_MOD("scif1", R9A07G043_SCIF1_CLK_PCK, R9A07G043_CLK_P0, ··· 188 180 DEF_RST(R9A07G043_SDHI1_IXRST, 0x854, 1), 189 181 DEF_RST(R9A07G043_ETH0_RST_HW_N, 0x87c, 0), 190 182 DEF_RST(R9A07G043_ETH1_RST_HW_N, 0x87c, 1), 183 + DEF_RST(R9A07G043_I2C0_MRST, 0x880, 0), 184 + DEF_RST(R9A07G043_I2C1_MRST, 0x880, 1), 185 + DEF_RST(R9A07G043_I2C2_MRST, 0x880, 2), 186 + DEF_RST(R9A07G043_I2C3_MRST, 0x880, 3), 191 187 DEF_RST(R9A07G043_SCIF0_RST_SYSTEM_N, 0x884, 0), 192 188 DEF_RST(R9A07G043_SCIF1_RST_SYSTEM_N, 0x884, 1), 193 189 DEF_RST(R9A07G043_SCIF2_RST_SYSTEM_N, 0x884, 2),