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 821F7C433EF for ; Tue, 15 Mar 2022 00:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245189AbiCOAPb (ORCPT ); Mon, 14 Mar 2022 20:15:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245126AbiCOAP1 (ORCPT ); Mon, 14 Mar 2022 20:15:27 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FC1B41334; Mon, 14 Mar 2022 17:14:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=5XWqbKQSr4Wx71L9VbdkeupzUo5D+ZVl09TLYyIEoTo=; b=Lo4+doXCz0M+hZKP1j3W9rWlRC 6JBg+fiij5o7WEFm9L1R9CsvYCf/+5DmvznzTvYwefKygqF1xF2oSStHEsdSXIolqu3HLPqmGFVNM 7FD2Ors9hJhk7GU6JQW2mc81YIhXOCKScZ9KCvZvM4MijiZoTOkMp2nF4UyTyAhqqwpU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nTup6-00Aq06-I3; Tue, 15 Mar 2022 01:14:00 +0100 Date: Tue, 15 Mar 2022 01:14:00 +0100 From: Andrew Lunn To: Chris Packham Cc: huziji@marvell.com, ulf.hansson@linaro.org, robh+dt@kernel.org, davem@davemloft.net, kuba@kernel.org, linus.walleij@linaro.org, catalin.marinas@arm.com, will@kernel.org, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com, thomas.petazzoni@bootlin.com, kostap@marvell.com, robert.marko@sartura.hr, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/8] dt-bindings: mmc: xenon: add AC5 compatible string Message-ID: References: <20220314213143.2404162-1-chris.packham@alliedtelesis.co.nz> <20220314213143.2404162-4-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314213143.2404162-4-chris.packham@alliedtelesis.co.nz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2022 at 10:31:38AM +1300, Chris Packham wrote: > Import binding documentation from the Marvell SDK which adds > marvell,ac5-sdhci compatible string and documents the requirements for > the for the Xenon SDHCI controller on the 98DX2530. > > Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Andrew