Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752605AbdFUHve (ORCPT ); Wed, 21 Jun 2017 03:51:34 -0400 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:40881 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbdFUHvc (ORCPT ); Wed, 21 Jun 2017 03:51:32 -0400 X-IronPort-AV: E=Sophos;i="5.39,368,1493708400"; d="scan'208";a="1551351" Subject: Re: [PATCH v5 3/4] ARM: dts: at91: sama5d2: add ADC hw trigger edge type To: Jonathan Cameron , Eugen Hristev , CC: , , , , , , References: <1497533097-12052-1-git-send-email-eugen.hristev@microchip.com> <1497533097-12052-4-git-send-email-eugen.hristev@microchip.com> <20170620175619.0a93d3d2@kernel.org> From: Nicolas Ferre Organization: microchip Message-ID: <7183d5d8-1b2b-7188-6987-a578fa59cecb@microchip.com> Date: Wed, 21 Jun 2017 09:51:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170620175619.0a93d3d2@kernel.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1325 Lines: 45 On 20/06/2017 at 18:56, Jonathan Cameron wrote: > On Thu, 15 Jun 2017 16:24:56 +0300 > Eugen Hristev wrote: > >> Added ADTRG edge type property as interrupt edge type value >> >> Signed-off-by: Eugen Hristev >> Acked-by: Ludovic Desroches > Driver support heading upstream. > > Acked-by: Jonathan Cameron Thanks, Acked-by: Nicolas Ferre >> --- >> Changes in v4: >> - Modified bindings to be similar with interrupts >> >> arch/arm/boot/dts/sama5d2.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi >> index 8067c71..483a387 100644 >> --- a/arch/arm/boot/dts/sama5d2.dtsi >> +++ b/arch/arm/boot/dts/sama5d2.dtsi >> @@ -1267,6 +1267,7 @@ >> atmel,min-sample-rate-hz = <200000>; >> atmel,max-sample-rate-hz = <20000000>; >> atmel,startup-time-ms = <4>; >> + atmel,trigger-edge-type = ; >> status = "disabled"; >> }; >> > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Nicolas Ferre