summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sl-evk.dts
diff options
context:
space:
mode:
authorFancy Fang <chen.fang@freescale.com>2014-09-05 09:23:27 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 08:58:23 -0500
commit318f4e134aaca6c8a7db6e8af6903c03923ee104 (patch)
tree5b93c13548fe3ce7a59f168f2b1b26456a4380fb /arch/arm/boot/dts/imx6sl-evk.dts
parent4ddd96c562e0f2ecd9d483d69c692d0d43445aa3 (diff)
ENGR00330358 ARM: IMX6SL-EVK: PXP-V4L2: add pxp v4l2 support to 3.14 branch
1. Add the 'pxp_v4l2_out' entry to imx6sl-evk.dtb to enable the pxp v4l2 output driver. 2. Correct the backlight device node position in imx6sl-evk.dtb. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6sl-evk.dts17
1 files changed, 11 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx6sl-evk.dts b/arch/arm/boot/dts/imx6sl-evk.dts
index bede1339aa19..419d6f916843 100644
--- a/arch/arm/boot/dts/imx6sl-evk.dts
+++ b/arch/arm/boot/dts/imx6sl-evk.dts
@@ -49,13 +49,18 @@
gpio = <&gpio4 2 0>;
enable-active-high;
};
+ };
- backlight {
- compatible = "pwm-backlight";
- pwms = <&pwm1 0 5000000>;
- brightness-levels = <0 4 8 16 32 64 128 255>;
- default-brightness-level = <6>;
- };
+ backlight {
+ compatible = "pwm-backlight";
+ pwms = <&pwm1 0 5000000>;
+ brightness-levels = <0 4 8 16 32 64 128 255>;
+ default-brightness-level = <6>;
+ };
+
+ pxp_v4l2_out {
+ compatible = "fsl,imx6sl-pxp-v4l2";
+ status = "okay";
};
};