Re: [PATCH v6 02/27] dt-bindings: mfd: syscon: add microchip's sam9x7 sfr

From: Rob Herring
Date: Tue Jul 30 2024 - 12:56:38 EST


On Mon, Jul 29, 2024 at 12:36:03PM +0530, Varshini Rajendran wrote:
> Add compatible for sam9x7 SoC's SFR.

That's (kind of) obvious from the diff. How is the block on the new SoC
the same or different from the prior chip? It's kind of strange that one
of these blocks which tend to be register bit soup of left over controls
would be the same or a superset of another SoC.

>
> Signed-off-by: Varshini Rajendran <varshini.rajendran@xxxxxxxxxxxxx>
> ---
> Changes in v6:
>
> - New patch in v6 as the syscon devices are moved to a new file
> upstream.
> ---
> .../devicetree/bindings/mfd/syscon.yaml | 188 +++++++++---------
> 1 file changed, 97 insertions(+), 91 deletions(-)

Put this in your own schema file. I don't think we want get into more
complicated cases here.

Rob