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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable 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 EF931C33CA4 for ; Sat, 11 Jan 2020 10:16:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2EC42082E for ; Sat, 11 Jan 2020 10:16:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578737818; bh=cWDB7LJUkZzYeNN+RNZaHLYw/EuP9iPySeFRixVAIjA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=e7p3AwP90646RnxodRWoiWISvPEcl6BmiQ0EXEU/YComdK3/HyQBkuwL+FTWBfcfQ n2aPg7tX3EQG/gf5r42Hntm8/MG4T1fW2P45xH6cbH/Lsgt0OqVXRQiXX1THEkbnP6 13ZauUnF5d2+YmdnQIdUZp57pEwPkoya9qZvMC+4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730328AbgAKKQs (ORCPT ); Sat, 11 Jan 2020 05:16:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:60336 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729229AbgAKKQr (ORCPT ); Sat, 11 Jan 2020 05:16:47 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E34AB20673; Sat, 11 Jan 2020 10:16:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578737807; bh=cWDB7LJUkZzYeNN+RNZaHLYw/EuP9iPySeFRixVAIjA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0qhrTvJ622zuqqpkVY6pldy0gCLgzoi6fLpEKdLGssA+K+q3Fav7TZlYrzPTGIIBl TVokV2Sr087WkhwqRXpD6MVH1E4QUO9n4BX+xy9AuCHloJLmKQFiIN3G08ewL08zRg Je0b8p1WKEiuZZW1e3Yt6xXOhhTJXUYByXAEcbvI= Date: Sat, 11 Jan 2020 10:16:38 +0000 From: Jonathan Cameron To: Claudiu Beznea Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 06/17] dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc Message-ID: <20200111101638.7920f26c@archlinux> In-Reply-To: <1578673089-3484-7-git-send-email-claudiu.beznea@microchip.com> References: <1578673089-3484-1-git-send-email-claudiu.beznea@microchip.com> <1578673089-3484-7-git-send-email-claudiu.beznea@microchip.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 10 Jan 2020 18:17:58 +0200 Claudiu Beznea wrote: > Add microchip,sam9x60-adc to DT bindings documentation. > > Signed-off-by: Claudiu Beznea Acked-by: Jonathan Cameron I'm assuming this lot of binding changes will all go via Rob. Let me know if you are expecting it to go via the various individual trees. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt b/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt > index 4a3c1d496e1a..07c59f301b31 100644 > --- a/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt > @@ -1,7 +1,7 @@ > * AT91 SAMA5D2 Analog to Digital Converter (ADC) > > Required properties: > - - compatible: Should be "atmel,sama5d2-adc". > + - compatible: Should be "atmel,sama5d2-adc" or "microchip,sam9x60-adc". > - reg: Should contain ADC registers location and length. > - interrupts: Should contain the IRQ line for the ADC. > - clocks: phandle to device clock.