Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7149d6bf authored by Mark A. Greer's avatar Mark A. Greer Committed by Samuel Ortiz
Browse files

NFC: trf7970a: trf7970a_init() turns off the RF transmitter



When trf7970a_init() initializes the trf7970a it
implicitly turns off the RF transmitter.  Track
this by clearing the TRF7970A_CHIP_STATUS_RF_ON
bit in the cached trf->chip_status_ctrl.

Signed-off-by: default avatarMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent cfc708db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -826,6 +826,8 @@ static int trf7970a_init(struct trf7970a *trf)

	usleep_range(1000, 2000);

	trf->chip_status_ctrl &= ~TRF7970A_CHIP_STATUS_RF_ON;

	ret = trf7970a_write(trf, TRF7970A_MODULATOR_SYS_CLK_CTRL, 0);
	if (ret)
		goto err_out;