From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B62DB17C4 for ; Fri, 27 Oct 2023 01:14:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kSpnv+XP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0EE6C433C7; Fri, 27 Oct 2023 01:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698369261; bh=Y1NK/POahZrLvSXLrd6NlTxLMpaZrRLCzwnjhAM21xE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kSpnv+XPb0jGS+g/RzxQl+DtG8FwmkXgRMgwr1xmPWIc4vkUcFG8gVV6yOnY4Rgy+ A8o9Pp0yd5BqtUFJwfZjGfpCTjcQoG17q1S/+qcPmfY3GuJNmASZ1AQ5TWBNeTAKkD ixKoVTyO3HAN5Q+ZTEoJeeG89alc6+0QUPkZoVdCWdY4/ik/fbrfT2VpUqBG/xcTyK WommjbjXZCQWQzfgQtUvcwitZ9ZDGNImf9KJs2R9t3VJTpgQqhdlaYIzGKbnWC600l BWxI8oOSBVg1YybEIjzRJUZsG7o7DvAUXrEjSs6biZ6KpLc58YsyK51skfy/70x21y eXybWISvl2KPg== Received: by mercury (Postfix, from userid 1000) id 4140F106052D; Fri, 27 Oct 2023 03:14:18 +0200 (CEST) From: Sebastian Reichel To: Sebastian Reichel , Sakari Ailus , Jacopo Mondi Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/4] dt-bindings: vendor-prefixes: add GalaxyCore Date: Fri, 27 Oct 2023 03:12:01 +0200 Message-ID: <20231027011417.2174658-2-sre@kernel.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231027011417.2174658-1-sre@kernel.org> References: <20231027011417.2174658-1-sre@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit GalaxyCore Shanghai Limited Corporation manufacturers CMOS Image Sensor and Display Driver IC. Signed-off-by: Sebastian Reichel --- 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 573578db9509..8cb49a2e4afa 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -494,6 +494,8 @@ patternProperties: description: Fujitsu Ltd. "^fxtec,.*": description: FX Technology Ltd. + "^galaxycore,.*": + description: GalaxyCore Shanghai Limited Corporation "^gardena,.*": description: GARDENA GmbH "^gateworks,.*": -- 2.42.0