Authentication-Results: mail-b.sr.ht; dkim=pass header.d=z3ntu.xyz header.i=@z3ntu.xyz Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by mail-b.sr.ht (Postfix) with ESMTPS id BA6C211EEC2 for <~postmarketos/upstreaming@lists.sr.ht>; Sat, 11 Sep 2021 23:28:09 +0000 (UTC) Received: from localhost.localdomain (ip-213-127-63-121.ip.prioritytelecom.net [213.127.63.121]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id C9EC9CB1FD; Sat, 11 Sep 2021 23:28:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1631402889; bh=SBiA58xTiqjsvkQsR1y40mscyUIMFk4rOMRYeRucm3Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=l1CXgOS5WJOe57V4qUWWREgXuRCi6jen5Gx/jGp5gjWj9/fuUG8ugWCaFgSnBSIAq /zw+xtK/uzpvUNeRP+p44D7EhNZPy9Iu7fK5Kah+E74YZi8TeK36PRj6xfqnuf2OLy 9lE9VdD8BCEucS7bP0zf6Typ/j/41lVUi5yzxI+I= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, bartosz.dudziak@snejp.pl, Luca Weiss , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Oleksij Rempel , Sam Ravnborg , Linus Walleij , Daniel Palmer , Max Merchel , Hao Fang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/8] dt-bindings: vendor-prefixes: add LG Electronics Date: Sun, 12 Sep 2021 01:27:00 +0200 Message-Id: <20210911232707.259615-7-luca@z3ntu.xyz> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210911232707.259615-1-luca@z3ntu.xyz> References: <20210911232707.259615-1-luca@z3ntu.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit LG Electronics is a part of the LG Corporation and produces, amongst other things, consumer electronics such as phones and smartwatches. Signed-off-by: Luca Weiss --- 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 a867f7102c35..b99af98bf5de 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -635,6 +635,8 @@ patternProperties: description: Lenovo Group Ltd. "^lg,.*": description: LG Corporation + "^lge,.*": + description: LG Electronics Inc. "^lgphilips,.*": description: LG Display "^libretech,.*": -- 2.33.0