Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f65b2b6 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pfc: Kill off unused pinmux bias flags.



WANT_PULLUP/DOWN were never interfaced with anything, so just kill them
off.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b16b2a26
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ typedef unsigned short pinmux_flag_t;
#define PINMUX_TYPE_INPUT_PULLDOWN  6

#define PINMUX_FLAG_TYPE            (0x7)
#define PINMUX_FLAG_WANT_PULLUP     (1 << 3)
#define PINMUX_FLAG_WANT_PULLDOWN   (1 << 4)

#define PINMUX_FLAG_DBIT_SHIFT      5
#define PINMUX_FLAG_DBIT            (0x1f << PINMUX_FLAG_DBIT_SHIFT)