From 751a23c43b7f60a098fe57f2a4cbd569b7f2dc9f Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Tue, 13 Oct 2015 15:53:38 +0800 Subject: [PATCH] MLK-11701-2 ARM: dts: imx6sx-sdb: add dts support for pxp v4l2 output Add dts support for pxp v4l2 output on imx6sx sdb board. Signed-off-by: Fancy Fang --- arch/arm/boot/dts/imx6sx-sdb.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi index cf53e632bb96..9abe9c1afd6b 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dtsi +++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi @@ -63,6 +63,12 @@ gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; }; }; + + pxp_v4l2_out { + compatible = "fsl,imx6sx-pxp-v4l2", "fsl,imx6sl-pxp-v4l2"; + status = "okay"; + }; + regulators { compatible = "simple-bus"; #address-cells = <1>; -- 2.17.1