From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DF53EB64DA for ; Wed, 19 Jul 2023 15:22:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231681AbjGSPWD (ORCPT ); Wed, 19 Jul 2023 11:22:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231124AbjGSPWD (ORCPT ); Wed, 19 Jul 2023 11:22:03 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88185CC; Wed, 19 Jul 2023 08:22:00 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPA id 537981C000B; Wed, 19 Jul 2023 15:21:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1689780119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=z7LeJpkpUdhoFv0e9eqWbQ9CWTKgq+xXZByhqOo66tA=; b=bAexir4VCi2pGfTcj5tOmnZu6VIjuODeLgGTSBy2VUTxxTDAf+urTgSkc7PNv121vRpzSy AfvLGVlGOWnN4QwnFGha/P8JRiy/hEnqcw6gs5ihCFv20rVYz027F1plsQV79uzNxdZDOR dp/QOIMoUXb3FWzJAsJWeT1CP9LchtejpJ58/ZfzOaxLN0a2GQfKuvi7DlL3Ghq7f2cg91 uFrwE1Hwhuh9tlSpRCAAFilVkDKXbfvUEWlpKskt/Xb+EjZHyTejI0TRsMiSfqmqkM0Ya8 c4JFZXe6Tze3bC76bwqrcYOoxP+6vVBV5WcoiUSCB6z1puHE3+jjz2FYbFj3Tg== From: Luca Ceresoli To: Neil Armstrong , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Luca Ceresoli , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Paul Kocialkowski Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: add ShenZhen New Display Co. Date: Wed, 19 Jul 2023 17:21:45 +0200 Message-Id: <20230719152147.355486-1-luca.ceresoli@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: luca.ceresoli@bootlin.com Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org ShenZhen New Display Co., Limited is the manufacturer of the NDS040480800-V3 LCD panel according the datasheet. Signed-off-by: Luca Ceresoli --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index af60bf1a6664..f73d6d4eabbe 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -929,6 +929,8 @@ patternProperties: description: Netronix, Inc. "^netxeon,.*": description: Shenzhen Netxeon Technology CO., LTD + "^newdisplay,.*": + description: ShenZhen New Display Co., Limited "^neweast,.*": description: Guangdong Neweast Optoelectronics CO., LTD "^newhaven,.*": -- 2.34.1