Skip to content

Commit

Permalink
pinctrl: geminilake: Sort register offsets by value
Browse files Browse the repository at this point in the history
No functional change.

Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
andy-shev authored and linusw committed Oct 16, 2018
1 parent 2b3445c commit ce96a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/intel/pinctrl-geminilake.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "pinctrl-intel.h"

#define GLK_PAD_OWN 0x020
#define GLK_HOSTSW_OWN 0x0b0
#define GLK_PADCFGLOCK 0x080
#define GLK_HOSTSW_OWN 0x0b0
#define GLK_GPI_IE 0x110

#define GLK_COMMUNITY(s, e) \
Expand Down

0 comments on commit ce96a3a

Please sign in to comment.