]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
authorTorsten Duwe <duwe@lst.de>
Tue, 18 Feb 2020 15:54:40 +0000 (16:54 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 21 Feb 2020 12:22:30 +0000 (13:22 +0100)
commitb8ef67ed33f6c0b697db3e9a9d0f4676eae3e902
treea4e92c5c0ace75ce4ff4a48fad57b672bcb6c8a1
parenta4e3839972bbedc4a79192def29e19db04d35558
drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix

of_get_regulator() will unconditionally add "-supply" to form the
property name. This is documented in commit 0e329b3092e89 ("map consumer
regulator based on device tree"). Remove the suffix from the requests.

Signed-off-by: Torsten Duwe <duwe@lst.de>
Reviewed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20200218155440.BEFB968C65@verein.lst.de
drivers/gpu/drm/bridge/analogix/analogix-anx6345.c