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.3 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,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 82DE8C32751 for ; Wed, 7 Aug 2019 12:05:07 +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 58470219BE for ; Wed, 7 Aug 2019 12:05:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="IIzq5JLn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 58470219BE 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-amlogic-bounces+linux-amlogic=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=LCVud78dZX0eDYyPun7fLiuleVyYZCEwGurElWlfsrQ=; b=IIzq5JLnQve0ba QMN5XybrYMfReVH2NfskW3I8uL5GWOImaq1ZwgRZZ956xfskDLtx3q/S9r1rotuqp62TiyM2YqYZC M2fDzom2uZ/6ZHrQ91Eg3qNC6iCfpmEjdqxiBmo3iIb9BDYrZOlKacKmDwda0gLJiFzrIQQeYtrvY yrgE6SNRsOslaLGDYRyTa/ThslDKcrk78KnUTaGZk3MUzAchqMlAYblx3dIaQFHl9q9N0nQ38oK2i +lTCQybaucTqUIvZt3kjBgd4udZC4papL10OGZwsdcwEXSPf0UK6lPOIZwh3p9BelY2IX9wiY1jvT Zw4DUtyv01Rbdd8vEj4g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hvKgc-0004va-EG; Wed, 07 Aug 2019 12:04:58 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hvKgY-0004uZ-1e; Wed, 07 Aug 2019 12:04:56 +0000 Received: from localhost (lpr83-1-88-168-111-231.fbx.proxad.net [88.168.111.231]) (Authenticated sender: maxime.ripard@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 7D6CD200002; Wed, 7 Aug 2019 12:04:46 +0000 (UTC) Date: Wed, 7 Aug 2019 14:04:45 +0200 From: Maxime Ripard To: Rob Herring Subject: Re: [PATCH v2 1/2] dt-bindings: net: snps, dwmac: update reg minItems maxItems Message-ID: <20190807120445.yje57g6mwcmyztki@flea> References: <20190806125041.16105-1-narmstrong@baylibre.com> <20190806125041.16105-2-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190807_050454_762832_4C452487 X-CRM114-Status: GOOD ( 13.36 ) X-BeenThere: linux-amlogic@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, Neil Armstrong , Martin Blumenstingl , netdev , "linux-kernel@vger.kernel.org" , linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi, On Tue, Aug 06, 2019 at 09:22:12AM -0600, Rob Herring wrote: > +Maxime > > On Tue, Aug 6, 2019 at 6:50 AM Neil Armstrong wrote: > > > > The Amlogic Meson DWMAC glue bindings needs a second reg cells for the > > glue registers, thus update the reg minItems/maxItems to allow more > > than a single reg cell. > > > > Signed-off-by: Neil Armstrong > > --- > > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > I haven't checked, but the derivative schema could be assuming this > schema enforced reg is 1 item. Yeah, we do for Documentation/devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml (but somehow not allwinner,sun8i-a83t-emac.yaml) Neil, can you add it to sun7i-a20-gmac? > I don't think that's a major issue > though. > > Acked-by: Rob Herring With that fixed, Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic