From: Tomi Valkeinen Date: Tue, 30 Jun 2015 09:23:45 +0000 (+0300) Subject: OMAPDSS: fix probing if rfbi device is enabled X-Git-Tag: omap-for-v4.2/fixes-rc1^2~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0438ec90b17963662ef619b71c77c5c135b07014;p=pandora-kernel.git OMAPDSS: fix probing if rfbi device is enabled After the commit 736e60ddc215b85e73bbf7da26e1cde84cc9500f ("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 Reported-by: Felipe Balbi --- Reading git-diff-tree failed