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 D2B964F93C3; Mon, 21 Sep 2026 18:19:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790014752; cv=none; b=tVC4SHE0c0u/Iib7pNb0htz3X0/uRGrWsqNX7ODBSKS3Jx6kE2VkACHAj0aArp3odyRE4Mp7Xfmpq3kmjVI9u1F0tYJ5tqshHSAghEC2TtcfvxJFhDSOTjNIfCDou3YhJG4Kr1yOO9fBf7DVBkvhL8BpxdwHaTyRC9wedgQBviM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790014752; c=relaxed/simple; bh=wQbePRamCK6qP0HQmCfbQPjwS++8UxIWO8FopCf4Qv0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=gL8USrjgdHH8vTnmoHJWGaGcw2vjAxyDc390cPy4oC+9GjPFyQCIhAKLmy91D9tPjc8X4+Rbn1RAj3No0JVTrNI2QUXn+puipbpMcrBUVHV6ijHgVaIB7TDKXe1/KobIGf00/fM9JZi0a0++hRO/F3K/EWvSj+iGzX5HqAW3Dr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rztN/2Bu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rztN/2Bu" Received: by smtp.kernel.org (Postfix) with ESMTPS id 902CFC2BD00; Mon, 21 Sep 2026 18:19:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1790014752; bh=wQbePRamCK6qP0HQmCfbQPjwS++8UxIWO8FopCf4Qv0=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=rztN/2BuhCFXQNHvQ8VJiFJVXpL1xw9rkc6SYX+/sCWTew/jjjewsWLbGAsVdT8Nm YnKK3F0O31muyHT52bd2J4dXq6lNyvxw+UCTUn28Z8a9kT6tBtctvfGLmSjV86e/st 5f2O8ej3iz3bI30z4r3VNBudscPFP9hzCagsF43CvqRliOe7JJGvMPwbYWhYTI6DVs 8RQslTDr1VZ7s2wLjdoITb8zS0e0lIzeQRxn9YrAQC5Z6P2/orMjAxiytzMpLKiJ/t duojVuJQscCTPrNPh8CSRTsXe51eF7snm5IMlPc1c1UPK+T8Jx7Q/0VCM0Kc2jh8Gf 1HKqH1mZsmpag== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7893CC982EE; Mon, 21 Sep 2026 18:19:12 +0000 (UTC) From: Muzaffer Kadir via B4 Relay Date: Mon, 21 Sep 2026 21:18:57 +0300 Subject: [PATCH v3 06/19] dt-bindings: vendor-prefixes: Add General Mobile 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: 7bit Message-Id: <20260921-msm8952-initial-support-v3-6-b96fd3fe298b@mainlining.org> References: <20260921-msm8952-initial-support-v3-0-b96fd3fe298b@mainlining.org> In-Reply-To: <20260921-msm8952-initial-support-v3-0-b96fd3fe298b@mainlining.org> To: Bjorn Andersson , Abel Vesa , Stephen Boyd , Brian Masney , Jerome Brunet , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Srinivas Kandagatla , Ulf Hansson , Konrad Dybcio , "Joerg Roedel (AMD)" , Will Deacon , Robin Murphy , Lee Jones , Rob Clark , Dmitry Baryshkov , Abhinav Kumar , Jessica Zhang , Sean Paul , Marijn Suijten , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Robert Marko , Guru Das Srinagesh , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Kees Cook , Tony Luck , "Guilherme G. Piccoli" , Dmitry Torokhov Cc: David Heidelberg , phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, iommu@lists.linux.dev, mfd@lists.linux.dev, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Krzysztof Kozlowski , linux-pm@vger.kernel.org, linux-input@vger.kernel.org, Muzaffer Kadir , Krzysztof Kozlowski X-Mailer: b4 0.15.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1790014748; l=921; i=muzafferkadir@mainlining.org; s=20260816; h=from:subject:message-id; bh=PnYLUgGz3s0uCTErVdwKOvW0TSbIMZuWd4fgenpThBM=; b=oooIact20WyWw3vnWthGA4tgys+GchSsDImgXI2OZloY1CLI2yJ4FYpu2H1TfCf8iN/euYXgn MsqmOcr0/lhCkGVVwozpZirzO43nZZxcWp74nOGVPNFSnLIw3lavYc6 X-Developer-Key: i=muzafferkadir@mainlining.org; a=ed25519; pk=4zkv4suQ3cYcO4Z7CrV8JSSjEGLBGepUtvQCFjgnYIU= X-Endpoint-Received: by B4 Relay for muzafferkadir@mainlining.org/20260816 with auth_id=954 X-Original-From: Muzaffer Kadir Reply-To: muzafferkadir@mainlining.org From: Muzaffer Kadir Add vendor prefix for General Mobile. Link: https://www.generalmobile.com Acked-by: Krzysztof Kozlowski Signed-off-by: Muzaffer Kadir --- 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 4a5cf436eb14..8197b4155b6d 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -662,6 +662,8 @@ patternProperties: description: Gemei Digital Technology Co., Ltd. "^gemtek,.*": description: Gemtek Technology Co., Ltd. + "^generalmobile,.*": + description: General Mobile Fzc. "^genesys,.*": description: Genesys Logic, Inc. "^genexis,.*": -- 2.55.0