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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=no 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 5599DC4363C for ; Wed, 7 Oct 2020 06:31:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F9C22083B for ; Wed, 7 Oct 2020 06:31:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727422AbgJGGbw (ORCPT ); Wed, 7 Oct 2020 02:31:52 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:43828 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726564AbgJGGbw (ORCPT ); Wed, 7 Oct 2020 02:31:52 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rcn) with ESMTPSA id BD72828D80B Date: Wed, 7 Oct 2020 08:31:46 +0200 From: Ricardo =?utf-8?Q?Ca=C3=B1uelo?= To: Rob Herring Cc: Collabora Kernel ML , Enric Balletbo i Serra , Benson Leung , Guenter Roeck , Simon Glass , Doug Anderson , devicetree@vger.kernel.org Subject: Re: [PATCH 3/3] dt-bindings: mfd: google,cros-ec: add missing properties Message-ID: <20201007063146.f2l6ayil7fcy6ihu@rcn-XPS-13-9360> References: <20201005071403.17450-1-ricardo.canuelo@collabora.com> <20201005071403.17450-4-ricardo.canuelo@collabora.com> <20201006061317.rs63e3dh4grxij2v@rcn-XPS-13-9360> <20201006213543.GA2881522@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201006213543.GA2881522@bogus> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, On mar 06-10-2020 16:35:43, Rob Herring wrote: > Normally, you just add another layer with a 'regulators' and/or 'codecs' > node. Do you really have more than 1 codec? > > Rob Thanks for the tip. There's only this codec afaict, so I'll enclose the codec subnode inside a new intermediate node for the next patch series. Cheers, Ricardo