1
0
Fork 0

spi/rockchip: add compatible strings for RK3188 and RK3288

Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Addy Ke <addy.ke@rockchip.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
hifive-unleashed-5.1
Addy Ke 2014-07-11 10:09:19 +08:00 committed by Mark Brown
parent ee78099764
commit b839b78518
1 changed files with 2 additions and 0 deletions

View File

@ -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);