commit | 44cd3939c111b78a9fc6e3136fb0f9b6f475f68a | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Fri Oct 13 00:47:55 2017 -0700 |
committer | Jyri Sarha <jsarha@ti.com> | Fri Oct 13 15:25:11 2017 +0300 |
tree | 898955d700973b24052fc72de366a1e064120a65 | |
parent | ce99f7206c9105851d97202ed08c058af6f11ac4 [diff] |
drm/tilcdc: Remove redundant OF_DETACHED flag setting 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 <robh+dt@kernel.org> Cc: Frank Rowand <frowand.list@gmail.com> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Jyri Sarha <jsarha@ti.com>