]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
regulator: tps65132: Add of_match table
authorAndré Apitzsch <git@apitzsch.eu>
Mon, 25 Mar 2024 18:05:09 +0000 (19:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2024 10:14:40 +0000 (12:14 +0200)
commit476444b6a7587f9d3559e9c2c73350e28b059d0a
treef410b5891effbda560a1547ab525dd58365db5e3
parent056f7e8ffac22533447e41afeeb51f89c04fd192
regulator: tps65132: Add of_match table

[ Upstream commit a469158eaf8f4b10263b417856d923dfa38ae96d ]

Add of_match table for "ti,tps65132" compatible string.
This fixes automatic driver loading when using device-tree,
and if built as a module like major linux distributions do.

Signed-off-by: André Apitzsch <git@apitzsch.eu>
Link: https://msgid.link/r/20240325-of_tps65132-v1-1-86a5f7ef4ede@apitzsch.eu
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/regulator/tps65132-regulator.c