Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751687AbdFIHJf (ORCPT ); Fri, 9 Jun 2017 03:09:35 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:62932 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbdFIHJc (ORCPT ); Fri, 9 Jun 2017 03:09:32 -0400 X-IronPort-AV: E=Sophos;i="5.39,317,1493708400"; d="scan'208";a="3828979" From: Eugen Hristev To: , , , , , , , , CC: Subject: [PATCH v4 3/4] ARM: dts: at91: sama5d2: add ADC hw trigger edge type Date: Fri, 9 Jun 2017 10:07:18 +0300 Message-ID: <1496992039-17964-4-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1496992039-17964-1-git-send-email-eugen.hristev@microchip.com> References: <1496992039-17964-1-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 24 Added ADTRG edge type property as interrupt edge type value Signed-off-by: Eugen Hristev --- 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"; }; -- 2.7.4