Skip to content

Commit

Permalink
firmware: zynqmp: Extend driver for versal
Browse files Browse the repository at this point in the history
Add Versal compatible string to support Versal
binding.

Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
rajanv-xilinx authored and Michal Simek committed Mar 13, 2019
1 parent 3c5e70c commit c724008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/xilinx/zynqmp.c
Expand Up @@ -1660,6 +1660,7 @@ static int zynqmp_firmware_remove(struct platform_device *pdev)

static const struct of_device_id zynqmp_firmware_of_match[] = {
{.compatible = "xlnx,zynqmp-firmware"},
{.compatible = "xlnx,versal-firmware-wip"},
{},
};
MODULE_DEVICE_TABLE(of, zynqmp_firmware_of_match);
Expand Down

0 comments on commit c724008

Please sign in to comment.