On Mon, 13 Jan 2020 at 03:35, Patrick Delaunay <[email protected]> wrote: > > This commit extends the flags that can be used in GPIO specifiers to > indicate if a pull-up resistor or pull-down resistor should be > enabled. > > It is the backport of linux commit ede033e1e863c ('dt-bindings:
Strictly speaking I don't think this is a backport, since this is a different project. > gpio: document the new pull-up/pull-down flags') > from Thomas Petazzoni <[email protected]> > and integrated in v5.1-rc1 > https://github.com/torvalds/linux/commit/ede033e1e863c > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > Changes in v3: None > Changes in v2: None > > doc/device-tree-bindings/gpio/gpio.txt | 24 ++++++++++++++++++++++++ > include/dt-bindings/gpio/gpio.h | 6 ++++++ > 2 files changed, 30 insertions(+) Reviewed-by: Simon Glass <[email protected]>

