Re: [PATCH RESEND] mfd: rk808: Fix RK818 ID template

2019-06-03 Thread Lee Jones
On Mon, 13 May 2019, Heiko Stuebner wrote: > From: Daniel Schultz > > The Rockchip PMIC driver can automatically detect connected component > versions by reading the ID_MSB and ID_LSB registers. The probe function > will always fail with RK818 PMICs because the ID_MSK is 0xFFF0 and the > RK818

[PATCH RESEND] mfd: rk808: Fix RK818 ID template

2019-05-13 Thread Heiko Stuebner
From: Daniel Schultz The Rockchip PMIC driver can automatically detect connected component versions by reading the ID_MSB and ID_LSB registers. The probe function will always fail with RK818 PMICs because the ID_MSK is 0xFFF0 and the RK818 template ID is 0x8181. This patch changes this value to