From patchwork Thu Dec 1 20:21:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 630300 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 5EDC8C47089 for ; Thu, 1 Dec 2022 20:21:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231216AbiLAUVx (ORCPT ); Thu, 1 Dec 2022 15:21:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbiLAUVs (ORCPT ); Thu, 1 Dec 2022 15:21:48 -0500 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C28EBEE2B for ; Thu, 1 Dec 2022 12:21:47 -0800 (PST) Received: by mail-lf1-x136.google.com with SMTP id bp15so4227846lfb.13 for ; Thu, 01 Dec 2022 12:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=WgxLIXSYrMYjUegPer5YIUCu5LIhi7RidA6xvUt/MGA=; b=ehmmh/A7AZXHICcP0+DZFN7+Hzmir47E++7/mzbTrrGUACR2KUryWHblxK30NfuLAT dhxxgrJlWnFD0w1CzkqHyfTqkrKlcMy9HQ/tJYKfxgcGNbsvkjoiAfWDAHbU65uv7jQK 0HMv1riJJH/ksTQWCweo2uNZFhq/3DDILzULEoNHllzybtoyqQcbsxAlVtO2fn6Udd3a ASBuzOPn8aP92hPLkKq0dojUqh3rZdqh+1IXsD23v2zHVXkZ9jdC3Bbe6sUDCp3Gy0kC hVzkELctdbM/VXb65d2m/dh6WA57L79WtjnIt/dlwt8UaGesEKQ1TbYXo2xf6TPFQXgs 1QhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=WgxLIXSYrMYjUegPer5YIUCu5LIhi7RidA6xvUt/MGA=; b=MA5L+PYJv4EEh5GIqbUL5DaphvZF9O0DwqN9wVJH5vLNRsP+mYwUsBHw2u/fbkubtx BNMFAtUV9SFTU0LW+2VhXuqtdBb/FgykXhM+Fe1g3EyRk+eXVgKJtNQF+tkVnFqVRkKM XBxW/ZM2SSMyLrw0iWSOwZkJYXY+j82vHMQmjVWZZxZ2M5zJIIroidnkJKLQiGueuGcv 6yVaCbbBDG+vwR6rtxr8FnKbRwLGui+9kFJQ78TzmGsnlSJE2qCwc/csS7ZkzRod85xX 0TviWTxOcDs6JZCnBGuAl9cXjYhb5/CEhFHkpOru/93FuJ4Yyl+dNlLmGCpAxMMxHZjK xw5w== X-Gm-Message-State: ANoB5pmGYOpa7CVWVrHjTJdhbMYAUXQfNBzAaCNBsOArI+mHZhHOK9aD nAe06eEu6BFBNJUkMr0p/qdDCA== X-Google-Smtp-Source: AA0mqf7pH9d70K2TFMfZmsQoWtSOUq1EbKoX67BaVPOnNPF5+I3MFhdMABXbIEc+/6/sOu7j/Y12CA== X-Received: by 2002:a19:4312:0:b0:4b4:b5c2:64b1 with SMTP id q18-20020a194312000000b004b4b5c264b1mr22596434lfa.524.1669926105839; Thu, 01 Dec 2022 12:21:45 -0800 (PST) Received: from eriador.unikie.fi ([192.130.178.91]) by smtp.gmail.com with ESMTPSA id l30-20020a19495e000000b004b514b27c86sm769679lfj.13.2022.12.01.12.21.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Dec 2022 12:21:45 -0800 (PST) From: Dmitry Baryshkov To: devicetree@vger.kernel.org, Lee Jones , Rob Herring , Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-arm-msm@vger.kernel.org, Jonathan Cameron , Lars-Peter Clausen , linux-iio@vger.kernel.org, Dmitry Torokhov , linux-input@vger.kernel.org, Pavel Machek , linux-leds@vger.kernel.org Subject: [PATCH 0/5] dt-bindings: add missing subdevices to qcom-pm8xxx schema Date: Thu, 1 Dec 2022 22:21:39 +0200 Message-Id: <20221201202144.448694-1-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Update the DT bindings of the Qualcomm PMIC devices sitting on the SSBI bus. Dmitry Baryshkov (5): dt-bindings: input: qcom,pm8921-keypad: convert to YAML format dt-bindings: leds: pm8058: convert from txt to YAML format dt-bindings: mfd: qcom-pm8xxx: add missing child nodes dt-bindings: iio: adc: qcom,pm8018-adc: allow specifying MPP channels dt-bindings: leds: Add 'cm3605' to 'linux,default-trigger' .../bindings/iio/adc/qcom,pm8018-adc.yaml | 2 +- .../bindings/input/qcom,pm8921-keypad.yaml | 93 +++++++++++++++++++ .../bindings/input/qcom,pm8xxx-keypad.txt | 90 ------------------ .../devicetree/bindings/leds/common.yaml | 1 + .../devicetree/bindings/leds/leds-pm8058.txt | 67 ------------- .../devicetree/bindings/leds/leds-pm8058.yaml | 81 ++++++++++++++++ .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 30 +++++- 7 files changed, 205 insertions(+), 159 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8921-keypad.yaml delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt delete mode 100644 Documentation/devicetree/bindings/leds/leds-pm8058.txt create mode 100644 Documentation/devicetree/bindings/leds/leds-pm8058.yaml