Add a compatible string to match recent changes in the upstream dts.

This commit is contained in:
ian 2019-02-18 19:50:53 +00:00
parent e084495a32
commit d3f45de15b

View File

@ -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}
};