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

pinctrl: renesas: r8a779f0: Remove unused POC2

The POWER Condition Control Register 2 (POC2) is unused, and the
documentation does not define any valid bits. Remove it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/d8a9ea39b49d24e39f4da3f00b64bce34016887d.1655301529.git.geert+renesas@glider.be

-2
-2
drivers/pinctrl/renesas/pfc-r8a779f0.c
··· 1902 1902 enum ioctrl_regs { 1903 1903 POC0, 1904 1904 POC1, 1905 - POC2, 1906 1905 POC3, 1907 1906 TD0SEL1, 1908 1907 }; ··· 1909 1910 static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = { 1910 1911 [POC0] = { 0xe60500a0, }, 1911 1912 [POC1] = { 0xe60508a0, }, 1912 - [POC2] = { 0xe60510a0, }, 1913 1913 [POC3] = { 0xe60518a0, }, 1914 1914 [TD0SEL1] = { 0xe6050920, }, 1915 1915 { /* sentinel */ },