Re: [PATCH v7 01/12] dt-bindings: mfd: add support for the NXP SIUL2 module
From: Krzysztof Kozlowski
Date: Fri Jul 11 2025 - 03:38:06 EST
On Thu, Jul 10, 2025 at 05:20:24PM +0300, Andrei Stefanescu wrote:
> + properties:
> + bias-disable: true
> + bias-high-impedance: true
> + bias-pull-up: true
> + bias-pull-down: true
> + drive-open-drain: true
> + input-enable: true
> + output-enable: true
> +
> + pinmux:
> + description: |
> + An integer array for representing pinmux configurations of
> + a device. Each integer consists of a PIN_ID and a 4-bit
> + selected signal source(SSS) as IOMUX setting, which is
> + calculated as: pinmux = (PIN_ID << 4 | SSS)
> +
> + slew-rate:
> + description: Supported slew rate based on Fmax values (MHz)
> + enum: [83, 133, 150, 166, 208]
> + required:
> + - pinmux
> +
> + unevaluatedProperties: false
I noticed Frank's comment and he pointed out that this changed, so all
':true' lines before should be removed as well.
Best regards,
Krzysztof