From nobody Wed Nov 27 19:47:40 2024 Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (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 080AC1E00B0; Tue, 8 Oct 2024 14:46:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.77.234 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398808; cv=none; b=jwczSQp4aUfEUT8qS87atuqrIMSWMmOKTp5TsMMsnGZLIcWnS9ccBwmU+MnRTCYu9dK37vAxvTALWldP55Iss3tTqARRX6ZbU7bkUP5gvOCNjjCSMU/EOlN4QONYcuz22IcfQm6VAUwqSDio5RyDDlk1T+IzT0pd7S0AxAEQ6OA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728398808; c=relaxed/simple; bh=kT3NhxvfHxuqPkC4RI3HFR331tknzG2lE1lDQioM8FU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RTNGolJi/a6r2/ijkqsTPvYjc73zFBHrSBZzAroRTND1xKvcXzibjpvxpluW22keEN0w+fonI4HXXHoOyqZF71SEE0yQcgmXMZPdR+/qtwBWyOI7HKwm6ag171z3BeLIdeMvxBKUtu4lWdpMZtN5iXIR7DyL9Zi9ii65D7qP2Rg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=fris.de; spf=fail smtp.mailfrom=fris.de; arc=none smtp.client-ip=116.203.77.234 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=fris.de Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 68F52BFB3E; Tue, 8 Oct 2024 16:38:38 +0200 (CEST) From: Frieder Schrempf To: Conor Dooley , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Rob Herring Cc: Frieder Schrempf , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Linus Walleij , Neil Armstrong , =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Subject: [PATCH v3 1/4] dt-bindings: vendor-prefixes: Add Jenson Display Date: Tue, 8 Oct 2024 16:37:43 +0200 Message-ID: <20241008143804.126795-2-frieder@fris.de> In-Reply-To: <20241008143804.126795-1-frieder@fris.de> References: <20241008143804.126795-1-frieder@fris.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" From: Frieder Schrempf Add vendor prefix for manufacturer Jenson Display (http://jensondisplay.com= ). Signed-off-by: Frieder Schrempf Acked-by: Krzysztof Kozlowski --- Changes for v3: * Add A-b tag from Krzysztof (thanks!) Changes for v2: * Add link to commit message --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Docum= entation/devicetree/bindings/vendor-prefixes.yaml index a70ce43b3dc03..2b483eb5e364c 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -750,6 +750,8 @@ patternProperties: description: Japan Display Inc. "^jedec,.*": description: JEDEC Solid State Technology Association + "^jenson,.*": + description: Jenson Display Co. Ltd. "^jesurun,.*": description: Shenzhen Jesurun Electronics Business Dept. "^jethome,.*": --=20 2.46.0