This patch set addresses various pin configuration changes for the Nuvoton NPCM8XX BMC SoC. The patches aim to enhance functionality, remove unused pins, and improve overall pin management. Addressed comments from: - J. Neuschäfer: https://www.spinics.net/lists/linux-gpio/msg101303.html - Jonas Gorski: https://www.spinics.net/lists/linux-gpio/msg101304.html Changes since version 1: - Squash the non-existent pins, groups and functions. - Remove non-existent groups and functions from dt-bindings. - Modify the commit message. Tomer Maimon (7): dt-bindings: pinctrl: npcm8xx: remove non-existent groups and functions pinctrl: nuvoton: npcm8xx: remove non-existent pins, groups, functions pinctrl: nuvoton: npcm8xx: clear polarity before set both edge pinctrl: nuvoton: npcm8xx: add gpi35 and gpi36 pinctrl: nuvoton: npcm8xx: add pin 250 to DDR pins group pinctrl: nuvoton: npcm8xx: modify clkrun and serirq pin configuration pinctrl: nuvoton: npcm8xx: modify pins flags .../pinctrl/nuvoton,npcm845-pinctrl.yaml | 70 +++++++++---------- drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 64 ++++++++--------- 2 files changed, 65 insertions(+), 69 deletions(-) -- 2.34.1