From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39063C35675 for ; Sun, 23 Feb 2020 03:16:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 111D92067D for ; Sun, 23 Feb 2020 03:16:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=megous.com header.i=@megous.com header.b="HuM57RWF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727168AbgBWDQZ (ORCPT ); Sat, 22 Feb 2020 22:16:25 -0500 Received: from vps.xff.cz ([195.181.215.36]:36874 "EHLO vps.xff.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727158AbgBWDQS (ORCPT ); Sat, 22 Feb 2020 22:16:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1582427776; bh=tDnwYEW9GEDNmkZUKddg1nhKcHJVjXNH6bPtCqGCOp0=; h=From:To:Cc:Subject:Date:References:From; b=HuM57RWFdI2ZY7MHHYC1x7XzTYzPYsuReQuZAjAE0sDuVdb7bZfCBNsF1nRK2vRzs MaVAolXkqtwLPMo8ulUS8d2wNLD/yoE+Ut0x4EhoxyS7Fn+yNRpB/2ZpSteph6vUBE cPTIlwYcZgawCLuGePBc3Xk4hvneTLQhAv2Sbm18= From: Ondrej Jirman To: linux-sunxi@googlegroups.com, Rob Herring , Maxime Ripard , Chen-Yu Tsai Cc: Ondrej Jirman , Mark Rutland , Corentin Labbe , Sunil Mohan Adapa , Sam Ravnborg , Heiko Stuebner , Stephan Gerhold , Mark Brown , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA Date: Sun, 23 Feb 2020 04:16:12 +0100 Message-Id: <20200223031614.515563-2-megous@megous.com> In-Reply-To: <20200223031614.515563-1-megous@megous.com> References: <20200223031614.515563-1-megous@megous.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Call it "pocketbook". Signed-off-by: Ondrej Jirman --- 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 9e67944bec9c6..434cf7de691d2 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -761,6 +761,8 @@ patternProperties: description: Broadcom Corporation (formerly PLX Technology) "^pni,.*": description: PNI Sensor Corporation + "^pocketbook,.*": + description: PocketBook International SA "^polaroid,.*": description: Polaroid Corporation "^portwell,.*": -- 2.25.1