From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892AbbJLXmN (ORCPT ); Mon, 12 Oct 2015 19:42:13 -0400 Received: from muru.com ([72.249.23.125]:58029 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752674AbbJLXmJ (ORCPT ); Mon, 12 Oct 2015 19:42:09 -0400 Date: Mon, 12 Oct 2015 16:42:05 -0700 From: Tony Lindgren To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Christoph Fritz Subject: Re: [PATCH] ARM: dts: omap3-lilly-a83x: Don't use IRQ level flag for a GPIO Message-ID: <20151012234205.GR23801@atomide.com> References: <1444123379-1590-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444123379-1590-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Javier Martinez Canillas [151006 02:27]: > The card detect GPIO is using IRQ_TYPE_LEVEL_LOW in the GPIO flag cells > but this defined constant is meant to be used for a IRQ and not a GPIO. > So instead use GPIO_ACTIVE_LOW that seems to be the original intention. > > Signed-off-by: Javier Martinez Canillas Applying into omap-for-v4.4/dt thanks. Tony