From patchwork Thu Feb 8 12:01:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Joonas_Kylm=C3=A4l=C3=A4?= X-Patchwork-Id: 870849 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="OonALFB7"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zccKJ4Qy8z9s82 for ; Thu, 8 Feb 2018 23:03:16 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JB0rDwSS0kMinS/VYZjTmJCcrIuy5vBLqAdr0Fq4bvE=; b=OonALFB7LbZHf9 leqm118xBdAmleZjtgl/RTTi+x6P+k2yDVV3Gxa9BMTr3q/bLC1XVjDBlCTS6g4UEbmIm9IsBzXZV 9pAAaVhZZLuXWvcChZa3Mdmgot6WUeaylgQQgl3GFtJXa0FJ+L8QM40lhkLGwzfHH+2ozt4gwTenp kucv51fmI8e9Qe9HBVRS+ICJ0V34O36KRkSactJvkzcXdL1BFLF13OOCskdL8CTTaJDz+8zNCSqu9 q8nDnDFKNLMF82IPzH7PCie/qQiYveP7v898Q0DL+X9mGfpAcL9ipfMEVqxdwhiRrcDtaKIoFrZSn mt9A1Bgn0Boq7ALPYlwg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1ejkv2-0001le-NM; Thu, 08 Feb 2018 12:03:12 +0000 Received: from mail-lf0-f66.google.com ([209.85.215.66]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1ejkuE-0000oP-PC for linux-arm-kernel@lists.infradead.org; Thu, 08 Feb 2018 12:02:34 +0000 Received: by mail-lf0-f66.google.com with SMTP id k19so6059091lfj.1 for ; Thu, 08 Feb 2018 04:02:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=R39Upas8PQy3bENatpxdf8Sw6q/aq/nZ+Ei6/H91F5g=; b=OgDPNrsajXAZbbbgmle4fY/cZKiYhFSlHjTvu+czAUC7ckSbL/ae0+P2Qk05aZN+BA DsHM43FFBqhFiO6nZXH0zahU/nIjYrj8Dev63Jg7LhK8KoeMN2VV1iafcsSk++qN3bZh Eo/di6rrzq4ihQ1SNEJIBSepsdwy4nZaOpTlL2JYAMZgaGwaBDvnokLWWv4Llax8fydd Wcr4jXjxd7/BnNBjVUotv2X8nPI5YUpPkttebF43OrzDIrtSJlt5wEvXINRtpNNoe1S8 uqRUsK+hZMFHOGLVxCmcDWG6IUn68rbTVY45wNd0AvtmWQEAEGj1I1okEXJqcjSRP7O8 JodQ== X-Gm-Message-State: APf1xPBj1ONcX+YZZJr9hchmLzj2VcW7DqPyuycbic4SIhTAD13J9STW vOoyH0bZWFEyhcqUvFdJIJo= X-Google-Smtp-Source: AH8x226z3DH4QcvN6lliCQAToxiJY9BGfpv2DI1AYkv9P3gWUoaJGZ8ncDxVYzDPcSaC5dG3/7bbnw== X-Received: by 10.46.109.18 with SMTP id i18mr298320ljc.19.1518091332373; Thu, 08 Feb 2018 04:02:12 -0800 (PST) Received: from host.localdomain (87-92-34-57.bb.dnainternet.fi. [87.92.34.57]) by smtp.gmail.com with ESMTPSA id a21sm816756lfi.2.2018.02.08.04.02.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 04:02:11 -0800 (PST) From: =?utf-8?q?Joonas_Kylm=C3=A4l=C3=A4?= To: Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v3 4/4] ARM: dts: sunxi: h3-h5: rename mmc0_pins_a and mmc1_pins_a Date: Thu, 8 Feb 2018 14:01:41 +0200 Message-Id: <20180208120141.15780-5-joonas.kylmala@iki.fi> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180208120141.15780-1-joonas.kylmala@iki.fi> References: <20180208120141.15780-1-joonas.kylmala@iki.fi> MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.66 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.215.66 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (j.kylmala[at]gmail.com) 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-sunxi@googlegroups.com, =?utf-8?q?Joonas_Kylm=C3=A4l=C3=A4?= , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org There is only one pinctrl configuration for mmc0 and mmc1 so let's drop the _a suffix from both of them. Signed-off-by: Joonas Kylmälä --- arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 2 +- arch/arm/boot/dts/sunxi-h3-h5.dtsi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts index 73978853bb4c..f868cf197c8e 100644 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts @@ -134,7 +134,7 @@ }; }; -&mmc1_pins_a { +&mmc1_pins { bias-pull-up; }; diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index b4a4b3cb6c4e..7741166d34d8 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -142,7 +142,7 @@ /* compatible and clocks are in per SoC .dtsi file */ reg = <0x01c0f000 0x1000>; pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins_a>; + pinctrl-0 = <&mmc0_pins>; resets = <&ccu RST_BUS_MMC0>; reset-names = "ahb"; interrupts = ; @@ -155,7 +155,7 @@ /* compatible and clocks are in per SoC .dtsi file */ reg = <0x01c10000 0x1000>; pinctrl-names = "default"; - pinctrl-0 = <&mmc1_pins_a>; + pinctrl-0 = <&mmc1_pins>; resets = <&ccu RST_BUS_MMC1>; reset-names = "ahb"; interrupts = ; @@ -352,7 +352,7 @@ function = "i2c2"; }; - mmc0_pins_a: mmc0 { + mmc0_pins: mmc0 { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; function = "mmc0"; @@ -360,7 +360,7 @@ bias-pull-up; }; - mmc1_pins_a: mmc1 { + mmc1_pins: mmc1 { pins = "PG0", "PG1", "PG2", "PG3", "PG4", "PG5"; function = "mmc1";