]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DSI: fix depopulating dsi peripherals
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 31 Jul 2014 13:15:39 +0000 (16:15 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 8 Aug 2014 11:26:36 +0000 (14:26 +0300)
commite4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2
treed66c5340fb80f3e45d73d5114d8fff42973128b0
parentbe92abea827b82957450dd4ac7f997d5e8173d60
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>
drivers/video/fbdev/omap2/dss/dsi.c