Skip to content

Commit

Permalink
libethdrivers/zynqmp: fix compatibility string
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Eckl <sebastian.eckl@hensoldt.net>
Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
  • Loading branch information
Axel Heider and Sebastian Eckl committed May 25, 2023
1 parent 2dc6839 commit eaa6235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethdrivers/src/plat/zynqmp/zynqmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ int ethif_zynqmp_init_module(ps_io_ops_t *io_ops, const char *dev_path)
}

static const char *compatible_strings[] = {
"cdns,zynq-gem",
"cdns,zynqmp-gem",
"cdns,gem",
NULL
};
Expand Down

0 comments on commit eaa6235

Please sign in to comment.