From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out28-75.mail.aliyun.com (out28-75.mail.aliyun.com [115.124.28.75]) (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 EBDF840B6F6; Tue, 12 May 2026 06:40:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.28.75 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778568041; cv=none; b=jf1n1lyag8AB+hmeQIPBptt4xWRwfQ3DxL+apiLniKCjKFgYQMZbBu6JljWRZ2kfi79p0/psFj1WlTu7ZiRXWHHUptSTkA9wZxpW/a+zAyTCAJ/UPkIhUI9fGuyEcbjLOr1QL/LHhEWdUL6JHysb+DR8Uq4JMPYe5WxOWVHpiUw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778568041; c=relaxed/simple; bh=FwZilHJvlu5BcKUF1QM9XkgeYWA0R8eDrcBtZ+1ty8U=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=rMvk3wem+zeo8SG4kf26YIukd+k1ItlnIB4z0UTZJZZLuxSKAKxN231E75uXEFsrRLQosilDFdXZsoxJS76O4zZaoNerZVKzYEQ8g/+94gjkV2Edc8ZNgGrlP/xTnQKSKbJ5iOJAYWlvRtv2Q99ujekmtTAt/rcBXtKvzAFormI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lontium.com; spf=pass smtp.mailfrom=lontium.com; dkim=pass (2048-bit key) header.d=lontium.com header.i=@lontium.com header.b=M67tWC2u; arc=none smtp.client-ip=115.124.28.75 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lontium.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lontium.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lontium.com header.i=@lontium.com header.b="M67tWC2u" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=lontium.com; s=default; t=1778568025; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=eVZn7MAONGMHowrlbF8Q4henpwp8Ya3lVGmR/icgdNU=; b=M67tWC2uQcx5iBN07zwzIEtTC0WbvRK5hn/QjbxRpLncFH2dVBAcUc6AazEVFax0nnVpaXE/NUu+b+2z13rxG65/kN7qrPHQCMmxzrBE7OBGyXTGPSZWM24LbWBJZTv16CC6i1yDcLQeo9YJNGJHnnnbUUofWy5sPesbQvqp/zGOatsg2uHLkklN1cKXF0zq2P8HGDlX1hRMVYZVa+4itbT+dMQtdDzqYLO8OI++JLNrcO6enb0GbxH9N9CXFE3/AK3U74NZe+R1Di92QVnlfqXkpX/Je4Dt5J0APoOIxuU8b5g+FlEuGOU/gT1+/bTAm3rmEXhyACcdu8APxRixBg== X-Alimail-AntiSpam:AC=CONTINUE;BC=0.08575317|-1;BR=01201311R791ec;CH=green;DM=|CONTINUE|false|;DS=SPAM|spam_ad|0.867174-0.00121929-0.131607;FP=12538500737862165810|0|0|0|0|-1|-1|-1;HT=maildocker-contentspam033045213054;MF=syyang@lontium.com;NM=1;PH=DS;RN=22;RT=22;SR=0;TI=SMTPD_---.hVBka.u_1778568019; Received: from DESKTOP-V2MKAT2.localdomain(mailfrom:syyang@lontium.com fp:SMTPD_---.hVBka.u_1778568019 cluster:ay29) by smtp.aliyun-inc.com; Tue, 12 May 2026 14:40:23 +0800 From: syyang@lontium.com To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, andrzej.hajda@intel.com, neil.armstrong@linaro.org, dmitry.baryshkov@oss.qualcomm.com, maarten.lankhorst@linux.intel.com, rfoss@kernel.org, mripard@kernel.org Cc: Laurent.pinchart@ideasonboard.com, tzimmermann@suse.de, jonas@kwiboo.se, jernej.skrabec@gmail.com, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, xmzhu@lontium.corp-partner.google.com, xmzhu@lontium.com, rlyu@lontium.com, xbpeng@lontium.com, Sunyun Yang , Krzysztof Kozlowski Subject: [PATCH v7 1/2] dt-bindings: bridge: Add Lontium LT7911EXC eDP to MIPI DSI bridge Date: Tue, 12 May 2026 14:40:12 +0800 Message-Id: <20260512064013.40066-2-syyang@lontium.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260512064013.40066-1-syyang@lontium.com> References: <20260512064013.40066-1-syyang@lontium.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Sunyun Yang This commit adds the device tree binding schema for the Lontium LT7911EXC. This device is an I2C-controlled bridge that converts eDP 1.4 input to MIPI DSI output. Signed-off-by: Sunyun Yang Reviewed-by: Krzysztof Kozlowski --- .../display/bridge/lontium,lt7911exc.yaml | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/lontium,lt7911exc.yaml diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt7911exc.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt7911exc.yaml new file mode 100644 index 000000000000..3290b10ce883 --- /dev/null +++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt7911exc.yaml @@ -0,0 +1,89 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/bridge/lontium,lt7911exc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Lontium LT7911EXC eDP to MIPI DSI Bridge + +maintainers: + - Sunyun Yang + +properties: + compatible: + enum: + - lontium,lt7911exc + + reg: + maxItems: 1 + + reset-gpios: + maxItems: 1 + description: GPIO connected to RST_ pin. + + vdd-supply: + description: Regulator for 1.2V MIPI phy power. + + vcc-supply: + description: Regulator for 3.3V IO power. + + ports: + $ref: /schemas/graph.yaml#/properties/ports + + properties: + port@0: + $ref: /schemas/graph.yaml#/properties/port + description: Video port for eDP input. + + port@1: + $ref: /schemas/graph.yaml#/properties/port + description: Video port for MIPI DSI output. + + required: + - port@0 + - port@1 + +required: + - compatible + - reg + - reset-gpios + - vdd-supply + - vcc-supply + - ports + +additionalProperties: false + +examples: + - | + #include + i2c { + #address-cells = <1>; + #size-cells = <0>; + + mipi-bridge@41 { + compatible = "lontium,lt7911exc"; + reg = <0x41>; + reset-gpios = <&gpy8 8 GPIO_ACTIVE_LOW>; + vdd-supply = <<7911exc_1v2>; + vcc-supply = <<7911exc_3v3>; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; + bridge_in: endpoint { + remote-endpoint = <&edp_out>; + }; + }; + + port@1 { + reg = <1>; + bridge_out: endpoint { + remote-endpoint = <&panel_in>; + }; + }; + }; + }; + }; -- 2.34.1