commit | e4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Jul 31 16:15:39 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Aug 08 14:26:36 2014 +0300 |
tree | d66c5340fb80f3e45d73d5114d8fff42973128b0 | |
parent | be92abea827b82957450dd4ac7f997d5e8173d60 [diff] |
OMAPDSS: DSI: fix depopulating dsi peripherals After v3.16-rc1, devices populated with of_platform_populate() should be depopulated using of_platform_depopulate(). Failure to do so prevents the devices from being populated again (e.g. when loading a module). This patch fixes the problem for the OMAP DSI driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>