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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B75CC433F5 for ; Thu, 12 May 2022 13:49:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354672AbiELNti (ORCPT ); Thu, 12 May 2022 09:49:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354651AbiELNte (ORCPT ); Thu, 12 May 2022 09:49:34 -0400 Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB059169E04; Thu, 12 May 2022 06:49:28 -0700 (PDT) Received: by mail-ot1-f41.google.com with SMTP id l9-20020a056830268900b006054381dd35so2719376otu.4; Thu, 12 May 2022 06:49:28 -0700 (PDT) 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:in-reply-to:references:subject:date :message-id; bh=PsCGzG6OjpoTr8MImm2vvJ+gTn0sgSx2eppfKofCUaY=; b=zKafIk9s4ot87ctdlNXzXmmPe+udPbNKCqeMa9MOzFAFeyWArMUICydk+KorQOjQOl CIH9C+djWcqS5WKi94YZWhH6ufserN/UXmtSazQaBm5ZlUwK2qQgV75RzJ2gZUynyBuX Qd+97EHo2kVLJs5LHmvxiSh69uAy97mMa4WnqcL76Gq6LtoyyfpPmtS7eRIaROaecol6 EM4NFluJUctbeaSc0IyFjLqfF4mo5dDsHtjLX/CeRFWhxvcxSWIXjRg6YzIQZhb1eYmS JFCudiXibtQvwpxaq3wAsHdY4EpuZma9lJEUBMB34kFpOGWGtmD0ySosDVXDndLVwVg3 LVUg== X-Gm-Message-State: AOAM5332CXcC8MFehbpy1lRyeA94URBncAQlNEa+0Dh+BJR+dBrZ/q8F coNhmNbRNFx/DVBWyAP0UQ== X-Google-Smtp-Source: ABdhPJzcboMr7Lypqv9322MOEFtzV/4F5STDwvSQiYG1BRFrFhTD7H7K9oUOY1m7VKvCK4EEpssOGA== X-Received: by 2002:a9d:3b5:0:b0:603:f8ac:a780 with SMTP id f50-20020a9d03b5000000b00603f8aca780mr17467otf.26.1652363367956; Thu, 12 May 2022 06:49:27 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id u4-20020a4a9704000000b0035eb4e5a6b5sm2188364ooi.11.2022.05.12.06.49.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 May 2022 06:49:27 -0700 (PDT) Received: (nullmailer pid 2231013 invoked by uid 1000); Thu, 12 May 2022 13:49:24 -0000 From: Rob Herring To: Sireesh Kodali Cc: devicetree@vger.kernel.org, Andy Gross , linux-kernel@vger.kernel.org, Rob Herring , bjorn.andersson@linaro.org, Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, Mathieu Poirier , linux-remoteproc@vger.kernel.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht In-Reply-To: <20220511161602.117772-5-sireeshkodali1@gmail.com> References: <20220511161602.117772-1-sireeshkodali1@gmail.com> <20220511161602.117772-5-sireeshkodali1@gmail.com> Subject: Re: [PATCH 4/9] dt-bindings: remoteproc: qcom: wcnss: Convert to YAML Date: Thu, 12 May 2022 08:49:24 -0500 Message-Id: <1652363364.585757.2231012.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org On Wed, 11 May 2022 21:45:57 +0530, Sireesh Kodali wrote: > Convert the dt-bindings from txt to YAML. This is in preparation for > including the relevant bindings for the MSM8953 platform's wcnss pil. > > Signed-off-by: Sireesh Kodali > --- > .../bindings/remoteproc/qcom,wcnss-pil.txt | 177 -------------- > .../bindings/remoteproc/qcom,wcnss-pil.yaml | 228 ++++++++++++++++++ > 2 files changed, 228 insertions(+), 177 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.txt > create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ remoteproc@a21b000: 'qcom,state', 'qcom,state-names' do not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/apq8016-sbc.dtb arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dtb arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dtb arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dtb arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dtb arch/arm64/boot/dts/qcom/msm8916-longcheer-l8910.dtb arch/arm64/boot/dts/qcom/msm8916-mtp.dtb arch/arm64/boot/dts/qcom/msm8916-samsung-a3u-eur.dtb arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dtb arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dtb arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dtb arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dtb arch/arm/boot/dts/qcom-apq8016-sbc.dtb arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dtb remoteproc@fb21b000: 'power-domain-names' is a required property arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dtb remoteproc@fb21b000: 'power-domains' is a required property arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dtb