From patchwork Mon Dec 27 13:31:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 528493 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 A0CFFC433F5 for ; Mon, 27 Dec 2021 13:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234036AbhL0NcJ (ORCPT ); Mon, 27 Dec 2021 08:32:09 -0500 Received: from smtp-relay-internal-1.canonical.com ([185.125.188.123]:54428 "EHLO smtp-relay-internal-1.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234026AbhL0NcI (ORCPT ); Mon, 27 Dec 2021 08:32:08 -0500 Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id CA921402DD for ; Mon, 27 Dec 2021 13:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1640611923; bh=QDOgrK+UXXf2EP9Xg5SGCwl/Jd4bs8eRi//6n3uyqR8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=lziYc1EyreVicuvSUM231+QnhedgUjWnfzZWLR4kUcM6QrjdfQHQtAlaCscTiszqS y4ZyrK5/sBwNsRrYbOiaGj868Yda5Na8K7OHutI1macXslU1x2zGzYMURN7vMU7dXn BhFMj5y6hguQKPnVFIVWh0kOnGuGU4TX4bX/4Qm4sZiJZ0K6yIihb/YCapbbzzWX1M 8jBoXw3qyJR+/QRN47LtOejHR+G3mLWvshD6icL0KXTUEPcAwzoos2pjoAkw5HQrh5 FM7aI/kZc6dWBAI+UG04z+oy/tRGAHoao/bY8VBI7PWDQvF7fspeqQVVsg6itMqmxi q8iZofKL7V8Pg== Received: by mail-lj1-f200.google.com with SMTP id s19-20020a2eb8d3000000b0022d8722e7b5so3967400ljp.23 for ; Mon, 27 Dec 2021 05:32:03 -0800 (PST) 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=QDOgrK+UXXf2EP9Xg5SGCwl/Jd4bs8eRi//6n3uyqR8=; b=1aV9yJGoF3CsHNx/LlaL7g+PJCaLqNjItCF7NdaWmVg800W+IwLeNRI6USQhc+mELF /I2Sd0pZJLSUKTM02jgkPrbbHhNX/zcijP5r0c9UPbqkK8Dq2fA37ZA81OV4R2zdcS+e 0MDUFxfx3XorVwZAevNvS3Yg+/zkwLdFEPZoNR3oQ3s4dCHnh/8xW6YkIQ7GzUr4ICsq WpoxPLXeyhQD8i4VXmm5xVS/s4BzAuw3Km812bR+MUJGGahxpkPhDF80PkvfRI8YXYaY 6do4P6HaKRNjh1Tbf4NdKcwFS+V/8Lv3JlihW3eCHeNXE3vLlwWptxVjj3sdTMullgqk HMbQ== X-Gm-Message-State: AOAM5323A+QoFCXQTj9wFrScR48+wxabbsfOILkcNfC7EcwB8UzRV9HU hadRyGQWapKgOmQcFIqOdvh0JF6r4TDMkaMiw0+wNGqv1uNMiRGD5S+5Teao6LQFmTl7HgHE87O 8q9jSya35nv/dgSs1hcRzsDQ6V1xMFCkkNtX/Mw== X-Received: by 2002:a2e:968d:: with SMTP id q13mr14005307lji.463.1640611923132; Mon, 27 Dec 2021 05:32:03 -0800 (PST) X-Google-Smtp-Source: ABdhPJynCHx4YS7Nx8hWr33RmvpMJvVcwhIG9PNwD3XcJLGvPB1pyTdxMyPh0ubQJsJZiiyheysjag== X-Received: by 2002:a2e:968d:: with SMTP id q13mr14005298lji.463.1640611922973; Mon, 27 Dec 2021 05:32:02 -0800 (PST) Received: from krzk-bin.lan (89-77-68-124.dynamic.chello.pl. [89.77.68.124]) by smtp.gmail.com with ESMTPSA id d14sm1433510lfg.18.2021.12.27.05.32.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Dec 2021 05:32:02 -0800 (PST) From: Krzysztof Kozlowski To: Rob Herring , Michael Turquette , Stephen Boyd , Ulf Hansson , Dinh Nguyen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-mmc@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 01/19] dt-bindings: vendor-prefixes: add Enclustra Date: Mon, 27 Dec 2021 14:31:13 +0100 Message-Id: <20211227133131.134369-2-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211227133131.134369-1-krzysztof.kozlowski@canonical.com> References: <20211227133131.134369-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Add vendor prefix for Enclustra GmbH (https://www.enclustra.com). Signed-off-by: Krzysztof Kozlowski --- 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 1497303e2600..a909dc1c8e28 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -373,6 +373,8 @@ patternProperties: description: Empire Electronix "^emtrion,.*": description: emtrion GmbH + "^enclustra,.*": + description: Enclustra GmbH "^endless,.*": description: Endless Mobile, Inc. "^ene,.*":