Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1456505ybb; Thu, 2 Apr 2020 00:49:40 -0700 (PDT) X-Google-Smtp-Source: APiQypIaPa78oeaLZU+dpmucCLm91xmyXQueeC/2Te0KuI5XwrEnZp3/LvNnDvCgu5JmH0cH3XZL X-Received: by 2002:a9d:32a4:: with SMTP id u33mr1451963otb.23.1585813780327; Thu, 02 Apr 2020 00:49:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585813780; cv=none; d=google.com; s=arc-20160816; b=t+P4u3mtJnp3E22NC/VJmimD/3PQ7csIeyUUMqCc+foQN5sEnHvk4ayDd7Uy7jna5x ncIkv8c/En/3vLXBPsFP60OmOjkGuHl/9nI1tFSr8Y+RDQ5+cvMf+BXP5nMHK7FyONj+ NmqERCoVw/0VGERYurhHRZPvosRjU9D11cvFSg8wtYIzdcGrt6NOkV6ayGKBchPj1Pba yWB8UvJnL3swg2vNqvhKuEH/3ackEvzbEdmJUHtc+jVGz1CY31neOlCmwy6bZmv5MRQ0 tEYfK9t17YHM9YgbNPZZ5uedPRRinTwzvef+5OkKQ95r6indwx35OlLu/1tOYwACdWb9 O2pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=FODdIi4bXp80pf//yUGUvfeI43Qzo93C9y8a9/hAK8A=; b=0wEu3XYycsG+jBdfUm3MdOPTBsDUBtkEYoduq+GFLku4FxcRAVYeP6Wof8sWAsKeao UcJND3w+2sJ+w6YnVepLpMXkZfBxPuBok4sPgDRt/11lx4r+6ocuz/xPGKbBAf9qP9+y XoAyoXkO2/Zklo+IfSOrZB0YbvF/MXnm5smdEb+1Jilg6OX2P/OIzfTfw6dn9UxXxgTW ofAL+uuf2Tc3QyX2iHlDc/lwGEDOSq9QpPXyr9NVQUq9+DNIIc98bXUoo391SDS+3AJn 0dgZEEveGcofYuu+vyAlb7iRX9+1R8TwzVkqhY/NPIheQRdGpu9mDnuJRpkLRvzdf827 koyA== 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 s13si2103536otg.35.2020.04.02.00.49.28; Thu, 02 Apr 2020 00:49:40 -0700 (PDT) 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 S2387620AbgDBHtJ (ORCPT + 99 others); Thu, 2 Apr 2020 03:49:09 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:58055 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725845AbgDBHtI (ORCPT ); Thu, 2 Apr 2020 03:49:08 -0400 Received: from localhost (lfbn-lyo-1-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A2FC5200014; Thu, 2 Apr 2020 07:49:05 +0000 (UTC) Date: Thu, 2 Apr 2020 09:49:05 +0200 From: Alexandre Belloni To: Ludovic Desroches Cc: nicolas.ferre@microchip.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tudor.Ambarus@microchip.com, Cristian.Birsan@microchip.com, Codrin.Ciubotariu@microchip.com, stable@vger.kernel.org Subject: Re: [PATCH 1/5] ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description Message-ID: <20200402074905.GA3683@piout.net> References: <20200401221504.41196-1-ludovic.desroches@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200401221504.41196-1-ludovic.desroches@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/04/2020 00:15:00+0200, Ludovic Desroches wrote: > Remove non-removable and mmc-ddr-1_8v properties from the sdmmc0 > node which come probably from an unchecked copy/paste. > > Signed-off-by: Ludovic Desroches > Fixes:42ed535595ec "ARM: dts: at91: introduce the sama5d2 ptc ek board" > Cc: stable@vger.kernel.org # 4.19 and later > --- > arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 -- > 1 file changed, 2 deletions(-) > All applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com