|
@@ -1530,6 +1530,12 @@ static const struct of_device_id of_ti_bandgap_match[] = {
|
|
|
.compatible = "ti,omap5430-bandgap",
|
|
|
.data = (void *)&omap5430_data,
|
|
|
},
|
|
|
+#endif
|
|
|
+#ifdef CONFIG_DRA752_THERMAL
|
|
|
+ {
|
|
|
+ .compatible = "ti,dra752-bandgap",
|
|
|
+ .data = (void *)&dra752_data,
|
|
|
+ },
|
|
|
#endif
|
|
|
/* Sentinel */
|
|
|
{ },
|