diff options
| author | Tom Rini <trini@konsulko.com> | 2019-11-17 21:15:23 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-11-17 21:15:23 -0500 |
| commit | fd8adc33b8f999cb09c3ba8ea8860ded28e8d6ca (patch) | |
| tree | 0928b768f2cf5951384fedb5aa25ce9260a6d6b2 /include/dm | |
| parent | 14b254b5f5a841e1227e3667cf94fbcdadaf720e (diff) | |
| parent | 677dac23d8ebfc0342f903aeee2a75e737fd4d7e (diff) | |
Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm
Add OP-TEE test swuit
Fix patman cc_file output
Minor sandbox/pinctrl changes
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/pinctrl.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/dm/pinctrl.h b/include/dm/pinctrl.h index 3eca34fbf7..692e5fc8cb 100644 --- a/include/dm/pinctrl.h +++ b/include/dm/pinctrl.h @@ -370,19 +370,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 * * This allows the raw mux value for a GPIO to be obtained. It is |
