]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
Merge branch 'platform-base-3.8.y' of git://gitorious.ti.com/~rrnayak/ti-linux-kernel...
authorDan Murphy <dmurphy@ti.com>
Tue, 9 Apr 2013 14:42:18 +0000 (09:42 -0500)
committerDan Murphy <dmurphy@ti.com>
Tue, 9 Apr 2013 14:42:18 +0000 (09:42 -0500)
TI-Feature: platform_base
TI-Tree: git://gitorious.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree
TI-Branch: platform-base-3.8.y

* 'platform-base-3.8.y' of git://gitorious.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree:
  omap: watchdog: If enabled stop watchdog during module removal
  omap: watchdog: Use devm_request_irq instead of request_irq()
  ARM: dts: omap5-uevm: Remove tmp102 dt entry
  ARM: dts: omap5-uevm: Remove bmp085 dt entry

Conflicts:
arch/arm/boot/dts/omap5-uevm.dts

Signed-off-by: Dan Murphy <dmurphy@ti.com>
1  2 
arch/arm/boot/dts/omap5-uevm.dts

index 3d12a7a2b69c18ed34b0a2513facb313665c62ba,73b541246cec5adc428985f3a6db8fdfceb34855..109e61605c3b94252dff398a30d4b57d81ae7c63
        status = "disabled";
  };
  
- &i2c2 {
-       clock-frequency = <400000>;
-       /* Pressure Sensor */
-       bmp085@77 {
-               compatible = "bosch,bmp085";
-               reg = <0x77>;
-       };
- };
- &i2c4 {
-       clock-frequency = <400000>;
-       /* Temperature Sensor */
-       tmp102@48{
-               compatible = "ti,tmp102";
-               reg = <0x48>;
-       };
- };
 +&i2c5 {
 +      tca6424a: tca6424a@22 {
 +              compatible = "ti,tca6424a";
 +              reg = <0x22>;
 +              gpio-controller;
 +              #gpio-cells = <2>;
 +      };
 +};
 +
  &mcbsp3 {
        status = "disabled";
  };