Re: [PATCH v4 14/15] ARM: dts: sun8i: a711: Reinstate the PMIC compatible

2017-12-19 Thread Maxime Ripard
On Thu, Dec 07, 2017 at 04:58:59PM +0100, Maxime Ripard wrote: > When we added the regulator support in commit 90c5d7cdae64 ("ARM: dts: > sun8i: a711: Add regulator support"), we also dropped the PMIC's > compatible. Since it's not in the PMIC DTSI, unlike most other PMIC > DTSI, it obviously wasn'

[PATCH v4 14/15] ARM: dts: sun8i: a711: Reinstate the PMIC compatible

2017-12-07 Thread Maxime Ripard
When we added the regulator support in commit 90c5d7cdae64 ("ARM: dts: sun8i: a711: Add regulator support"), we also dropped the PMIC's compatible. Since it's not in the PMIC DTSI, unlike most other PMIC DTSI, it obviously wasn't probing anymore. Re-add it so that everything works again. Fixes: 9