]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00330358 ARM: IMX6SL-EVK: PXP-V4L2: add pxp v4l2 support to 3.14 branch
authorFancy Fang <chen.fang@freescale.com>
Fri, 5 Sep 2014 01:23:27 +0000 (09:23 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:08 +0000 (21:17 -0600)
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>
arch/arm/boot/dts/imx6sl-evk.dts

index bede1339aa19235d232921659f5eb9daf0abfaff..419d6f9168438125357d56d9b7a3372f480290c6 100644 (file)
                        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";
        };
 };