From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 6A495482CA; Mon, 4 Mar 2024 16:05:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709568304; cv=none; b=cNL3yJO2IokeyPD1vMhLVwtNUHmu9oTzmfmd8LB3q+j7mzb01KFjFPG8kTgh42s836qoFKTkgBZr/z0Va/AyNh6O04xCCbpdhWSwvKcDDcU2OkqCDk8WVnW787KX7C+GI9HpYK+NcjOobifAk3HepGBx6W7C99+cL45OwN3KFvY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709568304; c=relaxed/simple; bh=IQZJrynjmNkRwbD/swl17Nu6ar2/DgqZrKdijF57wmk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=Jpr1ZNsf4m1F3vIntVW8STTiLJvlSgRJCSm2tEJK5l9Y+Mr38AryyELGedEiLpsRux3oJdjsPTmQ5n9Gp4TEHv/t+L6zJepwm0oVWi8N+Xaf3+LSNlR4Tm2+iaxTObFfodRfJMv77oKqRLPYveEyLBiY7jIjuJCRC1Ymx75kATA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=mxcd7MhD; arc=none smtp.client-ip=217.70.183.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="mxcd7MhD" Received: by mail.gandi.net (Postfix) with ESMTPSA id 9436B20003; Mon, 4 Mar 2024 16:04:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709568300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LWQ0te0Hyhk01MW2THXCDBvNYf7CwmLuR3EI8Wv6l6Q=; b=mxcd7MhDgscxROkA6tVuMcPScoYCH/fwAuUbAKBhuU6E80Ptv9G79yo3iGho7+FmQd0T+V 2SvQDzslyoOdlMzvaS6+1CX8+eSVamjYivtlCb6NP3UNsCNbtTRpvTkMA2KvowyOMgleAx jXuzXhWPEXD3CAUxeBss/zzawKYX4Q8ku2GfrrNVxKmUC91dli1qXIGHX43Qj272GQEoJL xMGV8VBsa+kDoySLqZDEbGe80tQhYR6zCJtJX2fk8jFnLQ+IGrbjQKWaPwuc4Y3ZDBojO8 sp05lYzHdwt+gkscLhipll3lXvQJ4/1351U0jeQipNEDXNl/mbeWZ+zgXlcnwQ== From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dautheribes?= To: Neil Armstrong , Jessica Zhang , Sam Ravnborg , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Yen-Mei Goh , =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dautheribes?= Subject: [PATCH v2 2/3] dt-bindings: display: simple: add support for Crystal Clear CMT430B19N00 Date: Mon, 4 Mar 2024 17:04:53 +0100 Message-Id: <20240304160454.96977-3-jeremie.dautheribes@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240304160454.96977-1-jeremie.dautheribes@bootlin.com> References: <20240304160454.96977-1-jeremie.dautheribes@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: jeremie.dautheribes@bootlin.com Add Crystal Clear Technology CMT430B19N00 4.3" 480x272 TFT-LCD panel compatible string. Signed-off-by: Jérémie Dautheribes --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index a95445f40870..c575f7c4b745 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -91,6 +91,8 @@ properties: - boe,nv133fhm-n62 # BOE NV140FHM-N49 14.0" FHD a-Si FT panel - boe,nv140fhmn49 + # Crystal Clear Technology CMT430B19N00 4.3" 480x272 TFT-LCD panel + - cct,cmt430b19n00 # CDTech(H.K.) Electronics Limited 4.3" 480x272 color TFT-LCD panel - cdtech,s043wq26h-ct7 # CDTech(H.K.) Electronics Limited 7" WSVGA (1024x600) TFT LCD Panel -- 2.34.1