[PATCH v2 2/3] dt-bindings: pinctrl: add S32G3 compatible for the SIUL2 driver
Conor Dooley
conor at kernel.org
Wed Oct 2 08:02:04 PDT 2024
On Wed, Oct 02, 2024 at 04:59:19PM +0300, Andrei Stefanescu wrote:
> The SIUL2 hardware module is also integrated into the S32G3 SoC. Add
> another compatible for it.
>
> Signed-off-by: Andrei Stefanescu <andrei.stefanescu at oss.nxp.com>
I'm not convinced that the representation here is correct for the
GPIO on these devices. See:
https://lore.kernel.org/all/20240926143122.1385658-3-andrei.stefanescu@oss.nxp.com/
Since GPIO and pinctrl share the same regions, that lack of conviction
extends to the pinctrl. I don't think adding another compatible here is
right, when I am already of the opinion that the binding is wrong for
the existing one.
> ---
> .../bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
> index a24286e4def6..cff766c2f03b 100644
> --- a/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/nxp,s32g2-siul2-pinctrl.yaml
> @@ -25,8 +25,12 @@ description: |
>
> properties:
> compatible:
> - enum:
> - - nxp,s32g2-siul2-pinctrl
> + oneOf:
> + - enum:
> + - nxp,s32g2-siul2-pinctrl
> + - items:
> + - const: nxp,s32g3-siul2-pinctrl
> + - const: nxp,s32g2-siul2-pinctrl
>
> reg:
> description: |
> --
> 2.45.2
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20241002/f1c04458/attachment.sig>
More information about the linux-arm-kernel
mailing list