Re: [PATCH v6 6/8] dt-bindings: pinctrl: mediatek: Add bindings for MT6735 pin controller

From: Yassine Oudjana
Date: Sat Oct 12 2024 - 04:01:44 EST




On 11/10/2024 7:58 pm, Rob Herring wrote:
On Fri, Oct 11, 2024 at 03:03:51PM +0300, Yassine Oudjana wrote:
From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>

Add DT bindings for the MT6735 pin controller, which consist of macros
to be used as values for the pinmux property. Each macro corresponds
to a unique possible pin-function combination.

Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
---
MAINTAINERS | 6 +
.../pinctrl/mediatek,mt6735-pinctrl.h | 1148 +++++++++++++++++
2 files changed, 1154 insertions(+)
create mode 100644 include/dt-bindings/pinctrl/mediatek,mt6735-pinctrl.h

This should be squatched with patch 7.

I thought so too but checkpatch said otherwise:

WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

The above documentation says "The Documentation/ and include/dt-bindings/ portion of the patch should be a separate patch". Does it
need updating?