diff options
author | Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> | 2016-08-04 09:47:32 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 09:36:43 -0400 |
commit | 2a8e583c09c841744a6aa17d7247bc4fd5c6dfbf (patch) | |
tree | 2fe357ab5cf54a849fa32e32a456bc610b830570 /arch/arm/boot | |
parent | d04eba90998fdfeb09b7c655fa894207fe175042 (diff) |
ARM: dts: imx53: Add IPU nodes for csi
We have the following messages that tell csi devices are not used:
imx-ipuv3 18000000.ipu: no port@0 node in /soc/ipu@18000000, not using CSI0
imx-ipuv3 18000000.ipu: no port@1 node in /soc/ipu@18000000, not using CSI1
So we add them in the common device tree to make CSI ports available on
imx53 boards.
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index c1bc97c747cb..0777b41cdfe8 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi | |||
@@ -136,6 +136,14 @@ | |||
136 | clock-names = "bus", "di0", "di1"; | 136 | clock-names = "bus", "di0", "di1"; |
137 | resets = <&src 2>; | 137 | resets = <&src 2>; |
138 | 138 | ||
139 | ipu_csi0: port@0 { | ||
140 | reg = <0>; | ||
141 | }; | ||
142 | |||
143 | ipu_csi1: port@1 { | ||
144 | reg = <1>; | ||
145 | }; | ||
146 | |||
139 | ipu_di0: port@2 { | 147 | ipu_di0: port@2 { |
140 | #address-cells = <1>; | 148 | #address-cells = <1>; |
141 | #size-cells = <0>; | 149 | #size-cells = <0>; |