NFC: Driver: Remove SW WAR to enable NFC Clock

Removed SW WAR to enable NFC Clock, this feature not
required on Pineapple

Change-Id: I118502df98293a48f58569c91444b415076329c4
This commit is contained in:
Khageswararao Rao B
2022-12-13 13:03:02 +05:30
committed by Gerrit - the friendly Code Review server
父節點 9f0ff151a7
當前提交 f616cf76bd
共有 4 個文件被更改,包括 21 次插入103 次删除

查看文件

@@ -432,11 +432,6 @@ int nfc_i2c_dev_probe(struct i2c_client *client, const struct i2c_device_id *id)
nfc_post_init(nfc_dev);
}
if(nfc_dev->configs.clk_pin_voting)
nfc_dev->clk_run = false;
else
nfc_dev->clk_run = true;
device_init_wakeup(&client->dev, true);
i2c_set_clientdata(client, nfc_dev);
i2c_dev->irq_wake_up = false;