From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CA12F208AD; Sun, 12 May 2024 11:53:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715514783; cv=none; b=MvifbRfTRnehbYMsXeGwLGoJhqmVLlN/b7A6QY42ypsCBwGJZRfRHgoaG4gSqLaJ9iYZkNpE00IpXCt4X1xGPPeHalEPdnNTouGu+KgtqSc8kc73BDxoDChGKWkCq5Yrk44p2i74Evw/fmJXDVgorrRmoEexmGFyJLNgxdF64FE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715514783; c=relaxed/simple; bh=EV5hOtBRZoACEd3ofs5zsHiQzho+I7OVwriKzAsb/iE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QvukEQV+akzyBzp59hf7uM7eYqHOLO/JTcvRbvb/MVmYd/0zcPHIbb5h2TZft0J1dRf+m5x9JnbVdTBBeWpv1Saj6G0auys53iYGNIjqZGWDxt5ernFSgGGGtBtQFY/miNBD7Loh3UsZrkjmO/z1tPeIy2ZyynTVz7VD9zZvznU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m8eCumQg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="m8eCumQg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31F71C116B1; Sun, 12 May 2024 11:53:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715514783; bh=EV5hOtBRZoACEd3ofs5zsHiQzho+I7OVwriKzAsb/iE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=m8eCumQgcg1UC3/G+H4OfDG37QQ+BovQueGPuCYuYI3UiP5sx4cyAVsA6pvlD2fGy wDLmsUp6PBzZB4lVb7IyWQMno8Oi2XSjSaknTknePMA9d8Dh2kThLNxzAz9hZkBajs ly95NUXStV7MfLncaOTKVECeNaCSfLIl4gDlrl24zZB5VHw2cCT9GUefXAnYdtWvgI NGxe6nknBUZrJezpv9JIYgAzSV0Kz9ho2zygisA1qbfSrmEiXw29GsEXOJBvDZxkCo nUmBSpSPdE/4I6ogPsze1w42wspN/jCSCW6OyuaNFNo0Ve9mhKvmHqDYMFqybLaUaa 8a5UnUCf5ymRg== Date: Sun, 12 May 2024 12:52:52 +0100 From: Jonathan Cameron To: Conor Dooley Cc: David Lechner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Hennerich , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: adc: adi,axi-adc: tweak example node name Message-ID: <20240512125252.7b4ed1fb@jic23-huawei> In-Reply-To: <20240511-overeater-prodigy-7f41e66762ac@spud> References: <20240510-b4-iio-axi-adc-dt-binding-tweak-v1-1-a1f633c4602c@baylibre.com> <20240511-overeater-prodigy-7f41e66762ac@spud> X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 11 May 2024 14:00:40 +0100 Conor Dooley wrote: > On Fri, May 10, 2024 at 04:04:38PM -0500, David Lechner wrote: > > It is always recommended to use generic node names for devicetree nodes. > > The documentation [1] of the AXI ADC IP core says "The most important > > part of the core is the Receiver PHY module.", so using phy as the node > > name seems appropriate. > > > > [1]: https://wiki.analog.com/resources/fpga/docs/axi_adc_ip > > > > Signed-off-by: David Lechner > > Acked-by: Conor Dooley > Sure, I guess phy is sort of applicable here. Applied, > Cheers, > Conor.