linux/drivers/staging/imx-drm
Shawn Guo 1c2366298b imx-drm: imx-drm-core: skip components whose parent device is disabled
In a board setup which disables LDB device node completely by changing
status to 'disabled', and only enables HDMI device, we're running into
the problem that imx-drm master never succeeds in binding, and hence
HDMI does not come up either.

&ldb {
	status = "disabled";

	lvds-channel@1 {
		...
		status = "okay";
	};
};

The imx-drm-core should really skip the LVDS channels no matter what
lvds-channel's status is, if LDB device is disabled.  Let's consider
such setup a misconfiguration, give a warning in there and not add the
component.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2014-04-19 09:50:57 +01:00
..
ipu-v3 imx-drm: ipu-dmfc: Remove unneeded 'dmfc' check 2014-02-28 14:56:33 -08:00
imx-drm-core.c imx-drm: imx-drm-core: skip components whose parent device is disabled 2014-04-19 09:50:57 +01:00
imx-drm.h Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next 2014-03-07 14:23:34 -08:00
imx-hdmi.c staging:imx-drm: Fix line over 80 characters. 2014-03-18 11:36:58 -07:00
imx-hdmi.h
imx-ldb.c staging: imx-drm: imx-ldb.c Fix line over 80 characters. 2014-03-18 11:36:58 -07:00
imx-tve.c drm/imx: remove drm_mode_connector_detach_encoder harder 2014-03-15 12:11:54 +01:00
ipuv3-crtc.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-04-08 09:52:16 -07:00
ipuv3-plane.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-04-08 09:52:16 -07:00
ipuv3-plane.h
Kconfig imx-drm: parallel-display: Add drm_panel support 2014-02-27 12:43:36 -08:00
Makefile imx-drm: remove imx-fb.c 2014-02-24 12:07:39 +00:00
parallel-display.c drm/kms: rip out drm_mode_connector_detach_encoder 2014-03-13 12:48:38 +01:00
TODO staging: imx-drm: Update TODO 2014-03-07 16:18:01 +00:00