From patchwork Fri Dec 17 09:35:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Palmer X-Patchwork-Id: 525241 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D803C433EF for ; Fri, 17 Dec 2021 09:35:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231500AbhLQJfe (ORCPT ); Fri, 17 Dec 2021 04:35:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231778AbhLQJfd (ORCPT ); Fri, 17 Dec 2021 04:35:33 -0500 Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52CC0C06173E for ; Fri, 17 Dec 2021 01:35:33 -0800 (PST) Received: by mail-pl1-x635.google.com with SMTP id v19so1377488plo.7 for ; Fri, 17 Dec 2021 01:35:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vLi6N94MnCVB9ARnc0eEzCARITtk4gVOxNAAwPj43QQ=; b=OMTJeOjcj1XpgOhCtKqXK0zWxh/x5nrFmIlZwqscjJEGOb4C021MjtSgxmGYtGxsPq skm8UlTj6Z9U5mevQS7gq8eNPMcal2cGgEUQNdO6aq8kG0g/ipqkpRxV/sUlzLYZyS3o fLpI1nt03c+JhpPeNxBwABRL2nrucpESRK8O8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vLi6N94MnCVB9ARnc0eEzCARITtk4gVOxNAAwPj43QQ=; b=WEPq/0t8PPP5EsH/RzeniY8eru/zlZPPv3Q6cUIMY6Uelt1BsgIGR9bf0In+BXTrYx QePXwLKzrMCqvYR9Ci/eDe6H2TOFkIL7UbyxlMLZKavX15F32gKJJyILgiRsM4QOkOv3 57DYsJrOTlq4qArt4fqmVeTmacFYsHeGvQdDskTFvK+d22aKwccgyTbaw0lbkzJIh3/p 4zOT3KSFyCg+sHJFToUrDvbJYP4DaW5SVU9MghaBbW29ZF/nQjzRh5rF3m+/EUGGap30 B9HPkB1MoK9KJso3uW0qeSZbOEeOmJmsThYO5MRUW0hamPdga9pfeMai1BY8N1zL1AYk CeKQ== X-Gm-Message-State: AOAM530FIgAimu45rIER9SeROsPOdgqFlVa8JntDP/gpvrBc2qNpYqPg 1lj3PQp2c2M8a2ZvmN8xbNh7ZlbR9HTbww== X-Google-Smtp-Source: ABdhPJwjfofJlRSoHzSk6XAQ1y4RXRcjsbeTWGB36hJAAfde6/UiEFSfrmruZFE0o8kXKeo6DZuvtQ== X-Received: by 2002:a17:902:db01:b0:148:a2f7:9d51 with SMTP id m1-20020a170902db0100b00148a2f79d51mr2555518plx.112.1639733732685; Fri, 17 Dec 2021 01:35:32 -0800 (PST) Received: from shiro.work (p864106-ipngn200510sizuokaden.shizuoka.ocn.ne.jp. [180.9.58.106]) by smtp.googlemail.com with ESMTPSA id o9sm7650143pgs.65.2021.12.17.01.35.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Dec 2021 01:35:32 -0800 (PST) From: Daniel Palmer To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, romain.perier@gmail.com, livelwh@outlook.com Cc: linux-kernel@vger.kernel.org, Daniel Palmer Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for 100ask Date: Fri, 17 Dec 2021 18:35:08 +0900 Message-Id: <20211217093510.3674590-2-daniel@0x0f.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211217093510.3674590-1-daniel@0x0f.com> References: <20211217093510.3674590-1-daniel@0x0f.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 100ask is Linux SBC/module/training provider. Add a prefix for them. Link: https://www.100ask.net Signed-off-by: Daniel Palmer --- To Rob: One thing I have noticed is that dtbs_check seems to be complaining about the prefix starting with a digit. If it's a problem I can change the prefix I think. 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 66d6432fd781..f0fc682d3680 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -23,6 +23,8 @@ patternProperties: "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true # Keep list in alphabetical order. + "^100ask,.*": + description: Baiwen.com (100ask). "^70mai,.*": description: 70mai Co., Ltd. "^abb,.*":