Re: [PATCH v5 04/20] dt-bindings: mfd: axp20x: Add AXP305 compatible (plus optional IRQ)
From: Maxime Ripard <hidden>
Date: 2021-01-28 10:16:13
Also in:
linux-devicetree, lkml
From: Maxime Ripard <hidden>
Date: 2021-01-28 10:16:13
Also in:
linux-devicetree, lkml
On Wed, Jan 27, 2021 at 05:24:44PM +0000, Andre Przywara wrote:
The AXP305 PMIC used in AXP805 seems to be fully compatible to the AXP805 PMIC, so add the proper chain of compatible strings. Also at least on one board (Orangepi Zero2) there is no interrupt line connected to the CPU, so make the "interrupts" property optional. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <mripard@kernel.org> Maxime