Skip to content

Commit

Permalink
spi: pl022: Align compatible property with device tree binding
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Stefan Herbrechtsmeier <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
  • Loading branch information
luckyfunky authored and openedev committed Jul 13, 2023
1 parent bf5152d commit ad77009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/pl022_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad77009

Please sign in to comment.