From nobody Tue Dec 2 02:04:31 2025 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3FA1234CFD8; Fri, 21 Nov 2025 14:28:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763735294; cv=none; b=SBfo6p2+Lj8maLbu1g2yD84CwzOfkyoHtQfURsNjN21GfolR0hre5eYGYP77b5w6SuNvnlImodD41dpNjXksiYg+CpxV4/4LGG1IwT0z8a4yq/fBVP7qeuqZNS/vB/jYdiuxMtWfpiSGUWEtlE/xGXSOqtFRB0k5n9rMUUox+go= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763735294; c=relaxed/simple; bh=Rmh5KQDlblNFxXvgDELySXyxJSadqQv3ZQzSaqO72pI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=XivRWg49TaPQLs+tny5bBPb+q8P0Ak6Y1eVB5db1pRXaGAoy1cXYJI56VOuKKydmO+SWZsA/2QWifSc36mNoIx1ULkOSovp3CoMgdAffBQZtE/zia7WIRRJBLXc5BYkyvelI0u3C9G1Hf99pNXQdwNj/D0HYXxR5XJyZ2nLMM0s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=bIFddQ4H; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="bIFddQ4H" Received: from ggottleuber-tuxedo.fritz.box (business-24-134-207-61.pool2.vodafone-ip.de [24.134.207.61]) (Authenticated sender: g.gottleuber@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id 66FAD2FC0055; Fri, 21 Nov 2025 15:28:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1763735288; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8yHD62R+C31Gs0vVUiZsYZ8naomYAY89XpwWoobH8qY=; b=bIFddQ4HEj/uAiz/kuEsTitY00Um8POsRpy4agixywI6BDRsDx1cfgndTAJyPA/sl+pRRK IOnL9tj0hqDu/FzyQsIkOaNuDdwsBnSRQW2qzb7MhUUErOs6VYc5Av1jtXC53grwwe63bV sVsMRjw+daNmAxma0uPG0pPmLfj1h1s= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=g.gottleuber@tuxedocomputers.com smtp.mailfrom=ggo@tuxedocomputers.com From: Georg Gottleuber To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ettore Chimenti , Srinivas Kandagatla , stefan.schmidt@linaro.org, stephan.gerhold@linaro.org, wse@tuxedocomputers.com, cs@tuxedo.de, Georg Gottleuber , dri-devel@lists.freedesktop.org Subject: [PATCH v3 2/7] dt-bindings: display: bridge: simple: document the ASL CS5263 DP-to-HDMI bridge Date: Fri, 21 Nov 2025 15:26:14 +0100 Message-ID: <20251121142623.251118-3-ggo@tuxedocomputers.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20251121142623.251118-1-ggo@tuxedocomputers.com> References: <20251121142623.251118-1-ggo@tuxedocomputers.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Ettore Chimenti The ASL CS5263 is a high-performance DP1.4 to HDMI2.0b converter, designed to connect a DP1.4 source to an HDMI2.0b sink. The CS5263AN integrates a DP1.4 compliant receiver, and a HDMI2.0b compliant transmitter. Signed-off-by: Ettore Chimenti Signed-off-by: Georg Gottleuber Acked-by: Krzysztof Kozlowski --- .../devicetree/bindings/display/bridge/simple-bridge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/simple-bridge= .yaml b/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml index 9ef587d46506..3439c1da4d3a 100644 --- a/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml +++ b/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml @@ -27,6 +27,7 @@ properties: - const: adi,adv7123 - enum: - adi,adv7123 + - asl-tek,cs5263 - dumb-vga-dac - radxa,ra620 - realtek,rtd2171 --=20 2.43.0