Re: [PATCH v2 1/3] regulator: mt6360: Add OF match table
From: Mark Brown <broonie@kernel.org>
Date: 2021-01-11 16:42:47
Also in:
linux-mediatek, lkml
From: Mark Brown <broonie@kernel.org>
Date: 2021-01-11 16:42:47
Also in:
linux-mediatek, lkml
On Sat, Jan 09, 2021 at 12:26:09PM +0100, matthias.bgg@kernel.org wrote:
From: Matthias Brugger <mbrugger@suse.com> Binding documentation mentions that a compatible is required for the MT6360 device node, but the driver doesn't provide a OF match table.
The binding should be fixed to remove the requirement for a compatible here, this is both redundant since we already know we have a mt6380 from the core MFD and encoding details of how Linux implements things into the DT bindings.