Re: [PATCH 1/2] dt-bindings: regulator: document the SGM3804 Dual Output regulator
From: Neil Armstrong
Date: Wed Apr 29 2026 - 04:07:02 EST
On 4/29/26 02:38, Mark Brown wrote:
On Tue, Apr 28, 2026 at 03:52:05PM +0200, Neil Armstrong wrote:
Document the SG Micro SGM3804 Single Inductor Dual Output Buck/Boost
Converter used to power LCD panels a provide positive and negative
power rails with configurable voltage and active discharge function
for each output.
+ enable-gpios:
+ maxItems: 2
+ description:
+ GPIO specifiers to enable the positive and negative outputs.
The driver requires both to be provided, either it should relax it's
requirements during probe() and allow only one of the regulators to be
instantiated or if that's not a realistic setup the binding should set
minItems too.
It's a mismatch on my side, it needs both gpios, I'll fix it.
Neil