On Mon, Mar 10, 2025 at 08:54:14AM +0100, Krzysztof Kozlowski wrote: > On Sun, Mar 09, 2025 at 02:29:34PM +0100, Christian Marangi wrote: > > Add Airoha AN7581 SCU SSR Serdes port binding to define what mode is > > supported by each Serdes port. These special binding are needed to > > identify and provide the port mode from any user driver. > > > > These modes are mutually exclusive and driver needs to correctly > > validate the current mode for the Serdes port in use. > > > > Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx> > > --- > > MAINTAINERS | 6 ++++++ > > include/dt-bindings/soc/airoha,scu-ssr.h | 24 ++++++++++++++++++++++++ > > This should be squashed with the binding for the device. > I split them to mute checkpatch warning "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst" But I think I always took it wrong and with "docs and includes" it's intended in a single patch. Ok will squash! -- Ansuel