From nobody Tue Oct 7 01:59:03 2025 Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) (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 50348279358; Wed, 16 Jul 2025 07:17:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=92.121.34.13 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752650267; cv=none; b=L9X2rO+fMyVPQc6794w/vz6sVWp+8rvi19wLizNJ94KyWd1nHcyYlvm616dko7xEAtWDJmUBxbttvOC0I6JonGY+XMuKsTFkwFpvkR+eAoU7Wcq6DtLUZUpgJ5gJ8NbWuRCuZzjJPNlT0y/qOUmp/depB2KX6zSzKBxuNY2nJSc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752650267; c=relaxed/simple; bh=p8vPuosG4+1UrIWmdFG+luIsOQQyTPHy35BxZMRImW4=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=U1/5ZS9EP9NnqfLspeuRHRix8ZKR9xDj9dBdyLV/XBfJuGY5MaIAcrFAWbxDezkx28SxUKUbBYxbYgAfQ5GKkbdB5/mdxnLM6t5Bmy8fp3jZiuxQaYhzWZBJ/RPbbq31DJ8DphUmk135VRul0uTsDp/6DMDpTNjpfVHO6uHN9iw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nxp.com; spf=pass smtp.mailfrom=nxp.com; arc=none smtp.client-ip=92.121.34.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nxp.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nxp.com Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 45DBC1A0A68; Wed, 16 Jul 2025 09:08:41 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 08D811A017B; Wed, 16 Jul 2025 09:08:41 +0200 (CEST) Received: from lsvm11u0000395.swis.ap-northeast-2.aws.nxp.com (lsvm11u0000395.swis.ap-northeast-2.aws.nxp.com [10.52.9.99]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 52D181800079; Wed, 16 Jul 2025 15:08:38 +0800 (+08) From: Joseph Guo Date: Wed, 16 Jul 2025 16:08:30 +0900 Subject: [PATCH 2/3] dt-bindings: display: panel: Add waveshare DPI panel support 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: <20250716-waveshare-v1-2-81cb03fb25a3@nxp.com> References: <20250716-waveshare-v1-0-81cb03fb25a3@nxp.com> In-Reply-To: <20250716-waveshare-v1-0-81cb03fb25a3@nxp.com> To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jessica Zhang , Thierry Reding , Sam Ravnborg Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, victor.liu@nxp.com, Joseph Guo X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1752649713; l=1117; i=qijian.guo@nxp.com; s=20250519; h=from:subject:message-id; bh=p8vPuosG4+1UrIWmdFG+luIsOQQyTPHy35BxZMRImW4=; b=k3M9h6z0YKmqu/LevPX0XsTULn72c5cSaN08/15QTCEUEz13Ly/g2INA9LeP/aU/4YA65iwxS ZlVpJSBMi7bCf0c/BB+9y+NBN8okNEsVyM/kplbG7VovZcu7qLchSCY X-Developer-Key: i=qijian.guo@nxp.com; a=ed25519; pk=VRjOOFhVecTRwBzK4mt/k3JBnHoYfuXKCm9FM+hHQhs= X-Virus-Scanned: ClamAV using ClamSMTP Add dt-binding documentation for waveshare DPI panel Signed-off-by: Joseph Guo Acked-by: Rob Herring (Arm) --- Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.y= aml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index b89e3979057911ab9e669e97e71c16578d9e0150..16465fe3333948909c5d1fdc2a4= ddf231bfbce70 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -301,6 +301,10 @@ properties: - vivax,tpc9150-panel # VXT 800x480 color TFT LCD panel - vxt,vl050-8048nt-c01 + # Waveshare 13.3" FHD (1920x1080) LCD panel + - waveshare,13.3inch-panel + # Waveshare 7.0" WSVGA (1024x600) LCD panel + - waveshare,7.0inch-c-panel # Winstar Display Corporation 3.5" QVGA (320x240) TFT LCD panel - winstar,wf35ltiacd # Yes Optoelectronics YTC700TLAG-05-201C 7" TFT LCD panel --=20 2.34.1