|
@@ -177,6 +177,18 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ bandgap: bandgap@4a0021e0 {
|
|
|
|
+ reg = <0x4a0021e0 0xc
|
|
|
|
+ 0x4a00232c 0xc
|
|
|
|
+ 0x4a002380 0x2c
|
|
|
|
+ 0x4a0023C0 0x3c
|
|
|
|
+ 0x4a002564 0x8
|
|
|
|
+ 0x4a002574 0x50>;
|
|
|
|
+ compatible = "ti,dra752-bandgap";
|
|
|
|
+ interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
+ #thermal-sensor-cells = <1>;
|
|
|
|
+ };
|
|
|
|
+
|
|
cm_core_aon: cm_core_aon@4a005000 {
|
|
cm_core_aon: cm_core_aon@4a005000 {
|
|
compatible = "ti,dra7-cm-core-aon";
|
|
compatible = "ti,dra7-cm-core-aon";
|
|
reg = <0x4a005000 0x2000>;
|
|
reg = <0x4a005000 0x2000>;
|
|
@@ -1426,6 +1438,17 @@
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+ thermal_zones: thermal-zones {
|
|
|
|
+ #include "omap4-cpu-thermal.dtsi"
|
|
|
|
+ #include "omap5-gpu-thermal.dtsi"
|
|
|
|
+ #include "omap5-core-thermal.dtsi"
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+&cpu_thermal {
|
|
|
|
+ polling-delay = <500>; /* milliseconds */
|
|
};
|
|
};
|
|
|
|
|
|
/include/ "dra7xx-clocks.dtsi"
|
|
/include/ "dra7xx-clocks.dtsi"
|