Hi, I build DT for thermal zone according to http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/thermal/thermal.txt#L261 but dtc (DTC 1.4.1-g53bf130b) fails with syntax error. Error: ../dts/xrx500.dtsi:1060.14-15 syntax error FATAL ERROR: Unable to parse input tree The problem is with cooling-device property cooling-maps { 295 map0 { 296 trip = <&cpu_alert0>; 297 cooling-device = 298 <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 299 }; 300 }; if I use phandle like <&cpu0> it compiles but <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; fails. What could be a reason? any hint ? Thanks /Waldek -- To unsubscribe from this list: send the line "unsubscribe devicetree-spec" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html