mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
spi: spidev: order compatibles alphabetically
[ Upstream commit be5852457b ]
Bring some order to reduce possibilities of conflicts.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230120075651.153763-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Stable-dep-of: fc28d1c1fe3b ("spi: spidev: add correct compatible for Rohm BH2228FV")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c6c419ed94
commit
94ebcbc549
@@ -719,14 +719,14 @@ static int spidev_of_check(struct device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id spidev_dt_ids[] = {
|
static const struct of_device_id spidev_dt_ids[] = {
|
||||||
{ .compatible = "rohm,dh2228fv", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "semtech,sx1301", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "lwn,bk4", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "dh,dhcom-board", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "menlo,m53cpld", .data = &spidev_of_check },
|
|
||||||
{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
|
{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "dh,dhcom-board", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "lwn,bk4", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "menlo,m53cpld", .data = &spidev_of_check },
|
||||||
{ .compatible = "micron,spi-authenta", .data = &spidev_of_check },
|
{ .compatible = "micron,spi-authenta", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "rohm,dh2228fv", .data = &spidev_of_check },
|
||||||
|
{ .compatible = "semtech,sx1301", .data = &spidev_of_check },
|
||||||
{ .compatible = "silabs,em3581", .data = &spidev_of_check },
|
{ .compatible = "silabs,em3581", .data = &spidev_of_check },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user