提交 121432c7 编写于 作者: E Eric Anholt

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: NEric Anholt <eric@anholt.net>
Acked-by: NStephen Warren <swarren@wwwdotorg.org>
上级 94cb7f76
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
clock-frequency = <100000>; clock-frequency = <100000>;
}; };
&i2c2 {
status = "okay";
};
&sdhci { &sdhci {
status = "okay"; status = "okay";
bus-width = <4>; bus-width = <4>;
......
...@@ -167,6 +167,16 @@ ...@@ -167,6 +167,16 @@
status = "disabled"; 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 { usb@7e980000 {
compatible = "brcm,bcm2835-usb"; compatible = "brcm,bcm2835-usb";
reg = <0x7e980000 0x10000>; reg = <0x7e980000 0x10000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册