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 3BBFEC43334 for ; Tue, 21 Jun 2022 10:35:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231465AbiFUKfv (ORCPT ); Tue, 21 Jun 2022 06:35:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbiFUKfu (ORCPT ); Tue, 21 Jun 2022 06:35:50 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50FC213DD1; Tue, 21 Jun 2022 03:35:50 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="278856732" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="278856732" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 03:35:50 -0700 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="729782212" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 03:35:47 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1o3bEW-000qw8-M5; Tue, 21 Jun 2022 13:35:44 +0300 Date: Tue, 21 Jun 2022 13:35:44 +0300 From: Andy Shevchenko To: Fabio Estevam Cc: "linux-iio@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-kernel , Jonathan Cameron , Lars-Peter Clausen , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team Subject: Re: [PATCH v1 1/1] iio: adc: mxs-lradc-adc: Get rid of OF specifics Message-ID: References: <20220530173324.921-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, Jun 21, 2022 at 01:26:29PM +0300, Andy Shevchenko wrote: > On Mon, Jun 20, 2022 at 06:56:27PM -0300, Fabio Estevam wrote: > > On Mon, Jun 20, 2022 at 6:34 PM Andy Shevchenko > > wrote: ... > > If you send a v2 with "#include " then you can add: > > Actually the entire thingy with setting node is not needed in this driver. I stand corrected, the fwnode assignment is done fore the IIO parent's parent, it's needed... -- With Best Regards, Andy Shevchenko