dr_mode = "otg";
  };
  
- &cppi41dma  {
-       status = "okay";
- };
- 
- #include "tps65910.dtsi"
- 
- &tps {
-       vcc1-supply = <&vbat>;
-       vcc2-supply = <&vbat>;
-       vcc3-supply = <&vbat>;
-       vcc4-supply = <&vbat>;
-       vcc5-supply = <&vbat>;
-       vcc6-supply = <&vbat>;
-       vcc7-supply = <&vbat>;
-       vccio-supply = <&vbat>;
- 
-       ti,en-ck32k-xtal = <1>;
- 
-       regulators {
-               vrtc_reg: regulator@0 {
-                       regulator-always-on;
-               };
- 
-               vio_reg: regulator@1 {
-                       regulator-always-on;
-               };
- 
-               vdd1_reg: regulator@2 {
-                       /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
-                       regulator-name = "vdd_mpu";
-                       regulator-min-microvolt = <912500>;
-                       regulator-max-microvolt = <1312500>;
-                       regulator-boot-on;
-                       regulator-always-on;
-               };
- 
-               vdd2_reg: regulator@3 {
-                       /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
-                       regulator-name = "vdd_core";
-                       regulator-min-microvolt = <912500>;
-                       regulator-max-microvolt = <1150000>;
-                       regulator-boot-on;
-                       regulator-always-on;
-               };
- 
-               vdd3_reg: regulator@4 {
-                       regulator-always-on;
-               };
- 
-               vdig1_reg: regulator@5 {
-                       regulator-always-on;
-               };
- 
-               vdig2_reg: regulator@6 {
-                       regulator-always-on;
-               };
- 
-               vpll_reg: regulator@7 {
-                       regulator-always-on;
-               };
- 
-               vdac_reg: regulator@8 {
-                       regulator-always-on;
-               };
- 
-               vaux1_reg: regulator@9 {
-                       regulator-always-on;
-               };
- 
-               vaux2_reg: regulator@10 {
-                       regulator-always-on;
-               };
- 
-               vaux33_reg: regulator@11 {
-                       regulator-always-on;
-               };
- 
-               vmmc_reg: regulator@12 {
-                       regulator-min-microvolt = <1800000>;
-                       regulator-max-microvolt = <3300000>;
-                       regulator-always-on;
-               };
-       };
- };
- 
- &mac {
-       pinctrl-names = "default", "sleep";
-       pinctrl-0 = <&cpsw_default>;
-       pinctrl-1 = <&cpsw_sleep>;
-       dual_emac = <1>;
- 
-       status = "okay";
- };
- 
- &davinci_mdio {
-       pinctrl-names = "default", "sleep";
-       pinctrl-0 = <&davinci_mdio_default>;
-       pinctrl-1 = <&davinci_mdio_sleep>;
- 
-       status = "okay";
- };
- 
  &cpsw_emac0 {
 -      phy_id = <&davinci_mdio>, <0>;
        phy-mode = "rmii";
        dual_emac_res_vlan = <1>;
 +      fixed-link {
 +              speed = <100>;
 +              full-duplex;
 +      };
  };
  
  &cpsw_emac1 {
 
  #include "cp_intc.h"
  #include <mach/da8xx.h>
  
 -#define DA8XX_NUM_UARTS       3
 -
 -static const struct of_device_id const da8xx_irq_match[] __initconst = {
 -      { .compatible = "ti,cp-intc", .data = cp_intc_of_init, },
 -      { }
 -};
 -
 -static void __init da8xx_init_irq(void)
 -{
 -      of_irq_init(da8xx_irq_match);
 -}
 -
  static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = {
        OF_DEV_AUXDATA("ti,davinci-i2c", 0x01c22000, "i2c_davinci.1", NULL),
+       OF_DEV_AUXDATA("ti,davinci-i2c", 0x01e28000, "i2c_davinci.2", NULL),
        OF_DEV_AUXDATA("ti,davinci-wdt", 0x01c21000, "davinci-wdt", NULL),
        OF_DEV_AUXDATA("ti,da830-mmc", 0x01c40000, "da830-mmc.0", NULL),
        OF_DEV_AUXDATA("ti,da850-ehrpwm", 0x01f00000, "ehrpwm", NULL),