Re: [PATCH 2/2] dt-bindings: gpio: tn48m: document TN4810M support

From: Bartosz Golaszewski
Date: Wed Sep 22 2021 - 06:17:23 EST


On Sat, Jul 17, 2021 at 12:17 AM Robert Marko <robert.marko@xxxxxxxxxx> wrote:
>
> Delta TN4810M expands the existing TN48M drivers, so lets
> document the new compatibles.
>
> Note that this patch depends on the following series:
> https://patchwork.ozlabs.org/project/linux-gpio/list/?series=247538
>
> Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
> index aca646aecb12..d729c5dbed65 100644
> --- a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
> @@ -24,6 +24,10 @@ properties:
> - delta,tn48m-gpio-sfp-tx-disable
> - delta,tn48m-gpio-sfp-present
> - delta,tn48m-gpio-sfp-los
> + - delta,tn4810m-gpio-sfp-tx-disable
> + - delta,tn4810m-gpio-sfp-tx-fault
> + - delta,tn4810m-gpio-sfp-present
> + - delta,tn4810m-gpio-sfp-los
>
> reg:
> maxItems: 1
> --
> 2.31.1
>

This series is still not upstream - what happened to it?

Bart