From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 A5E2A10E2 for ; Mon, 25 Sep 2023 02:11:56 +0000 (UTC) Received: from out-206.mta0.migadu.com (out-206.mta0.migadu.com [91.218.175.206]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 569D8139 for ; Sun, 24 Sep 2023 19:11:55 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1695607913; 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: in-reply-to:in-reply-to:references:references; bh=Gv+uafqaxdaZgt/RSDYyi9C7m8D3DymG7MRuMChltow=; b=YWs5pGYMd+dRD8Qyiiih1AuF22KRu13DKM6DqbOM/k+3M8Sc8qCYwFYNjYxs08l3KUzxGK FOx/Nrh51hSfPbukJYr7xS9hE0iErhScAWcUawXkT/4YZoHOLpVHJtSffcn6GblyApb0y6 JsHNCtsE1YDhOaDBaRzt1V1eRufeTaQBkD1+eqkYUtht8hp3CuQJzU6KrD3J+yx4hB/kDe iV0aoRe1ijsv69Hs8YZNWnVu+2W/EVnxuAQ9V4dJgg269KaY1tz0Zi8GItF/XIzSg60Pol z95GCuDMRzygBOD4ODNM8TeiX2v6j4NZv5plr0+Cr4WhZt9vyncRYZvuOCzlfg== From: John Watts To: dri-devel@lists.freedesktop.org Cc: Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Heiko Stuebner , Chris Morgan , Jagan Teki , John Watts , Paul Cercueil , Christophe Branchereau , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [RFC PATCH v3 6/7] dt-bindings: vendor-prefixes: Add fascontek Date: Mon, 25 Sep 2023 12:10:57 +1000 Message-ID: <20230925021059.451019-7-contact@jookia.org> In-Reply-To: <20230925021059.451019-1-contact@jookia.org> References: <20230925021059.451019-1-contact@jookia.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Fascontek manufactures LCD panels such as the FS035VG158. Signed-off-by: John Watts Acked-by: Krzysztof Kozlowski --- 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 565b13fb429d..744317e2a7cb 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -468,6 +468,8 @@ patternProperties: description: Fairphone B.V. "^faraday,.*": description: Faraday Technology Corporation + "^fascontek,.*": + description: Fascontek "^fastrax,.*": description: Fastrax Oy "^fcs,.*": -- 2.42.0