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

Commit b839b785 authored by Addy Ke's avatar Addy Ke Committed by Mark Brown
Browse files

spi/rockchip: add compatible strings for RK3188 and RK3288



Suggested-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarAddy Ke <addy.ke@rockchip.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent ee780997
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -814,6 +814,8 @@ static const struct dev_pm_ops rockchip_spi_pm = {

static const struct of_device_id rockchip_spi_dt_match[] = {
	{ .compatible = "rockchip,rk3066-spi", },
	{ .compatible = "rockchip,rk3188-spi", },
	{ .compatible = "rockchip,rk3288-spi", },
	{ },
};
MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);