diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2017-06-12 11:23:57 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-06-14 23:07:43 +0800 |
commit | d72ee3a12b9a1c43dbe412ef799df341d8161dd0 (patch) | |
tree | 59212298b0a0b3986cca65b10cc9e4e16c3b4c30 /arch/arm/boot/dts/imx6dl.dtsi | |
parent | 2539f517acbdc8471f0aebdffe894eb571103368 (diff) |
ARM: dts: imx6qdl: add capture-subsystem device
Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 4049af7cb45a..8475e6cc59ac 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -100,6 +100,11 @@ }; }; + capture-subsystem { + compatible = "fsl,imx-capture-subsystem"; + ports = <&ipu1_csi0>, <&ipu1_csi1>; + }; + display-subsystem { compatible = "fsl,imx-display-subsystem"; ports = <&ipu1_di0>, <&ipu1_di1>; |