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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 DAC1CC2BA2B for ; Mon, 13 Apr 2020 14:18:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B829020774 for ; Mon, 13 Apr 2020 14:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586787538; bh=OCT2ifjs9eUW+Niy3jnu8CJR1EG+m0eGSCQqnJEywXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=EM04ySfpHoI+W74oDHZkyqoi+cqGkfgwlJpDc93lPX3CHmDVv4JW08aYPKtmGQEIK XWn8SzRd2i6UZkRDzsEgwAy09/PhtWG3Emvmnrs/77HB6oSpYTCHId0sFIpAYy5XxT oLub/cPi2rLVZIX2EpD2bvjjB9EIM2SNCoblea8s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730533AbgDMOSr (ORCPT ); Mon, 13 Apr 2020 10:18:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:48664 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730530AbgDMOSq (ORCPT ); Mon, 13 Apr 2020 10:18:46 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1932A20774; Mon, 13 Apr 2020 14:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586787525; bh=OCT2ifjs9eUW+Niy3jnu8CJR1EG+m0eGSCQqnJEywXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J6KlRzR1iUnNaimarPvjFZAIOqAry+EbSShOBKbqgc2tfDnop5w4VEwAmVUkE+Pth 3iyJIrLm3PaaQYRZ1ye2o6QBxFOrhwZZnlInCj2qdkHnsfUtf67k8UnU2syk404pgr fe+/t/eKTLZGJPEUrk5HrVVshxVY3LFUUF7B8198= Date: Mon, 13 Apr 2020 22:18:31 +0800 From: Shawn Guo To: Michael Walle Cc: dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vinod Koul , Rob Herring , Mark Rutland , Li Yang , Peng Ma Subject: Re: [PATCH 1/2] dt-bindings: dma: fsl-edma: fix ls1028a-edma compatible Message-ID: <20200413141830.GA4722@dragon> References: <20200306205403.29881-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200306205403.29881-1-michael@walle.cc> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Mar 06, 2020 at 09:54:02PM +0100, Michael Walle wrote: > The bootloader will fix up the IOMMU entries only on nodes with the > compatible "fsl,vf610-edma". Thus make this compatible string mandatory > for the ls1028a-edma. > > While at it, fix the "fsl,fsl," typo. > > Signed-off-by: Michael Walle > Fixes: d8c1bdb5288d ("dt-bindings: dma: fsl-edma: add new fsl,fsl,ls1028a-edma") Applied both. Will try to send for 5.7-rc inclusion. Shawn