[PATCH] ARM: imx23-olinuxino: Add i2c support
Shawn Guo
shawn.guo at linaro.org
Fri May 17 04:10:43 EDT 2013
On Fri, May 17, 2013 at 12:50:13AM -0400, Fadil Berisha wrote:
> - i2c at 80058000 {
> + i2c: i2c at 80058000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "fsl,imx28-i2c";
> reg = <0x80058000 0x2000>;
> dmas = <&dma_apbx 3>;
> dma-names = "rx-tx";
> + interrupts = <27 26>;
> + clock-frequency = <100000>;
> + fsl,i2c-dma-channel = <3>;
As we have adopted generic DMA bindings, this custom property shouldn't
be needed now.
Shawn
> status = "disabled";
> };
>
> --
> 1.7.10
>
More information about the linux-arm-kernel
mailing list