]> asedeno.scripts.mit.edu Git - linux.git/commit
mfd: sec-core: Export OF module alias table
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 25 Jul 2018 15:53:02 +0000 (17:53 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 27 Jul 2018 08:27:15 +0000 (09:27 +0100)
commitfe8166c92a5f154c60fb2741afd247ae7716a6d3
treef140667914e01370b507fdfd5cac385a3c6c68bc
parentc8fda5bfa9972dc1175b898dfdaa3a375dca6022
mfd: sec-core: Export OF module alias table

In case of Device Tree platforms, even though the Samsung PMIC sec
device is instantiated from DT, the driver is still matched through I2C
module alias.  That is because I2C core always reports an I2C module
alias instead of DT one.

This could change in the future so export DT module alias.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c