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 66C45C433F5 for ; Wed, 15 Dec 2021 08:42:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236209AbhLOImh (ORCPT ); Wed, 15 Dec 2021 03:42:37 -0500 Received: from muru.com ([72.249.23.125]:38704 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231561AbhLOImg (ORCPT ); Wed, 15 Dec 2021 03:42:36 -0500 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7097580C1; Wed, 15 Dec 2021 08:43:17 +0000 (UTC) Date: Wed, 15 Dec 2021 10:42:33 +0200 From: Tony Lindgren To: Merlijn Wajer Cc: Ivaylo Dimitrov , Dev Null , Sebastian Reichel , linux-omap@vger.kernel.org, Kevin Hilman , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/2] pmic-cpcap: add motorola,droid3 compatible Message-ID: References: <20211212230459.13579-1-merlijn@wizzup.org> <20211212230459.13579-2-merlijn@wizzup.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Merlijn Wajer [211213 10:33]: > On 13/12/2021 06:57, Tony Lindgren wrote: > > Looks OK to me, however we should also add all the mapphones to the > > Documentation/devicetree/bindings/arm/omap/omap.txt so we can avoid > > dtb check warnings. Care to also do a patch for that? Looks like the > > others are missing too. > > Sure, I'll do that and add the others too while at it. Shall I add those > to this patch, or make a separate patch? Please add a separate binding patch and Cc the devicetree mailing list. Thanks, Tony