Thread (1 message) 1 message, 1 author, 2015-02-12
DORMANTno replies

[PATCH 3/4] ARM: at91: at91sam9g25ek/dts: enable ISI and ov2640

From: Josh Wu <hidden>
Date: 2015-02-12 08:06:25
Also in: linux-devicetree
Subsystem: the rest · Maintainer: Linus Torvalds

Enable ISI and ov2640 for at91sam9g25ek board.
Meantime, we need to disable the mmc1 and spi0 as they have pin conflict
with ISI.

Signed-off-by: Josh Wu <redacted>
---

 arch/arm/boot/dts/at91sam9g25ek.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/at91sam9g25ek.dts b/arch/arm/boot/dts/at91sam9g25ek.dts
index 1e4c49c..9808990 100644
--- a/arch/arm/boot/dts/at91sam9g25ek.dts
+++ b/arch/arm/boot/dts/at91sam9g25ek.dts
@@ -16,10 +16,28 @@
 
 	ahb {
 		apb {
+			spi0: spi at f0000000 {
+				status = "disabled";
+			};
+
+			mmc1: mmc at f000c000 {
+				status = "disabled";
+			};
+
+			i2c0: i2c at f8010000 {
+				ov2640: camera at 0x30 {
+					status = "okay";
+				};
+			};
+
 			macb0: ethernet at f802c000 {
 				phy-mode = "rmii";
 				status = "okay";
 			};
 		};
+
+		isi: isi at f8048000 {
+			status = "okay";
+		};
 	};
 };
-- 
1.9.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help