mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a compatible string to match recent changes in the upstream dts.
This commit is contained in:
parent
40af08b3a3
commit
256c1bca9e
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ struct snvs_softc {
|
|||
};
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"fsl,sec-v4.0-mon-rtc-lp", true},
|
||||
{"fsl,sec-v4.0-mon", true},
|
||||
{NULL, false}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue