From patchwork Tue Jan 22 05:26:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 10774841 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 75594746 for ; Tue, 22 Jan 2019 05:26:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65D4C2A6C7 for ; Tue, 22 Jan 2019 05:26:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59ADB2A7BF; Tue, 22 Jan 2019 05:26:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 01A2A2A6C7 for ; Tue, 22 Jan 2019 05:26:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726104AbfAVF0u (ORCPT ); Tue, 22 Jan 2019 00:26:50 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:60551 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725862AbfAVF0u (ORCPT ); Tue, 22 Jan 2019 00:26:50 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 43kH3C6JD4z1qvNr; Tue, 22 Jan 2019 06:26:47 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 43kH3C61Nmz1qsn1; Tue, 22 Jan 2019 06:26:47 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id bJsxyjXDY6_R; Tue, 22 Jan 2019 06:26:47 +0100 (CET) X-Auth-Info: AqhVmLEVBeI6TorLXziN5clAdOvql/Pvyt1Ph09z168= Received: from mail-internal.denx.de (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Tue, 22 Jan 2019 06:26:47 +0100 (CET) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail-internal.denx.de (Postfix) with ESMTP id F119F18073C; Tue, 22 Jan 2019 06:26:25 +0100 (CET) Received: by pollux.denx.de (Postfix, from userid 515) id E0EC839A0; Tue, 22 Jan 2019 06:26:25 +0100 (CET) From: Heiko Schocher To: devicetree@vger.kernel.org Cc: Heiko Schocher , =?utf-8?q?Beno=C3=AEt_Cousson?= , linux-kernel@vger.kernel.org, Rob Herring , Tony Lindgren , Mark Rutland , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v1 1/2] ARM: dts: am335x-shc.dts: Switch to SPDX identifier Date: Tue, 22 Jan 2019 06:26:22 +0100 Message-Id: <20190122052623.1779840-2-hs@denx.de> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190122052623.1779840-1-hs@denx.de> References: <20190122052623.1779840-1-hs@denx.de> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Heiko Schocher --- arch/arm/boot/dts/am335x-shc.dts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index d0fd68873689..5cdaf0cd9401 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -1,11 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * support for the bosch am335x based shc c3 board * * Copyright, C) 2015 Heiko Schocher * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ /dts-v1/; From patchwork Tue Jan 22 05:26:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 10774845 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 615B9913 for ; Tue, 22 Jan 2019 05:27:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 524942A6C7 for ; Tue, 22 Jan 2019 05:27:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 462F92A7BF; Tue, 22 Jan 2019 05:27:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED94E2A6C7 for ; Tue, 22 Jan 2019 05:27:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726219AbfAVF1B (ORCPT ); Tue, 22 Jan 2019 00:27:01 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:45322 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726213AbfAVF1A (ORCPT ); Tue, 22 Jan 2019 00:27:00 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 43kH3R2YFZz1qvTy; Tue, 22 Jan 2019 06:26:59 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 43kH3R2R8qz1qqkg; Tue, 22 Jan 2019 06:26:59 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id iMEDMsFCz54I; Tue, 22 Jan 2019 06:26:58 +0100 (CET) X-Auth-Info: uWdUUPNXHBrxQzk9puR8sBxYMuODA//UX6REnnTcqZE= Received: from mail-internal.denx.de (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Tue, 22 Jan 2019 06:26:58 +0100 (CET) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail-internal.denx.de (Postfix) with ESMTP id C83C8182372; Tue, 22 Jan 2019 06:26:26 +0100 (CET) Received: by pollux.denx.de (Postfix, from userid 515) id B444C37A6; Tue, 22 Jan 2019 06:26:26 +0100 (CET) From: Heiko Schocher To: devicetree@vger.kernel.org Cc: Heiko Schocher , =?utf-8?q?Beno=C3=AEt_Cousson?= , linux-kernel@vger.kernel.org, Rob Herring , Tony Lindgren , Mark Rutland , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v1 2/2] ARM: dts: am335x-shc.dts: fix wrong cd pin level Date: Tue, 22 Jan 2019 06:26:23 +0100 Message-Id: <20190122052623.1779840-3-hs@denx.de> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190122052623.1779840-1-hs@denx.de> References: <20190122052623.1779840-1-hs@denx.de> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP cd pin on mmc1 is GPIO_ACTIVE_LOW not GPIO_ACTIVE_HIGH Signed-off-by: Heiko Schocher --- arch/arm/boot/dts/am335x-shc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index 5cdaf0cd9401..bfbe27a80006 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -213,7 +213,7 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; bus-width = <0x4>; - cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; + cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; cd-inverted; max-frequency = <26000000>; vmmc-supply = <&vmmcsd_fixed>;