From nobody Mon Oct 6 17:06:22 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 4479E285CB4; Sat, 19 Jul 2025 12:20:39 +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=1752927641; cv=none; b=i5odBM5AhoFMvc1iearG/7hQlWqFI0zvBM3n4YVgcepokXd1KInfwFaZJNL96rkTv3Us60WYXdJStsb8FTnSjMR5ZQt74Z9KLIKNc12zOzM59l+Db2Oh/R0bd/9f6/5THzHdb67Yndetg6JMYbB7JTRW0lksPibThhg2EL90Nq0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752927641; c=relaxed/simple; bh=1M3u83jrpW6a7CtuwC4lCQ3tVKRNAt9Pdwr3OkRHSDA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=DSDwdMbb6NhyZM0sORrjsbsCuc4EeOdp2olfHWm2RDNN8HLFCC6iJalKQ5IMiY2XDxj02GiStv+PzcAhTQ7FdaWJloFaH5hNIBRVtrDiYfAPoV5Rj0L7vvvJgkXAXY2HA+wKAvGehrmZ5mlia7l0XWWGcYCaPqdo3t4eJSu00tk= 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 3EF061C025F; Sat, 19 Jul 2025 14:11:29 +0200 (CEST) X-Spam-Level: Received: from fluffy-mammal.metal.fwg-cag.de (unknown [IPv6:2001:9e8:cdf7:4000:ceae:3606:9020:cd4f]) by srv01.abscue.de (Postfix) with ESMTPSA id 977391C0628; Sat, 19 Jul 2025 14:11:28 +0200 (CEST) From: =?utf-8?q?Otto_Pfl=C3=BCger?= Date: Sat, 19 Jul 2025 14:09:38 +0200 Subject: [PATCH 02/12] 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: <20250719-ums9230-drm-v1-2-e4344a05eb3d@abscue.de> References: <20250719-ums9230-drm-v1-0-e4344a05eb3d@abscue.de> In-Reply-To: <20250719-ums9230-drm-v1-0-e4344a05eb3d@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 Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Otto_Pfl=C3=BCger?= 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. 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 8438d2da0a4277db03e30b13cb270684c0c360cb..d9a77f7228e145b955b57746967= e08e56f5a0c89 100644 --- a/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.= yaml +++ b/Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.= yaml @@ -45,12 +45,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" @@ -59,6 +69,9 @@ properties: =20 additionalProperties: false =20 +allOf: + - $ref: /schemas/display/dsi-controller.yaml# + required: - compatible - reg @@ -67,7 +80,7 @@ required: - clock-names - ports =20 -additionalProperties: false +unevaluatedProperties: false =20 examples: - | --=20 2.50.0