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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 9339AC433DF for ; Sat, 15 Aug 2020 22:11:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6511420674 for ; Sat, 15 Aug 2020 22:11:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597529465; bh=8xrqG9ujM70SVswirhjHSCM1NcB46h4TexvLpDudO2g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=2MM4VlLaae1cJuPGj3pkmxNtOk6MKaGsZfHpFmxdS6jynRyi5Fu6lgrkBwmfooh+I xs2rJr5ye0LNRnNj7O1OjMsHz3LCwzdxkMPtMUHiw/suPgaLjBYDOgwXfBVACm7WP0 KGcOwRApeHxQmOSBRXe60uicG2qf4x1FAG+SPOs8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729620AbgHOWKw (ORCPT ); Sat, 15 Aug 2020 18:10:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:41774 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729600AbgHOWKh (ORCPT ); Sat, 15 Aug 2020 18:10:37 -0400 Received: from coco.lan (ip5f5ad5a3.dynamic.kabel-deutschland.de [95.90.213.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE6E123107; Sat, 15 Aug 2020 09:55:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597485342; bh=8xrqG9ujM70SVswirhjHSCM1NcB46h4TexvLpDudO2g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=yAnn6BiR5U23ij/arHHrK8eelhARFK7/EUOlF3awlMLsxkoQEG9tZYQUnutq9i7MH D18q6AwLGssk9detsPija+F+N9yue+RsxWHArtljHus9HQJvE2NliGwp1XGPCRSpMw n2rx5a4v/01pNOLc3N1Isl2OON8WkrUFAo3yyNtY= Date: Sat, 15 Aug 2020 11:55:36 +0200 From: Mauro Carvalho Chehab To: Rob Herring Cc: mauro.chehab@huawei.com, linux-kernel@vger.kernel.org, Lee Jones , Rob Herring , linuxarm@huawei.com, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Stephen Boyd Subject: Re: [PATCH 43/44] dt: document HiSilicon SPMI controller and mfd/regulator properties Message-ID: <20200815115536.6519a7f5@coco.lan> In-Reply-To: <20200814201708.GA2665752@bogus> References: <20200814201708.GA2665752@bogus> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Rob, Em Fri, 14 Aug 2020 14:17:08 -0600 Rob Herring escreveu: > On Wed, 12 Aug 2020 17:56:53 +0200, Mauro Carvalho Chehab wrote: > > Add documentation for the properties needed by the HiSilicon > > 6421v600 driver, and by the SPMI controller used to access > > the chipset. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > .../mfd/hisilicon,hi6421-spmi-pmic.yaml | 182 ++++++++++++++++++ > > .../spmi/hisilicon,hisi-spmi-controller.yaml | 54 ++++++ > > 2 files changed, 236 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml > > create mode 100644 Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.yaml > > > > > My bot found errors running 'make dt_binding_check' on your patch: > > /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.example.dt.yaml: example-0: spmi@fff24000:reg:0: [0, 4294066176, 0, 4096] is too long I was unable to find any way to solve this one. What's the proper way to set the length of the root reg on some example? Thanks, Mauro