From nobody Sun Oct 5 18:19:58 2025 Received: from srv01.abscue.de (abscue.de [89.58.28.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CB38E2222CB; Thu, 31 Jul 2025 16:02:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=89.58.28.240 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753977778; cv=none; b=ohG4/WyxK/ANee3iGRc88ePUk/S2JT9z1xtQ+o/T3lEBMAJA9tp6m+5fOYCFW+OIbJB0HdSLztZ+pwCleaMp8wCb138jhiekVX8XrYejfq4irYdP8VsQ3k5NuOZH+UN3znIcW4yrSAGHofMSw4Df+bgsTzCm8pw9wFZFXiVrv7A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753977778; c=relaxed/simple; bh=vvFSZ89Mn/XWX0tfWxb7bhlASEHgl0/ESlWaVfQ48pI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=tMkTmh6irL6Ud23rwGgfwNgrYmKzaCVajcr3oBsxenN2tpC0GdsPqvn8KPLYcaMlVH1cxwyovB62lEO5A3QiDzzwkVPA4Ia1Jq4+sN+GcuLCH9YAJdXSYGU9AZoeZJW8yVyfi82B15II4EWy/kdqF1A+utYfQcpyet33i88oDAw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=abscue.de; spf=pass smtp.mailfrom=abscue.de; arc=none smtp.client-ip=89.58.28.240 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=abscue.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=abscue.de Received: from srv01.abscue.de (localhost [127.0.0.1]) by spamfilter.srv.local (Postfix) with ESMTP id E55601C2719; Thu, 31 Jul 2025 17:52:55 +0200 (CEST) X-Spam-Level: Received: from fluffy-mammal.metal.fwg-cag.de (unknown [IPv6:2001:9e8:cdc9:0:1347:874c:9851:58c6]) by srv01.abscue.de (Postfix) with ESMTPSA id DD5991C2712; Thu, 31 Jul 2025 17:52:52 +0200 (CEST) From: =?utf-8?q?Otto_Pfl=C3=BCger?= Date: Thu, 31 Jul 2025 17:51:17 +0200 Subject: [PATCH v3 04/16] dt-bindings: display: sprd: allow attaching a DSI panel Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250731-ums9230-drm-v3-4-06d4f57c4b08@abscue.de> References: <20250731-ums9230-drm-v3-0-06d4f57c4b08@abscue.de> In-Reply-To: <20250731-ums9230-drm-v3-0-06d4f57c4b08@abscue.de> To: David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Orson Zhai , Baolin Wang , Chunyan Zhang , Kevin Tang , Liviu Dudau , Russell King , Eric Anholt , Kevin Tang Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Otto_Pfl=C3=BCger?= , Krzysztof Kozlowski X-Mailer: b4 0.14.2 Add a DSI output port and include common DSI controller bindings in the bindings for the Unisoc DSI controller. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Otto Pfl=C3=BCger --- .../display/sprd/sprd,sharkl3-dsi-host.yaml | 27 ++++++++++++++++--= ---- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-ds= i-host.yaml b/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-d= si-host.yaml index 71abbc2de8dbb1b674f151a87490c865b187fdd0..7da68eb026b97932515b470764f= a3948104db4e8 100644 --- a/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.= yaml +++ b/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.= yaml @@ -46,12 +46,22 @@ properties: const: 0 =20 port@0: - type: object - description: - A port node with endpoint definitions as defined in - Documentation/devicetree/bindings/media/video-interfaces.txt. - That port should be the input endpoint, usually coming from - the associated DPU. + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + description: The input endpoint, usually connected to the DPU + + port@1: + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + description: The output endpoint, usually connected to the pan= el =20 required: - "#address-cells" @@ -60,6 +70,9 @@ properties: =20 additionalProperties: false =20 +allOf: + - $ref: /schemas/display/dsi-controller.yaml# + required: - compatible - reg @@ -68,7 +81,7 @@ required: - clock-names - ports =20 -additionalProperties: false +unevaluatedProperties: false =20 examples: - | --=20 2.50.0