[PATCH 1/2] ARM: i.MX53: add IPU CSI port nodes

Steffen Trumtrar s.trumtrar at pengutronix.de
Wed Oct 1 03:05:30 PDT 2014


From: Lucas Stach <l.stach at pengutronix.de>

Add the IPU CSI port nodes to the dtsi.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
Signed-off-by: Steffen Trumtrar <s.trumtrar at pengutronix.de>
---
 arch/arm/boot/dts/imx53.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 5a6ee68e654b..76948d79f707 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -134,6 +134,14 @@
 			         <&clks IMX5_CLK_IPU_DI1_GATE>;
 			clock-names = "bus", "di0", "di1";
 			resets = <&src 2>;
+			
+			ipu_csi0: port at 0 {
+				reg = <0>;
+			};
+
+			ipu_csi1: port at 1 {
+				reg = <1>;
+			};
 
 			ipu_di0: port at 2 {
 				#address-cells = <1>;
-- 
2.1.0




More information about the linux-arm-kernel mailing list