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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 4A297C433EF for ; Wed, 6 Jul 2022 16:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=aXuNNbP3qpGQ6N2DMT+VOqLV2/9yYNc7VNbfP1yykyk=; b=IV/3YdycF5K/Fd N9sxi8VUND4a+jok4HNyS2NPUG79dsycG4ChzQQbZmeMPuoZFcqDm2FziFSg//8h1D7F5BcwppbJ1 fQ+w7dXPlt2pWR2eTKhIVKaGzXmU79KknfmlN5uVvNbd6ILoDSkwjw8dpJjy0NXqzVGosHBu+U5rX xb61sx/9Uz1tJMjbt7NN8k7WrR7jbBAA/rnXqCpmoXuBjyzworHa8+/K/MezKkguBLWG+J0DT9veC 7dflgOUbNIoltj30kTUJ8GiiO73GzT02NGGWx1aTVDFm46zPHGc7Fi/GU6tACHpHk2K7h9rI12pnc aT5agNqiKfGY9CLI4X9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o97s9-00BLEF-Sc; Wed, 06 Jul 2022 16:27:30 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o97s5-00BLCA-3q for linux-arm-kernel@lists.infradead.org; Wed, 06 Jul 2022 16:27:26 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B5249B81A99; Wed, 6 Jul 2022 16:27:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1DE8C3411C; Wed, 6 Jul 2022 16:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657124842; bh=4aItf/nscQZL1SybsK3P9rnGm4HeS4pp4DKgi8jCtAs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=amYVJ1/X6HSUPvDWF6hQJQoY8s0krw9Tvu+ST+qZK13iyxPNf4YQ7E0288lvv7rfC XQE93Dif4iub11kK6q7sOr9Mb826hXizt7sxN2TEYqnoxv0lj0pgkLkEBY+vR/mRct 6rx6CGC7lQwrTHYPicck/Q8v8Xxdcmzg7EkFgL71R4DMPmW3mZ5El9EJ4zsmrEylr6 bR8owydhEkI41Ga5fb7SJ3jppXfaq6kkLJdNgF2/EHGaFLwqs2ih20B6O3lR7Yfbtp LKeXtw5hSgzS3IC+ZBDIPK2TcHlqoTQwpa2dmoXkZRM2WHoHcZPHDXyhpdpH72mnH1 l8hvQmEwLAqxQ== Date: Wed, 6 Jul 2022 21:57:17 +0530 From: Vinod Koul To: Samuel Holland Cc: Chen-Yu Tsai , Jernej Skrabec , Krzysztof Kozlowski , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH] dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo Message-ID: References: <20220702031903.21703-1-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220702031903.21703-1-samuel@sholland.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220706_092725_348521_224708A9 X-CRM114-Status: UNSURE ( 8.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 01-07-22, 22:19, Samuel Holland wrote: > The conditional block for variants with a second clock should have set > minItems, not maxItems, which was already 2. Since clock-names requires > two items, this typo should not have caused any problems. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel