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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 8CE19C433E0 for ; Tue, 12 Jan 2021 09:56:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EBCF225AC for ; Tue, 12 Jan 2021 09:56:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392857AbhALJzh (ORCPT ); Tue, 12 Jan 2021 04:55:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:42546 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389287AbhALJze (ORCPT ); Tue, 12 Jan 2021 04:55:34 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 695F4225AC; Tue, 12 Jan 2021 09:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610445294; bh=dLHHGgqFtP2uYlc3nf/+6zFYdSZckeor1gxlC8d7+Wo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WP0xcDMahQfhRGfx/Bx1c+9YNeQMFKo/yoF2P8ReATf8uspiVer2xQ20rN6FQZwN3 O5KweDgEz07AaPsRO6c7rVKrEOQvbf4bbeo0lE+FaFvXDWTkmK38bl4pBe7HYR1pfL IKy6lgt9YeEAzw1tFLZz7sFYd0X+u9H7K0FlHo9S2dhK76Z2n4QemdXdqNG3GKh6B7 KYwKeMeM0UN16CPDKBkIz/u9KV1u0Szjb4ux8kbUxxnu0dhpQQ4CnFYv0qBidd+JXO f9SAELuFk9G66M1fmWxD/w5HrQ6dcz5/iQwdVPb2lV01aP0miP7BzH7S9+ZhMMIRLd qbOGP3/Q41Y0g== Date: Tue, 12 Jan 2021 10:54:47 +0100 From: Matthias Brugger To: Mark Brown Cc: Gene Chen , Matthias Brugger , Axel Lin , Matti Vaittinen , Liam Girdwood , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Matthias Brugger , Chen Zhong , Hsin-Hsiung Wang Subject: Re: [PATCH v2 1/3] regulator: mt6360: Add OF match table Message-ID: References: <20210109112612.1221-1-matthias.bgg@kernel.org> <20210111164118.GE4728@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210111164118.GE4728@sirena.org.uk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2021 at 04:41:18PM +0000, Mark Brown wrote: > On Sat, Jan 09, 2021 at 12:26:09PM +0100, matthias.bgg@kernel.org wrote: > > From: Matthias Brugger > > > > Binding documentation mentions that a compatible is required for the > > MT6360 device node, but the driver doesn't provide a OF match table. > > The binding should be fixed to remove the requirement for a compatible > here, this is both redundant since we already know we have a mt6380 from > the core MFD and encoding details of how Linux implements things into > the DT bindings. Ok, I'll leave that to the driver author to fix this. Just be aware that there is series for the MFD part which adds OF_MFD_CELL for the regulator. Regards, Matthias > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek