net: ks8851: Remove type_frame_head
[oweals/u-boot.git] / include / dm / pinctrl.h
index 3eca34fbf7009e18da8c2fd7a98bc00c539cde1f..692e5fc8cbfa11a13fe69d9e72ea6eab00a16e1e 100644 (file)
@@ -369,19 +369,6 @@ int pinctrl_request_noflags(struct udevice *dev, int func);
  */
 int pinctrl_get_periph_id(struct udevice *dev, struct udevice *periph);
 
-/**
- * pinctrl_decode_pin_config() - decode pin configuration flags
- *
- * This decodes some of the PIN_CONFIG values into flags, with each value
- * being (1 << pin_cfg). This does not support things with values like the
- * slew rate.
- *
- * @blob:      Device tree blob
- * @node:      Node containing the PIN_CONFIG values
- * @return decoded flag value, or -ve on error
- */
-int pinctrl_decode_pin_config(const void *blob, int node);
-
 /**
  * pinctrl_get_gpio_mux() - get the mux value for a particular GPIO
  *