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

Commit 121432c7 authored by Eric Anholt's avatar Eric Anholt
Browse files

ARM: bcm2835: Add the DDC I2C controller to the device tree.



We need to use it for getting video modes over HDMI.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 94cb7f76
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@
	clock-frequency = <100000>;
};

&i2c2 {
	status = "okay";
};

&sdhci {
	status = "okay";
	bus-width = <4>;
+10 −0
Original line number Diff line number Diff line
@@ -167,6 +167,16 @@
			status = "disabled";
		};

		i2c2: i2c@7e805000 {
			compatible = "brcm,bcm2835-i2c";
			reg = <0x7e805000 0x1000>;
			interrupts = <2 21>;
			clocks = <&clocks BCM2835_CLOCK_VPU>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

		usb@7e980000 {
			compatible = "brcm,bcm2835-usb";
			reg = <0x7e980000 0x10000>;