Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905ea449 authored by Baruch Siach's avatar Baruch Siach Committed by Arnd Bergmann
Browse files

ARM: digicolor: add i2c master controller support



Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f4e18ae3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -116,4 +116,15 @@
		interrupts = <46>;
		status = "disabled";
	};

	i2c: i2c@f0000120 {
		compatible = "cnxt,cx92755-i2c";
		reg = <0xf0000120 0x10>;
		interrupts = <28>;
		clocks = <&main_clk>;
		clock-frequency = <100000>;
		#address-cells = <1>;
		#size-cells = <0>;
		status = "disabled";
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -72,3 +72,7 @@
&uart0 {
	status = "okay";
};

&i2c {
	status = "okay";
};