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 0CADBC433F5 for ; Fri, 25 Feb 2022 12:43:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240675AbiBYMnk (ORCPT ); Fri, 25 Feb 2022 07:43:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240669AbiBYMni (ORCPT ); Fri, 25 Feb 2022 07:43:38 -0500 X-Greylist: delayed 338 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 25 Feb 2022 04:43:06 PST Received: from first.geanix.com (first.geanix.com [116.203.34.67]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8ACF51A58E9; Fri, 25 Feb 2022 04:43:06 -0800 (PST) Received: from [192.168.64.75] (unknown [185.17.218.86]) by first.geanix.com (Postfix) with ESMTPSA id 2E4BBE4142C; Fri, 25 Feb 2022 12:37:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1645792645; bh=EE+QEe/GHMvvGRYv8B/VNdQxkALgfsoBrfKyWodZ07U=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=Nt6p/5sy+EKCoCuRgBY5hPFRQzgifF405O9zpNG9rY/dCEt6DpxZIK9uUGGVqC9U/ 9fdlOegtQEk3YOhzfOJqgsxpFrp9cJ1r2OQFs9eXtYPQA3cWw+J6FGjJnhqDZHObph 5/CPtXcDUyvJqS4xZcBxmzkxkMJVk8lEf3KYfJmUfXc3DNCSd+zx5AHCfTvTgh74SX j8WLYyCzGpFeKipXjD2N/RXs3u8E1K26ZvNBUhDNoTwZpF2aF8leBqZXHJSlTFkoIG HPNrhqMiiCpvmhWNZrAoEf2jfmb/kX3zMyqt0pa//IOQWgRxsEUU9BIaJe3Pfdjhbp UtcJpqxKhc5NA== Message-ID: Date: Fri, 25 Feb 2022 13:37:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH] dt-bindings: iio: dac: adi,ad5755: drop unrelated included. To: Jonathan Cameron , linux-iio@vger.kernel.org, devicetree@vger.kernel.org Cc: Rob Herring , Jonathan Cameron , Sean Nyekjaer References: <20211204165817.2768110-1-jic23@kernel.org> From: Sean Nyekjaer In-Reply-To: <20211204165817.2768110-1-jic23@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 04/12/2021 17.58, Jonathan Cameron wrote: > From: Jonathan Cameron > > Probably a cut and paste error, but the binding header used in the > example is for the wrong device and nothing from it is used. > > Signed-off-by: Jonathan Cameron > Cc: Sean Nyekjaer Hi Joanthan, Sorry for not seeing this :) I hope I have updated the mailmap correctly to reflect this email address. Br, Sean