drivers: spi: rk_spi: Add support for RK3328
Add support for the RK3328 SPI controller Signed-off-by: Johannes Krottmayer <krjdev@gmail.com> Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
19933b66f4
commit
e93d2f4e96
@ -545,7 +545,9 @@ const struct rockchip_spi_params rk3399_spi_params = {
|
||||
};
|
||||
|
||||
static const struct udevice_id rockchip_spi_ids[] = {
|
||||
{ .compatible = "rockchip,rk3066-spi" },
|
||||
{ .compatible = "rockchip,rk3288-spi" },
|
||||
{ .compatible = "rockchip,rk3328-spi" },
|
||||
{ .compatible = "rockchip,rk3368-spi",
|
||||
.data = (ulong)&rk3399_spi_params },
|
||||
{ .compatible = "rockchip,rk3399-spi",
|
||||
|
Loading…
Reference in New Issue
Block a user