Received: by 2002:ac0:de83:0:0:0:0:0 with SMTP id b3csp1296480imk; Sun, 3 Jul 2022 23:26:21 -0700 (PDT) X-Google-Smtp-Source: AGRyM1udpDs0F3smecotwC4V0xe1ds+I/vVT2zbInQ2QzyQ+ytS9tFCOVHAZf0xqpSSVPmPwgY0K X-Received: by 2002:a17:90b:3148:b0:1ed:75:47b with SMTP id ip8-20020a17090b314800b001ed0075047bmr33572972pjb.9.1656915981630; Sun, 03 Jul 2022 23:26:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656915981; cv=none; d=google.com; s=arc-20160816; b=BjJDtI83w6b1TK4x8jkN4ENy9wqaKFYRQvEdxikI0iX1V+dF2+mavP2OfiRoHverOF TAfOBDX6OC7GojBioRYd+slKvo0Ak5TzZ8DzmIn1wcDTjgeY4ZStiAd6f6gvBndFk8bC 7M1meYscOZl6p/pb5EqzwuwP83CIOxESePylGZ7XvINIOomxxNtn6KlQRi3unMwe7KhE n5aCcwv6UslSRwfjDIcJ8ZM1zAhj7B153KKpaj9kxCR0gS2vG2XJ6JkZbzGnu8SHo3FE DaQ2aKA991ik5+nyr9gXJwKNmTxwweUGoLhr4h1pNYh8b3QrLmrDD9Sg51wHMZaSZs9f IKVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=nKtVc4O+3aSEneWSsRJh/Al9G6HdxuR8yvBlkqpQHXk=; b=zB3TmmSrQcjRbgdFECsvbMaUlKbN132fTGfxfnxicuPcZW2Z4nM4ELSAYKIZDsGx08 mvPkTYd3klL1rhIX2jvynLWnJA3Swg3T+7r60gVKRYufoHN36uqDsvew2Sr33sSP9nCr 0feXz1Fa3ND3oAGaJ+1fKQED4HdAEP6FQKt/arB0z/Z1tGdZpAHxiynMAvb12R2X/67T q4vtsBYNPsrSyag5BjktUrZhWyE87AyQP+eKcEoh918okwPKL6XUQVzgnIyZZjmFOs8x TBc4TiyGAmzqx1KQ3Qh7pzq0+WrDiS4LTZVkr9ow6+l2CRJk4zBfjdbvxRwtB8lIifxG HXAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id w190-20020a6382c7000000b0040ccfa0a0dbsi8021879pgd.480.2022.07.03.23.26.09; Sun, 03 Jul 2022 23:26:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231768AbiGDGZj (ORCPT + 99 others); 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: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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