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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFC86C43334 for ; Mon, 4 Jul 2022 06:25:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230304AbiGDGZj (ORCPT ); Mon, 4 Jul 2022 02:25:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbiGDGZi (ORCPT ); Mon, 4 Jul 2022 02:25:38 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C921C62C7; Sun, 3 Jul 2022 23:25:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 57A228061; Mon, 4 Jul 2022 06:20:12 +0000 (UTC) Date: Mon, 4 Jul 2022 09:25:35 +0300 From: Tony Lindgren To: Yu-Tung Chang Cc: Benoit Cousson , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, open list Subject: Re: [PATCH v2] ARM: dts: am33xx: Fix MMCHS0 dma properties Message-ID: References: <20220620124146.5330-1-mtwget@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Yu-Tung Chang [220701 06:09]: > Yu-Tung Chang 于2022年7月1日周五 14:04写道: > > > > Tony Lindgren 于2022年6月27日周一 18:54写道: > > > > > > > > Hi, > > > > > > * YuTong Chang [220620 15:36]: > > > > According to technical manual(table 11-24), the DMA of MMCHS0 should be > > > > direct mapped. > > > > > > Could this be a bug in the manual assuming mmchs0 is working? Or does this > > > fix something for you? > > > > > It modified in commit b5e5090660742c838ddc0b5d1a001e6fe3d5bfd5, > > the dma of mmc1 was changed to edma_xbar and did not explain why it should > > not match the document. > > > Regards, > > > > > > Tony > No evidence of any official documentation error, before submitting > b5e5090660742c838ddc0b5d1a001e6fe3d5bfd5, the mmc1 dma properties > matches the official documentation. OK thanks for clarifying. will apply to fixes with a fixes tag. Regards, Tony