From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B79A7C43331 for ; Thu, 2 Apr 2020 07:49:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 895C720678 for ; Thu, 2 Apr 2020 07:49:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="vDfv1xq1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 895C720678 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zYkGep5JP86mfTA4jZoPXcyiGDbT0ECy7vpQfiFMHA8=; b=vDfv1xq1nJWuqd 2GG/SHkZxcySW2U/ert0iMI4pguerB7FRChwPAOiji2btFAqfmWwG0+j8fKqGMwKijzOnTRpsmPHh ZPjpwTBQ/WwGOSqcVenUEMEOx+s34M4shtBaxJZqepjJZ4U5SuS9cdunEYucJNlfyus0XAzuorKEx giNCyTbinB51STbXq9pdVgvgBYdlWG+EO5NNxAFc07iwUsMh9/urhtQG4cOWAOvB6G7UIHxIqVHBb UCiyetRDtQln5PRco9wVdVch/4Y+BHoQArvEVC74S20o2+PEklHC3n8EhCtpbK3O1GxRdqh03cg63 yhLhrcO69lx51+AMqZ1g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jJubG-0004Zj-Kb; Thu, 02 Apr 2020 07:49:18 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jJubD-0004Wo-0o for linux-arm-kernel@lists.infradead.org; Thu, 02 Apr 2020 07:49:16 +0000 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 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-Disposition: inline In-Reply-To: <20200401221504.41196-1-ludovic.desroches@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200402_004915_199776_B5DB27DF X-CRM114-Status: UNSURE ( 8.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Tudor.Ambarus@microchip.com, stable@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, Cristian.Birsan@microchip.com, Codrin.Ciubotariu@microchip.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DED87C18E5B for ; Thu, 2 Apr 2020 07:49:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAE3A212CC for ; Thu, 2 Apr 2020 07:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387574AbgDBHtJ (ORCPT ); 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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