[PATCH 0/2] Add device tree support for Samsung's I2C driver.

Thomas Abraham thomas.abraham at linaro.org
Mon Jul 18 10:50:39 EST 2011


This patchset adds device tree support for Samsung's I2C driver. The Exynos4 DT
enabled machine is updated to support device tree based probe for I2C instance 1.

Thomas Abraham (2):
  i2c: s3c24xx: Add device tree support
  arm: dt: Add device tree support for i2c instance 1 on exynos4 dt machine

 .../devicetree/bindings/i2c/samsung-i2c.txt        |   43 ++++++++++
 arch/arm/boot/dts/exynos4-smdkv310.dts             |   19 ++++-
 arch/arm/mach-exynos4/Kconfig                      |    1 +
 arch/arm/mach-exynos4/mach-exynos4-dt.c            |    9 ++
 drivers/i2c/busses/i2c-s3c2410.c                   |   87 ++++++++++++++++----
 5 files changed, 143 insertions(+), 16 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/samsung-i2c.txt



More information about the devicetree-discuss mailing list