extcon: max77693: add device-tree compatible string
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 6 Oct 2023 10:04:33 +0000 (12:04 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 6 Oct 2023 11:38:24 +0000 (20:38 +0900)
commit36d301f3da0a7a1fb626a3265aa677127efa9854
treea2d7279becd008b1f6e42001abaff3e2d1ae3d7a
parenta1e932cefac987b5e4a7ddde37c99e3d2e6fe73e
extcon: max77693: add device-tree compatible string

Commit 57f706bf7307 ("ARM: dts: samsung: exynos4412-midas: add USB
connector and USB OTG") added a 'muic' node to the MAX77693 PMIC
definition in various device-tree files. Since that commit, the newly
created MFD cell gained its own of_node and compatible string. This
changed its modalias, what in turn broke automated loading of the driver
module, because the new modalias is based on the of_node compatible
string, not the platform device name.

Fix this by adding the needed device-tree compatible string.

Link: https://lore.kernel.org/all/20231006100434.2908243-1-m.szyprowski@samsung.com/
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max77693.c