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=-13.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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,USER_AGENT_GIT 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 DD46EC4727C for ; Tue, 29 Sep 2020 20:58:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88A1920774 for ; Tue, 29 Sep 2020 20:58:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="M3Ny7Z/s" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729398AbgI2U6Y (ORCPT ); Tue, 29 Sep 2020 16:58:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729397AbgI2U6X (ORCPT ); Tue, 29 Sep 2020 16:58:23 -0400 Received: from mail-pg1-x542.google.com (mail-pg1-x542.google.com [IPv6:2607:f8b0:4864:20::542]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1D26C0613D1 for ; Tue, 29 Sep 2020 13:58:23 -0700 (PDT) Received: by mail-pg1-x542.google.com with SMTP id 197so4898083pge.8 for ; Tue, 29 Sep 2020 13:58:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CYwUUIH7aJo21VgV3kgkXoXamfeVgQGrVjUeWz8T8IQ=; b=M3Ny7Z/sGhjTesPn/YjzXX72aY0MxN4FZy6Hj5AffcDREtgNIo3KmqvRln8lXny7Eb iNvR0Cl3M7dIB6romwqCHM70uX2UQkCMTSh/h3COyRF5TmBfktOvbQa1WFFa/mCBDKo8 jfP3E6NQSLUdouEPzOGMp9fxhkTwjJNSNeVcM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CYwUUIH7aJo21VgV3kgkXoXamfeVgQGrVjUeWz8T8IQ=; b=GwGIM9T5iZbs2xTMCLM0BDRkxWQjGaEFHnL9fWNMLKIUJLVCcmTLop6t/wV4KPdHjA cCcZOrz5jFpND+mOjmKnMY632rMkoRB7LHYWmdrtJRg9v48C6pnrCMjEUUrAcCxa2YC5 R1tTD3rkn8e2wlCgOngoipanaUpxIC2Dj609vQ5txKTjotSz0VTQ8+ngacJQhdSSHLxX P6cbz2UJqxQVUkpQIs10xS9u0SOPhpxTrjH1IaSaL5mVFJCYfeF3d5Ea8rDmxMNfemFx R+qzbmAh2s+4xnVmOKRHn4zyCTJ8xhdS/JtkZxXcluIFAbUCVv7DT58B9upJa/YkFq12 nt0A== X-Gm-Message-State: AOAM5331ac1o/HAWTPCEUPKgugWhs51gR/1NNr2qvEFuJDpPUy5qoc3q VDLRKR2uAc104HDRwewQJa+s3Q== X-Google-Smtp-Source: ABdhPJz2dtPncP4/ej/nFRinWGUWYUYH1JXIcyiRGj5WBVMoJc3KZYjR2Eq3acknOxlPe4fZLgOGRA== X-Received: by 2002:aa7:904a:0:b029:142:2501:35d8 with SMTP id n10-20020aa7904a0000b0290142250135d8mr5627145pfo.56.1601413103304; Tue, 29 Sep 2020 13:58:23 -0700 (PDT) Received: from evgreen-glaptop.cheshire.ch ([2601:646:c780:1404:a2ce:c8ff:fec4:54a3]) by smtp.gmail.com with ESMTPSA id k7sm5488101pjs.9.2020.09.29.13.58.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Sep 2020 13:58:22 -0700 (PDT) From: Evan Green To: Rob Herring , Bjorn Andersson , Srinivas Kandagatla Cc: Douglas Anderson , Stephen Boyd , Evan Green , Andy Gross , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] dt-bindings: nvmem: Add qcom,sc7180-qfprom compatible string Date: Tue, 29 Sep 2020 13:58:05 -0700 Message-Id: <20200929135741.1.I8b447ca96abfbef5f298d77350e6c9d1d18d00f6@changeid> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200929205807.2360405-1-evgreen@chromium.org> References: <20200929205807.2360405-1-evgreen@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add an SoC-specific compatible string so that data can be attached to it in the driver. Signed-off-by: Evan Green --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 59aca6d22ff9b..b16c8e6a8c23d 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -14,7 +14,9 @@ allOf: properties: compatible: - const: qcom,qfprom + enum: + - qcom,qfprom + - qcom,sc7180-qfprom reg: # If the QFPROM is read-only OS image then only the corrected region -- 2.26.2