Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f05e621 authored by Lukasz Gemborowski's avatar Lukasz Gemborowski Committed by Wolfram Sang
Browse files

i2c: mux: reg: Provide of_match_table



of_match_table was not filled which prevents device to be
instantiated from device tree node.

Signed-off-by: default avatarLukasz Gemborowski <lukasz.gemborowski@nokia.com>
Reviewed-by: default avatarAlexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 2e932849
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ static struct platform_driver i2c_mux_reg_driver = {
	.remove	= i2c_mux_reg_remove,
	.driver	= {
		.name	= "i2c-mux-reg",
		.of_match_table = of_match_ptr(i2c_mux_reg_of_match),
	},
};