RE: [PATCH] arm: dts: i.mx8x: add #cooling-cells properties

2020-01-18 Thread Peng Fan
> Subject: Re: [PATCH] arm: dts: i.mx8x: add #cooling-cells properties > > On Sat, Jan 18, 2020 at 12:12 PM Anatolij Gustschin wrote: > > > > Fix dtb building warnings: > > Warning (cooling_device_property): > /thermal-zones/cpu-thermal0/cooling-maps/map0: > &

Re: [PATCH] arm: dts: i.mx8x: add #cooling-cells properties

2020-01-18 Thread Fabio Estevam
On Sat, Jan 18, 2020 at 12:12 PM Anatolij Gustschin wrote: > > Fix dtb building warnings: > Warning (cooling_device_property): > /thermal-zones/cpu-thermal0/cooling-maps/map0: > Missing property '#cooling-cells' in node /cpus/cpu@0 or bad phandle > (referred from cooling-device[0]) > > Signed-of

Re: [PATCH] arm: dts: i.mx8x: add #cooling-cells properties

2020-01-18 Thread Stefano Babic
On 18/01/20 16:12, Anatolij Gustschin wrote: > Fix dtb building warnings: > Warning (cooling_device_property): > /thermal-zones/cpu-thermal0/cooling-maps/map0: > Missing property '#cooling-cells' in node /cpus/cpu@0 or bad phandle > (referred from cooling-device[0]) > Thanks for fixing this. >