EXTCON_CABLE_SLOW_CHARGER,
        EXTCON_CABLE_CHARGE_DOWNSTREAM,
        EXTCON_CABLE_MHL,
-       EXTCON_CABLE_MHL_TA,
        EXTCON_CABLE_JIG,
        EXTCON_CABLE_DOCK,
 
        [EXTCON_CABLE_SLOW_CHARGER]             = "Slow-charger",
        [EXTCON_CABLE_CHARGE_DOWNSTREAM]        = "Charge-downstream",
        [EXTCON_CABLE_MHL]                      = "MHL",
-       [EXTCON_CABLE_MHL_TA]                   = "MHL-TA",
        [EXTCON_CABLE_JIG]                      = "JIG",
        [EXTCON_CABLE_DOCK]                     = "DOCK",
 
                case MAX77693_MUIC_GND_MHL:
                case MAX77693_MUIC_GND_MHL_VB:
                        /*
-                        * MHL cable with MHL-TA(USB/TA) cable
+                        * MHL cable with USB/TA cable
                         * - MHL cable include two port(HDMI line and separate
                         * micro-usb port. When the target connect MHL cable,
-                        * extcon driver check whether MHL-TA(USB/TA) cable is
-                        * connected. If MHL-TA cable is connected, extcon
+                        * extcon driver check whether USB/TA cable is
+                        * connected. If USB/TA cable is connected, extcon
                         * driver notify state to notifiee for charging battery.
                         *
-                        * Features of 'MHL-TA(USB/TA) with MHL cable'
+                        * Features of 'USB/TA with MHL cable'
                         * - Support MHL
                         * - Support charging through micro-usb port without
                         *   data connection
                         */
-                       extcon_set_cable_state(info->edev, "MHL-TA", attached);
+                       extcon_set_cable_state(info->edev, "TA", attached);
                        if (!cable_attached)
                                extcon_set_cable_state(info->edev,
                                                      "MHL", cable_attached);
 
        MAX77843_CABLE_FAST_CHARGER,
        MAX77843_CABLE_SLOW_CHARGER,
        MAX77843_CABLE_MHL,
-       MAX77843_CABLE_MHL_TA,
        MAX77843_CABLE_JIG,
 
        MAX77843_CABLE_NUM,
        [MAX77843_CABLE_FAST_CHARGER]           = "FAST-CHARGER",
        [MAX77843_CABLE_SLOW_CHARGER]           = "SLOW-CHARGER",
        [MAX77843_CABLE_MHL]                    = "MHL",
-       [MAX77843_CABLE_MHL_TA]                 = "MHL-TA",
        [MAX77843_CABLE_JIG]                    = "JIG",
 };
 
 
                /* Charger cable on MHL accessory is attach or detach */
                if (gnd_type == MAX77843_MUIC_GND_MHL_VB)
-                       extcon_set_cable_state(info->edev, "MHL-TA", true);
+                       extcon_set_cable_state(info->edev, "TA", true);
                else if (gnd_type == MAX77843_MUIC_GND_MHL)
-                       extcon_set_cable_state(info->edev, "MHL-TA", false);
+                       extcon_set_cable_state(info->edev, "TA", false);
                break;
        case MAX77843_MUIC_CHG_NONE:
                break;