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.

Merge tag 'renesas-clk-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-renesas

Pull Renesas clk driver updates from Geert Uytterhoeven:

- Add RTC clocks and resets on Renesas RZ/V2N

* tag 'renesas-clk-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers:
clk: renesas: r9a09g056: Add clock and reset entries for RTC

+4
+4
drivers/clk/renesas/r9a09g056-cpg.c
··· 289 289 BUS_MSTOP(5, BIT(13))), 290 290 DEF_MOD("wdt_3_clk_loco", CLK_QEXTAL, 5, 2, 2, 18, 291 291 BUS_MSTOP(5, BIT(13))), 292 + DEF_MOD("rtc_0_clk_rtc", CLK_PLLCM33_DIV16, 5, 3, 2, 19, 293 + BUS_MSTOP(3, BIT(11) | BIT(12))), 292 294 DEF_MOD("rspi_0_pclk", CLK_PLLCLN_DIV8, 5, 4, 2, 20, 293 295 BUS_MSTOP(11, BIT(0))), 294 296 DEF_MOD("rspi_0_pclk_sfr", CLK_PLLCLN_DIV8, 5, 5, 2, 21, ··· 595 593 DEF_RST(9, 2, 4, 3), /* RSCI8_TRESETN */ 596 594 DEF_RST(9, 3, 4, 4), /* RSCI9_PRESETN */ 597 595 DEF_RST(9, 4, 4, 5), /* RSCI9_TRESETN */ 596 + DEF_RST(7, 9, 3, 10), /* RTC_0_RST_RTC */ 597 + DEF_RST(7, 10, 3, 11), /* RTC_0_RST_RTC_V */ 598 598 DEF_RST(7, 11, 3, 12), /* RSPI_0_PRESETN */ 599 599 DEF_RST(7, 12, 3, 13), /* RSPI_0_TRESETN */ 600 600 DEF_RST(7, 13, 3, 14), /* RSPI_1_PRESETN */