diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-11-03 06:23:34 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-02-24 07:07:33 -0500 |
commit | 17b5001b5143e3b7fce1c584bdcffd726dd8667c (patch) | |
tree | 02e097c57ffc94705c63fb541dd0bced4ba0482f /arch/arm/boot/dts/imx53-mba53.dts | |
parent | f2d66aad1aade34df678177c5ccb58feaea72156 (diff) |
imx-drm: convert to componentised device support
Use the componentised device support for imx-drm. This requires all
the sub-components and the master device to register with the component
device support.
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/dts/imx53-mba53.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-mba53.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts index a63090267941..9b6e76980a74 100644 --- a/arch/arm/boot/dts/imx53-mba53.dts +++ b/arch/arm/boot/dts/imx53-mba53.dts | |||
@@ -43,6 +43,12 @@ | |||
43 | status = "disabled"; | 43 | status = "disabled"; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | imx-drm { | ||
47 | compatible = "fsl,imx-drm"; | ||
48 | crtcs = <&ipu 1>; | ||
49 | connectors = <&disp1>, <&tve>; | ||
50 | }; | ||
51 | |||
46 | reg_3p2v: 3p2v { | 52 | reg_3p2v: 3p2v { |
47 | compatible = "regulator-fixed"; | 53 | compatible = "regulator-fixed"; |
48 | regulator-name = "3P2V"; | 54 | regulator-name = "3P2V"; |