lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a0d83b69-c84d-4804-abcd-e546be8a2e3d@norik.com>
Date: Thu, 13 Mar 2025 12:44:33 +0100
From: Andrej Picej <andrej.picej@...ik.com>
To: andrzej.hajda@...el.com, neil.armstrong@...aro.org, rfoss@...nel.org,
 Laurent.pinchart@...asonboard.com, jonas@...boo.se,
 jernej.skrabec@...il.com, airlied@...il.com, simona@...ll.ch,
 maarten.lankhorst@...ux.intel.com, mripard@...nel.org, tzimmermann@...e.de,
 robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
 shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
 festevam@...il.com, marex@...x.de
Cc: devicetree@...r.kernel.org, imx@...ts.linux.dev,
 upstream@...ts.phytec.de, linux-kernel@...r.kernel.org,
 dri-devel@...ts.freedesktop.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [Upstream] [PATCH v7 3/3] arm64: dts:
 imx8mm-phyboard-polis-peb-av-10: Set lvds-vod-swing

Hi,

is there anything else I need to do, or can this patch now be applied?

The initial two patches that introduce property support have already 
been merged, and the patch series that this patch depends on [1] has 
also been applied.

[1] https://lore.kernel.org/all/Z7rZjdXwN2W+Y2Bd@dragon/

Best regards,
Andrej

On 16. 12. 24 09:54, Andrej Picej wrote:
> Set custom differential output voltage for LVDS, to fulfill requirements
> of the connected display. LVDS differential voltage for data-lanes and
> clock output has to be between 200 mV and 600 mV.
> Driver sets 200 Ohm near-end termination by default.
> 
> Signed-off-by: Andrej Picej <andrej.picej@...ik.com>
> ---
> Changes in v7:
> - no change
> Changes in v6:
> - no change
> Changes in v5:
> - no change
> Changes in v4:
> - no change
> Changes in v3:
> - no change
> Changes in v2:
> - use new properties from previous patches
> ---
>   .../boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso     | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
> index a9de42cf14be..8bf9cc553bea 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
> @@ -186,6 +186,8 @@ port@2 {
>   			reg = <2>;
>   			bridge_out: endpoint {
>   				remote-endpoint = <&panel_in>;
> +				ti,lvds-vod-swing-clock-microvolt = <200000 600000>;
> +				ti,lvds-vod-swing-data-microvolt = <200000 600000>;
>   			};
>   		};
>   	};

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ