diff options
author | Robby Cai <R63905@freescale.com> | 2014-03-19 06:38:19 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:03 -0400 |
commit | c50b1dfdf5c8b1edbaaae2bc7e32e8f109b1eaee (patch) | |
tree | 372c6bef7ed9c7a4faa66ecefdc695b19cd87261 /arch/arm/boot | |
parent | 416be470435087f9b2b92a98e41280c29ff4bf99 (diff) |
ENGR00303778-1 ARM: dts: imx6sx-sdb: add pxp v4l2 output support on SDB
Add pxp v4l2 output support
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 88ccc8f52796..69fcbe4b5a5f 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -25,6 +25,11 @@ | |||
25 | reg = <0x80000000 0x40000000>; | 25 | reg = <0x80000000 0x40000000>; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | pxp_v4l2_out { | ||
29 | compatible = "fsl,imx6sx-pxp-v4l2", "fsl,imx6sl-pxp-v4l2"; | ||
30 | status = "okay"; | ||
31 | }; | ||
32 | |||
28 | regulators { | 33 | regulators { |
29 | compatible = "simple-bus"; | 34 | compatible = "simple-bus"; |
30 | 35 | ||