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

Commit 5e742c3a authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

drivers: thermal: Pass reg base parameter for CX Ipeak hardware init API



During CX Ipeak hardware initialization, driver passes wrong register
base address parameter to hardware initialization API and it fails to
initialize it. Pass correct register base parameter for CX Ipeak
hardware init API.

Change-Id: I2ffe0a0eb1470177d8475f3ea2c23ff51f55cff5
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent d613393b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ static int cxip_lm_cdev_probe(struct platform_device *pdev)
		return -ENOMEM;
	}

	cxip_lm_initialize_cxip_hw(cxip_dev);
	cxip_lm_initialize_cxip_hw(cxip_dev->cx_ip_reg_base);

	/* Set thermal vote till we get first vote from TF */
	cxip_dev->state = true;