diff options
author | Robby Cai <R63905@freescale.com> | 2014-03-27 06:55:21 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:09 -0400 |
commit | fb6fd3438de060da9a8c753d728f28e1a288657f (patch) | |
tree | fe76ad28904ea87c5bc0a39a1bafcfe5cdc89633 | |
parent | 75031ed93ee37b048d28785eedec7c2bc4da86fe (diff) |
ENGR00305598-4 ARM: dts: imx6sx: add new DTS file to enable LCDIF1
Due to the CSI and LCDIF1 shares the same pin MX6SX_PAD_LCD1_ENABLE.
Signed-off-by: Robby Cai <R63905@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index fd80bf32d6a4..ce7306833c26 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -138,6 +138,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ | |||
138 | imx6sl-evk-pf200.dtb \ | 138 | imx6sl-evk-pf200.dtb \ |
139 | imx6sx-17x17-arm2.dtb \ | 139 | imx6sx-17x17-arm2.dtb \ |
140 | imx6sx-19x19-arm2.dtb \ | 140 | imx6sx-19x19-arm2.dtb \ |
141 | imx6sx-19x19-arm2-lcdif1.dtb \ | ||
141 | imx6sx-sdb.dtb \ | 142 | imx6sx-sdb.dtb \ |
142 | imx6sx-sdb-lcdif1.dtb \ | 143 | imx6sx-sdb-lcdif1.dtb \ |
143 | vf610-twr.dtb | 144 | vf610-twr.dtb |
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts new file mode 100644 index 000000000000..d715fd5067dc --- /dev/null +++ b/arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | ||
8 | |||
9 | #include "imx6sx-19x19-arm2.dts" | ||
10 | |||
11 | / { | ||
12 | csi1_v4l2_cap { | ||
13 | status = "disabled"; | ||
14 | }; | ||
15 | }; | ||
16 | |||
17 | &i2c2 { | ||
18 | ov564x: ov564x@3c { | ||
19 | status = "disabled"; | ||
20 | }; | ||
21 | }; | ||
22 | |||
23 | &lcdif1 { | ||
24 | status = "okay"; | ||
25 | }; | ||