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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C941FC433F5 for ; Sun, 17 Oct 2021 16:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8016961054 for ; Sun, 17 Oct 2021 16:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242143AbhJQQMm (ORCPT ); Sun, 17 Oct 2021 12:12:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241905AbhJQQMl (ORCPT ); Sun, 17 Oct 2021 12:12:41 -0400 Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B006C06161C for ; Sun, 17 Oct 2021 09:10:32 -0700 (PDT) Received: by mail-ot1-x330.google.com with SMTP id g62-20020a9d2dc4000000b0054752cfbc59so380519otb.1 for ; Sun, 17 Oct 2021 09:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=kETnTI3KYuVTyvjmQeUhrBThiBm0S+axChyL+ZVMPek=; b=Wyhl3/efAHBGhLczTjfp2DFGDiKNi1RtUlHr+cBGUbyrmVOrlAFot/Vhlf4GECkV4G KvAOJ82ttBf4JISeIfKftHQg3OdLF1VcuHpLDpvO97VuUsv9RRgiz83vzgh9hV1pXW6J Oh5pW4m7v4klBZbA/8DkliWM6MpkxCJKEZTcleNf4LY0pPypDTu/KfcBCo99svVt8rSM jTQIy2VGdYcRhuV6tW1iCPJx+msCNe33KFfN9my+aYt3BN3mPZS2GVEZhlbf+hMIr3nG rLUSahRKRMLPxnLuXlU7UnnCMxMl7po3Vj9VfOomRAIKyTp9kivwpJSBPo1fCPeSsfhk H8+w== 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:mime-version :content-transfer-encoding; bh=kETnTI3KYuVTyvjmQeUhrBThiBm0S+axChyL+ZVMPek=; b=zfGF7usZHa/NW0WXlXn0b6akVV4xaGTpXlBDHiPW+6yYV//VC2+yF+/WfE7Cqy54uQ 4ClE+5FYA4h6MV5ivKz2H0aD7ASdNrIp1tNJOndyhajVGm134wud7YT1Dw9XSVGnq7Ex HNJVqenEbdb4UatmN4V1+DLt/o7T81QKd7DQinQ9zfFk4om17vNiDIVfNw++qpRAVAu/ zBbMXuPyRNt+kA/8flzZFsrzL/C3gh0ji9ez+9IZzRjAOJEn4kcO785zT60oijDkdL+c tDOT+ah37Uk4aimCVmdM3de33/CyvxJZxQ8UUSWN1kbQu3aWWj+H8LkOYqPCP49oVsRc 5IrA== X-Gm-Message-State: AOAM532V6beks4lGa3A7IVt3uR4uh8JalG/NOMhXbByHCdnB3MSSfDvt RGdX2JevW982Ms7CaBu7jjhOIA== X-Google-Smtp-Source: ABdhPJyXL3SCwPAAezLijEiWCZxLx383YEsDndUFVZMZLvYtvzPrwVi0rIxHdT/sbWzcCsHYYqz+/Q== X-Received: by 2002:a05:6830:30ba:: with SMTP id g26mr17037007ots.32.1634487031378; Sun, 17 Oct 2021 09:10:31 -0700 (PDT) Received: from localhost.localdomain ([2600:1700:a0:3dc8:205:1bff:fec0:b9b3]) by smtp.gmail.com with ESMTPSA id ay42sm2514892oib.22.2021.10.17.09.10.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Oct 2021 09:10:31 -0700 (PDT) From: Bjorn Andersson To: Lee Jones , Rob Herring Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/4] mfd: qcom-spmi-pmic: Sort the compatibles in the binding Date: Sun, 17 Oct 2021 09:12:15 -0700 Message-Id: <20211017161218.2378176-1-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Create some order in the list of compatibles by sorting them. Signed-off-by: Bjorn Andersson --- Changed since v1: - New patch .../bindings/mfd/qcom,spmi-pmic.txt | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt index 5ef79bf3d035..67785b6d66e9 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt @@ -15,28 +15,28 @@ each. A function can consume one or more of these fixed-size register regions. Required properties: - compatible: Should contain one of: - "qcom,pm8941", - "qcom,pm8841", - "qcom,pma8084", + "qcom,pm7325", + "qcom,pm8004", + "qcom,pm8005", "qcom,pm8019", - "qcom,pm8226", "qcom,pm8110", - "qcom,pma8084", - "qcom,pmi8962", - "qcom,pmd9635", - "qcom,pm8994", - "qcom,pmi8994", - "qcom,pm8916", - "qcom,pm8004", + "qcom,pm8226", + "qcom,pm8350c", + "qcom,pm8841", "qcom,pm8909", + "qcom,pm8916", + "qcom,pm8941", "qcom,pm8950", - "qcom,pmi8950", + "qcom,pm8994", "qcom,pm8998", + "qcom,pma8084", + "qcom,pma8084", + "qcom,pmd9635", + "qcom,pmi8950", + "qcom,pmi8962", + "qcom,pmi8994", "qcom,pmi8998", - "qcom,pm8005", - "qcom,pm8350c", "qcom,pmk8350", - "qcom,pm7325", "qcom,pmr735a", or generalized "qcom,spmi-pmic". - reg: Specifies the SPMI USID slave address for this device. -- 2.29.2