]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: fix probing if rfbi device is enabled
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 30 Jun 2015 09:23:45 +0000 (12:23 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 Jul 2015 12:20:10 +0000 (15:20 +0300)
commitdddbc548d9f6e749d0bdb823c3f5e92608588f7e
tree5405f9245acf42fc864b026e9631fb37e4b81343
parent4b918bdfc05c166d05d6430fa68880299a8b38bb
OMAPDSS: fix probing if rfbi device is enabled

After the commit 4f2ff64a90f93af75c18625162df7d0921fa0c60 ("OMAPDSS:
componentize omapdss") the dss core device will wait until all the
subdevices have been successfully probed. However, we don't have a
working driver for RFBI, so if RFBI device exists, omapdss will never
get probed.

All the .dtsi files set RFBI as disabled, except am4372.dtsi. This
causes omapdss probe to not finish on AM4 devices.

This patch makes omapdss driver skip adding rfbi device as a
subcomponent, solving the issue.

This should be reverted when we have a working RFBI driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reported-by: Felipe Balbi <balbi@ti.com>
drivers/video/fbdev/omap2/dss/dss.c