[PATCH] drm/tilcdc: Remove redundant OF_DETACHED flag setting

2017-10-15 Thread Stephen Boyd
of_fdt_unflatten_tree() already sets the flag on this node to OF_DETACHED, because of_fdt_unflatten_tree() calls __unflatten_device_tree() with the detached bool set to true. Cc: Rob Herring Cc: Frank Rowand Signed-off-by: Stephen Boyd --- drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c | 1 - 1

Re: [PATCH] drm/tilcdc: Remove redundant OF_DETACHED flag setting

2017-10-13 Thread Jyri Sarha
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 10/13/17 10:47, Stephen Boyd wrote: > of_fdt_unflatten_tree() already sets the flag on this node to > OF_DETACHED, because of_fdt_unflatten_tree() calls > __unflatte