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

This commit is contained in:
Ian Lepore 2019-02-18 19:50:53 +00:00
parent 40af08b3a3
commit 256c1bca9e

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