regulator: max77693: Pass of_node when regulator is registered.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Mon, 10 Jun 2013 15:13:39 +0000 (00:13 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:09 +0000 (11:43 +0900)
commit590498723502b98cff8db2b69670b36c625ec9a3
tree3598cb963ed0ce52867c5bd3d72abe39aa7aaaa6
parent78c11c3ddf9fde8cfd344364aeec108ec14f822c
regulator: max77693: Pass of_node when regulator is registered.

Since of_get_regulator() retrieve regulator's list with of_node pointer,
all regulator is required to hold their device tree node if regulator driver
uses device tree.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
drivers/regulator/max77693.c