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 F291AC25B47 for ; Fri, 27 Oct 2023 20:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346445AbjJ0UhQ (ORCPT ); Fri, 27 Oct 2023 16:37:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232330AbjJ0UhO (ORCPT ); Fri, 27 Oct 2023 16:37:14 -0400 Received: from mail-oo1-f52.google.com (mail-oo1-f52.google.com [209.85.161.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3C0EE5; Fri, 27 Oct 2023 13:37:12 -0700 (PDT) Received: by mail-oo1-f52.google.com with SMTP id 006d021491bc7-586b512ba0aso1043618eaf.3; Fri, 27 Oct 2023 13:37:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698439032; x=1699043832; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=l5WFN1SSmS/r3ICuBTDtqGiXKLGto00C5bgN46KK4Uw=; b=GTFsYc7nHwJ5uS4GmFzIiY3GDVuP+gJsA81h1Nt4lgLaVd5ACmfwIe7QcpkMpvTnqi 7l34Iz7YlFT72aq7b+EaSPwFhv4VpKdcbeNVOuhqj8PcDLVZEEwARNQYfMxIlyghQqUG zHDq5FNHzmTcXCrZ13MXs6vpCN2fyFTP4zrn0y41d6X8HMcmSNweoGeq2xs4RWYTrTea uNo4xg1aemRKnkgzVRzlyaPfn48W66TmsMcLVsjZFLg8AqA6Km8Dr672Fw+gYzb16g1L 5YQqoLoxCBp2gEpzxnQNp03uOhcjvI1jW6FWmFMdMB39n11/ntJf4xw0F9FwYbFBztTG +50Q== X-Gm-Message-State: AOJu0Yzn5W4ROvEoNdDxhFP5FCCUNkksJUjZ/k/ekTVjtocZm+2P6V4V q2Mr5lNwc0jnZflOpRj7bNKYaWurZQ== X-Google-Smtp-Source: AGHT+IG6h4oHBmG2T3I4LJb5oLOQfp7Pdatfr90hATEu3Fw8YMSQOgVhy5hwcA3zkYiUtORF3Rfhdg== X-Received: by 2002:a4a:db8d:0:b0:581:9066:49 with SMTP id s13-20020a4adb8d000000b0058190660049mr4041174oou.0.1698439031844; Fri, 27 Oct 2023 13:37:11 -0700 (PDT) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id y30-20020a4a9821000000b0054f85f67f31sm516061ooi.46.2023.10.27.13.37.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Oct 2023 13:37:10 -0700 (PDT) Received: (nullmailer pid 3329327 invoked by uid 1000); Fri, 27 Oct 2023 20:37:09 -0000 Date: Fri, 27 Oct 2023 15:37:09 -0500 From: Rob Herring To: Geert Uytterhoeven Cc: Guennadi Liakhovetski , Lee Jones , Liam Girdwood , Conor Dooley , Mark Brown , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH v2] dt-bindings: mfd: ams,as3711: Convert to json-schema Message-ID: <169843902845.3329267.3867770965839541973.robh@kernel.org> References: <56a5ebee588696f9022fa29fa8e266c8bdee6fd7.1698228043.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56a5ebee588696f9022fa29fa8e266c8bdee6fd7.1698228043.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 25 Oct 2023 12:02:34 +0200, Geert Uytterhoeven wrote: > Convert the Austria MicroSystems AS3711 Quad Buck High Current PMIC with > Charger Device Tree binding documentation to json-schema. > > Signed-off-by: Geert Uytterhoeven > --- > v2: > - Consistently use "DC/DC" and "step-up", > - Move {additional,unevaluated}Properties in subnodes up to improve > readability, > - Split dependencies in dependent{Required,Schemas} to fix multiple > dependencies, > - s/oneof/oneOf/ (flagged by dt-schema as of commit 411c305105dd1273 > ("meta-schemas: Check sub-schemas of "dependencies" and > "dependentSchemas"")), > - Use pmic recommended node name. > --- > .../devicetree/bindings/mfd/ams,as3711.yaml | 223 ++++++++++++++++++ > .../devicetree/bindings/mfd/as3711.txt | 73 ------ > 2 files changed, 223 insertions(+), 73 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/ams,as3711.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/as3711.txt > Reviewed-by: Rob Herring