sii9234: Power on sii9234 only when MHL cable is connected.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Fri, 9 May 2014 08:00:16 +0000 (17:00 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:52 +0000 (11:47 +0900)
Change-Id: I9a1719f3e1f366bb9328fff48b6ada73022286e2
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
drivers/misc/sii9234.c

index dfc7082..839755d 100644 (file)
@@ -1001,8 +1001,6 @@ static int sii9234_mhl_tx_i2c_probe(struct i2c_client *client,
                dev_err(&client->dev, "failed to initialize sii9234 resources\n");
                return ret;
        }
-       sii9234_hw_on(sii9234);
-       sii9234_hw_reset(sii9234);
 
        i2c_set_clientdata(client, sii9234);