mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
spi: spidev: Add rockchip spidev compatible string
Change-Id: I0ba866f7f17be3063bbe405ac9d62f83e54443a4 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
This commit is contained in:
parent
269e83b6fe
commit
e13191bf15
|
|
@ -669,6 +669,7 @@ static const struct of_device_id spidev_dt_ids[] = {
|
|||
{ .compatible = "lineartechnology,ltc2488" },
|
||||
{ .compatible = "ge,achc" },
|
||||
{ .compatible = "semtech,sx1301" },
|
||||
{ .compatible = "rockchip,spidev" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user