arm: dts: mt7623: use - instead of _ in DT node name
[linux-2.6-microblaze.git] / arch / arm / boot / dts / mt7623.dtsi
index 116775e..56b019b 100644 (file)
@@ -28,7 +28,7 @@
        compatible = "mediatek,mt7623";
        interrupt-parent = <&sysirq>;
 
-       cpu_opp_table: opp_table {
+       cpu_opp_table: opp-table {
                compatible = "operating-points-v2";
                opp-shared;
 
        };
 
        thermal-zones {
-                       cpu_thermal: cpu_thermal {
+                       cpu_thermal: cpu-thermal {
                                polling-delay-passive = <1000>;
                                polling-delay = <1000>;
 
                                thermal-sensors = <&thermal 0>;
 
                                trips {
-                                       cpu_passive: cpu_passive {
+                                       cpu_passive: cpu-passive {
                                                temperature = <47000>;
                                                hysteresis = <2000>;
                                                type = "passive";
                                        };
 
-                                       cpu_active: cpu_active {
+                                       cpu_active: cpu-active {
                                                temperature = <67000>;
                                                hysteresis = <2000>;
                                                type = "active";
                                        };
 
-                                       cpu_hot: cpu_hot {
+                                       cpu_hot: cpu-hot {
                                                temperature = <87000>;
                                                hysteresis = <2000>;
                                                type = "hot";
                                        };
 
-                                       cpu_crit {
+                                       cpu-crit {
                                                temperature = <107000>;
                                                hysteresis = <2000>;
                                                type = "critical";