Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp789758imu; Fri, 7 Dec 2018 08:56:58 -0800 (PST) X-Google-Smtp-Source: AFSGD/Ug0+WkmWw2GUjU7jrWANzR6rYN9SD3a7N7xKZDHoEKXd4gnp1l27sjDdFd+pAPwqFtI6nE X-Received: by 2002:a62:fc52:: with SMTP id e79mr3033737pfh.8.1544201818017; Fri, 07 Dec 2018 08:56:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544201817; cv=none; d=google.com; s=arc-20160816; b=bijcdANZ+M1gnn1v2BPpONnm2uHCSwNxJZzh0wNbEAtJfeGh+4C7uplOhzuJlJm3bi iAKEQiVZGkyTm85l0DHRtSDC1z1otndKvGVHnrb6fZKipbiIPUIQ3ek27Bhsmh37hQ9H 8yrlkD8CTiPuwzIDpKI4LK5W3xkiiBfl4prl7CPY6L5sg+InA2OFe60ZlLJdHhBE9QQi T/hhfPLntdE177dfmZLUy5X5qSlIEtYxwoPA9P2DLT+QMn++ndWRyTXr3sPKNLh0LptJ rz9nU0mR2udLuxVwGDTcycYU3fAgpIDT7M+nig0/WsqfKbsPEusjLG/xwbP4m7aQcILo srAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=aWZgasUWk+xHzOzl63iBbEaXfce26ZVKCKX2O4RX+9w=; b=z87eBvCKG7PiJL3n24aUY4xz06xfWybs1P0YkdBEUMxkCgjqhOIhWVpKHvFYyh9we3 3oI/XFlbmdOBfGTZl18q7CFnHhn6pCPWu9FRlRCPaTEsTyRHc5SqtkDsqTb9DLNgrLfH gugrXNZp6NIkAUIAjUxlSIvDSZNT1ZH2A76NcldoapevoRVPep/fLzUBDdOe/zWtlkPo p4DtTcqwETPeOujMeyRgCFLC36nZsFzr/rxvGYqnc4OYM0UHPuNKb0eYrMHtvP31XpZ4 eZZATRgQRgBwCfV5O2ffK8Qbt9vZ9/NcrgRJnKQO1hWKo20G53KP1bDqE7UvsRcwOw2y B1Jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d17si3650882pfm.40.2018.12.07.08.56.42; Fri, 07 Dec 2018 08:56:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726165AbeLGQyd (ORCPT + 99 others); Fri, 7 Dec 2018 11:54:33 -0500 Received: from muru.com ([72.249.23.125]:56742 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726072AbeLGQyc (ORCPT ); Fri, 7 Dec 2018 11:54:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2652480C0; Fri, 7 Dec 2018 16:54:35 +0000 (UTC) Date: Fri, 7 Dec 2018 08:54:29 -0800 From: Tony Lindgren To: Felix Brack Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org, bcousson@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: am335x-pdu001: Fix polarity of card detection input Message-ID: <20181207165429.GQ6707@atomide.com> References: <20181130145446.3819-1-fb@ltec.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181130145446.3819-1-fb@ltec.ch> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Felix Brack [181130 07:30]: > When a micro SD card is inserted in the PDU001 card cage, the card > detection switch is opened and the corresponding GPIO input is driven > by a pull-up. Hence change the active level of the card detection > input from low to high. Applying into omap-for-v4.20/fixes thanks, Tony