[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260123-quantum-beneficial-rat-acb17a@quoll>
Date: Fri, 23 Jan 2026 09:18:27 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Yulin Lu <luyulin@...incomputing.com>
Cc: vkoul@...nel.org, neil.armstrong@...aro.org, robh@...nel.org,
krzk+dt@...nel.org, conor+dt@...nel.org, p.zabel@...gutronix.de,
linux-phy@...ts.infradead.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
ningyu@...incomputing.com, linmin@...incomputing.com, fenglin@...incomputing.com
Subject: Re: [PATCH v8 1/2] dt-bindings: phy: eswin: Document the EIC7700 SoC
SATA PHY
On Fri, Jan 23, 2026 at 10:49:36AM +0800, Yulin Lu wrote:
> + eswin,tx-amplitude-tuning:
> + description: This adjusts the transmitter amplitude signal, and its value
> + is derived from eye diagram tuning. The three values correspond to Gen1,
> + Gen2, and Gen3 parameters respectively.
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + items:
> + - description: Gen1 parameter.
> + minimum: 0
> + maximum: 0x7f
> + default: 0
> + - description: Gen2 parameter.
> + minimum: 0
> + maximum: 0x7f
> + default: 0
> + - description: Gen3 parameter.
> + minimum: 0
> + maximum: 0x7f
> + default: 0
I think defaults should be specified like this:
https://elixir.bootlin.com/linux/v6.19-rc5/source/Documentation/devicetree/bindings/sound/adi,adau7118.yaml#L54
> +
> + eswin,tx-preemph-tuning:
> + description: This adjusts the transmitter de-emphasis signal, and its value
> + is derived from eye diagram tuning. The three values correspond to Gen1,
> + Gen2, and Gen3 parameters respectively.
> + $ref: /schemas/types.yaml#/definitions/uint32-array
> + items:
> + - description: Gen1 parameter.
> + minimum: 0
> + maximum: 0x3f
> + default: 0
> + - description: Gen2 parameter.
> + minimum: 0
> + maximum: 0x3f
> + default: 0
> + - description: Gen3 parameter.
> + minimum: 0
> + maximum: 0x3f
> + default: 0
Same here
Best regards,
Krzysztof
Powered by blists - more mailing lists