]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/pinctrl/renesas/sh_pfc.h
pfc: rmobile: Add hook to configure pin as GPIO
[people/ms/u-boot.git] / drivers / pinctrl / renesas / sh_pfc.h
index 7aef2d360b26bcd13f7bbb0bf21833c5fa13ed16..f82417b1a342b7901efd8cfe4b75893e477a545c 100644 (file)
@@ -243,6 +243,7 @@ void sh_pfc_write_reg(struct sh_pfc *pfc, u32 reg, unsigned int width, u32 data)
 const struct sh_pfc_bias_info *
 sh_pfc_pin_to_bias_info(const struct sh_pfc_bias_info *info,
                        unsigned int num, unsigned int pin);
+int sh_pfc_config_mux_for_gpio(struct udevice *dev, unsigned pin_selector);
 
 extern const struct sh_pfc_soc_info r8a7795_pinmux_info;
 extern const struct sh_pfc_soc_info r8a7796_pinmux_info;