diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2013-07-23 10:49:05 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:00:45 -0400 |
commit | 0e80a67cd4934cad012e39550ca8a59fc3739796 (patch) | |
tree | 3257a4ac0a6823a0149c70a4cdf9d00510704efd /arch/arm/boot/dts/imx6q-sabresd.dts | |
parent | 51fd500adc605a3fdecdadce7b22268664f7a5de (diff) |
ENGR00240987: ARM: dts: enable LDB and LCD support for imx6qdl-sabresd
This is a fast-forward porting of LDB and LCD DTS changes from 3.5.7
kernel.
Along with the changes, the "&ldb" node gets removed from imx6q.dtsi,
since it's only used by community kernel and will conflict with our
internal LDB bindings.
While adding alias for ipu in imx6qdl.dtsi, it also sorts all those
aliases alphabetically.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabresd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabresd.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd.dts b/arch/arm/boot/dts/imx6q-sabresd.dts index 5e62c2427b07..f1a4a69caf6d 100644 --- a/arch/arm/boot/dts/imx6q-sabresd.dts +++ b/arch/arm/boot/dts/imx6q-sabresd.dts | |||
@@ -19,3 +19,19 @@ | |||
19 | model = "Freescale i.MX6 Quad SABRE Smart Device Board"; | 19 | model = "Freescale i.MX6 Quad SABRE Smart Device Board"; |
20 | compatible = "fsl,imx6q-sabresd", "fsl,imx6q"; | 20 | compatible = "fsl,imx6q-sabresd", "fsl,imx6q"; |
21 | }; | 21 | }; |
22 | |||
23 | &mxcfb1 { | ||
24 | status = "okay"; | ||
25 | }; | ||
26 | |||
27 | &mxcfb2 { | ||
28 | status = "okay"; | ||
29 | }; | ||
30 | |||
31 | &mxcfb3 { | ||
32 | status = "okay"; | ||
33 | }; | ||
34 | |||
35 | &mxcfb4 { | ||
36 | status = "okay"; | ||
37 | }; | ||