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 1FA5FC433EF for ; Mon, 13 Dec 2021 23:23:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244192AbhLMXXz (ORCPT ); Mon, 13 Dec 2021 18:23:55 -0500 Received: from mail-ot1-f53.google.com ([209.85.210.53]:35488 "EHLO mail-ot1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237678AbhLMXXx (ORCPT ); Mon, 13 Dec 2021 18:23:53 -0500 Received: by mail-ot1-f53.google.com with SMTP id x43-20020a056830246b00b00570d09d34ebso19170357otr.2; Mon, 13 Dec 2021 15:23:53 -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:in-reply-to:references:subject:date :message-id; bh=MN07U4V1fbFM28Uah7L22YfdYwHkREoQZ5ADmY6LxmE=; b=rSIVAvCmRlEKecklB/83Nk5Zt2JVCJ2KYc2JG5Js++zZkyfZt0b1gXnZvhcjlMMWq7 1UgDvmtqynKTst6eEGjcPyWgEM0oD5rVQBu72pRVnnXD1z4MRxWrjwyoFNjpajFJeHmx +BZRMBOJDI2ndfsEywAN0fKpsbTiDJRlkCfTIc3FMXLnhNEXt9X8Ijj1HZnadBFMIrkt /D021ucbYg1B49fl4RyPN5cEIbqgKFlMp6e/pvjVVjWG47pQ3YjSX2TK5GOsM2OTnUCS rsr6LRGerbk6IP6yygudk+zcSjFloxZTEgHw8iZLiliT67DDiyL+/xD+B8dxvLm4iRYd sNjQ== X-Gm-Message-State: AOAM5312dwZJqGB6+yn/7adYo2vbhrS9XP8uWcvKVLAwNRJj5fZZaAEJ xOLyu5R96dmZznEIKkCpm+gR/erfdQ== X-Google-Smtp-Source: ABdhPJygG9UxSLszfKCq3BJLXLaO6nhd2/v54vOpy5+rwpMfGis0qNScFE8ZLYHpZVfIYMEj9h8b8g== X-Received: by 2002:a9d:2085:: with SMTP id x5mr1371352ota.228.1639437832980; Mon, 13 Dec 2021 15:23:52 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id e16sm2431958ook.38.2021.12.13.15.23.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 15:23:52 -0800 (PST) Received: (nullmailer pid 1773614 invoked by uid 1000); Mon, 13 Dec 2021 23:23:49 -0000 From: Rob Herring To: David Heidelberg Cc: Alexandre Belloni , Caleb Connolly , devicetree@vger.kernel.org, Rob Herring , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Andy Gross , Satya Priya , Alessandro Zummo , linux-rtc@vger.kernel.org, Bjorn Andersson In-Reply-To: <20211213192946.111320-1-david@ixit.cz> References: <20211213192946.111320-1-david@ixit.cz> Subject: Re: [PATCH] dt-bindings: rtc: qcom-pm8xxx-rtc: update register numbers Date: Mon, 13 Dec 2021 17:23:49 -0600 Message-Id: <1639437829.348405.1773613.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Dec 2021 20:29:45 +0100, David Heidelberg wrote: > Extend registers up to 2, also document their names. > > Also fixes warnings generated by `make qcom/sdm845-oneplus-fajita.dtb`: > arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: rtc@6000: reg: [[24576], [24832]] is too long > From schema: Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml > arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: rtc@6000: 'reg-names' does not match any of the regexes: 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml > > Signed-off-by: David Heidelberg > --- > .../devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > 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/1567467 rtc@11d: compatible: Additional items are not allowed ('qcom,pm8921-rtc' was unexpected) arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dt.yaml rtc@11d: compatible: ['qcom,pm8018-rtc', 'qcom,pm8921-rtc'] is too long arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dt.yaml