]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spi: pl022: Align compatible property with device tree binding
authorLukas Funke <lukas.funke@weidmueller.com>
Fri, 28 Apr 2023 12:38:47 +0000 (14:38 +0200)
committerJagan Teki <jagan@edgeble.ai>
Thu, 13 Jul 2023 08:29:57 +0000 (13:59 +0530)
Align the compatible property with the kernel device tree binding [1]
by removing the '-spi' suffix.

[1] https://www.kernel.org/doc/Documentation/devicetree/bindings/spi/spi-pl022.yaml

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/pl022_spi.c

index 828eab3d3427d7bae62d352d5fc7fff11d41a56e..2986c4eb5ac433f4db9890da2f890b4282edcb79 100644 (file)
@@ -307,7 +307,7 @@ static int pl022_spi_of_to_plat(struct udevice *bus)
 }
 
 static const struct udevice_id pl022_spi_ids[] = {
-       { .compatible = "arm,pl022-spi" },
+       { .compatible = "arm,pl022" },
        { }
 };
 #endif