]> git.sur5r.net Git - u-boot/commit
pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices
authorThomas Abraham <thomas.ab@samsung.com>
Sat, 23 Apr 2016 16:48:07 +0000 (22:18 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 May 2016 01:00:18 +0000 (10:00 +0900)
commitac985273135762a596482812551221019c319731
tree49e453e1eb5c8511c3b223720516b1c36b99b10a
parentfc15b9beed05dec6cc092c265042381a0eadb0e9
pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices

It is possible to have multiple pin controllers in the system. Use the
DM_UC_FLAG_SEQ_ALIAS flag so that the pinctrl instances are assigned
a sequence number.

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/pinctrl/pinctrl-uclass.c