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

Commit fa743d96 authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Rafael J. Wysocki
Browse files

PM / AVS: rockchip-io: Fix module autoload for OF platform driver



This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarKevin Hilman <khilman@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 25cb62b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -271,6 +271,7 @@ static const struct of_device_id rockchip_iodomain_match[] = {
	},
	{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, rockchip_iodomain_match);

static int rockchip_iodomain_probe(struct platform_device *pdev)
{