mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[iMX6] Add compatibility string for GPT timer on i.MX6 Dual
Up until r295436 GPT timer in i.MX6 Dual dts used the same compatiblity string as i.MX6 Quad. After the sync up with Linux in r295436, GPT timer stopped getting attached on the i.MX6 Dual MFC after: 3 days
This commit is contained in:
parent
a9a7fbcc58
commit
c85d45a5bb
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ static struct resource_spec imx_gpt_spec[] = {
|
|||
};
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"fsl,imx6dl-gpt", 1},
|
||||
{"fsl,imx6q-gpt", 1},
|
||||
{"fsl,imx53-gpt", 1},
|
||||
{"fsl,imx51-gpt", 1},
|
||||
|
|
|
|||
Loading…
Reference in a new issue