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 CABDAC433F5 for ; Fri, 29 Apr 2022 22:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381457AbiD2WV4 (ORCPT ); Fri, 29 Apr 2022 18:21:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357045AbiD2WVy (ORCPT ); Fri, 29 Apr 2022 18:21:54 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 953D3C4025; Fri, 29 Apr 2022 15:18:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id C5119CE333A; Fri, 29 Apr 2022 22:18:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0ACA9C385A7; Fri, 29 Apr 2022 22:18:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651270712; bh=orklPr3chRXd+CkgmB4r2vxYU2PqIaQz0OLUeBUV2jM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=C733QFiM0ygrOsuam42kfCor2Bqic7z4vg6Mx8CnU8qS+SH3VW1NsQfPXVwbGx/2Q 0hUUD/wImsWL3C1tukw3+9wCQiUzQ4Q230TknKhIl/ZjRHWUuWMKijGWCo9xdudhLW B0TB64aBqXoIeJsloUVKnAK2aSgGhyWR9Q/H7S6CIj+Odjns3QrIiJeqtAIoJWERr/ VQs9yXdfkmUgMzny4EYR7zMteTONnlmibQxsFKizVFTsIgZo8dJhNODcOdvMSdXhNs 9LsVBeuRK2x6pH//09vz3Fc82keXxEaLemHTEOtkAkkP8PEYsygfGL/zsQEYgHgmpJ 70Px6RsgQJh3A== Received: by mail-pj1-f44.google.com with SMTP id qe3-20020a17090b4f8300b001dc24e4da73so230569pjb.1; Fri, 29 Apr 2022 15:18:32 -0700 (PDT) X-Gm-Message-State: AOAM533liUKQ2ZzmFxOqlhIfx58oN2baLIFmLdB08SO4HaS0cbXM65Md QNnqUUiXiJs19xoejLN0eZ6vvFMWwY21OF+PaA== X-Google-Smtp-Source: ABdhPJwJHY+2//c7gdKbC34It8ySf88URcOmVqTdd1A7LDixQZFe61mBCMaEQMuGtI5EpwvQoGcvVSQn2eJ7yJd9qf8= X-Received: by 2002:a17:902:e481:b0:15c:dc24:64e8 with SMTP id i1-20020a170902e48100b0015cdc2464e8mr1414396ple.35.1651270711654; Fri, 29 Apr 2022 15:18:31 -0700 (PDT) MIME-Version: 1.0 References: <20220426200741.712842-1-dfustini@baylibre.com> <20220426200741.712842-2-dfustini@baylibre.com> In-Reply-To: <20220426200741.712842-2-dfustini@baylibre.com> From: Rob Herring Date: Fri, 29 Apr 2022 17:18:20 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 1/2] dt-bindings: wkup-m3-ipc: Add firmware-name property To: Drew Fustini Cc: Krzysztof Kozlowski , Nishanth Menon , Santosh Shilimkar , Dave Gerlach , Tony Lindgren , devicetree@vger.kernel.org, linux-arm-kernel , "linux-kernel@vger.kernel.org" , Keerthy Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 26, 2022 at 3:07 PM Drew Fustini wrote: > > From: Dave Gerlach > > Document that the firmware-name property can be used to indicate a file > contains I2C sequences for PMIC voltage scaling during deep sleep. > > Based on previous work by Russ Dill. > > Signed-off-by: Dave Gerlach > Signed-off-by: Keerthy > [dfustini: split from driver patch and convert to json-schema] > Signed-off-by: Drew Fustini > --- > Changes from v2: > - fix the property name in this commit message > > Changes from v1: > - change 'ti,scale-data-fw' to 'firmware-name' > - add 'firmware-name' property to the examples > > .../devicetree/bindings/soc/ti/wkup-m3-ipc.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Applied, thanks!