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 28E72C433F5 for ; Thu, 13 Jan 2022 15:41:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236190AbiAMPlh (ORCPT ); Thu, 13 Jan 2022 10:41:37 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:47508 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231216AbiAMPlh (ORCPT ); Thu, 13 Jan 2022 10:41:37 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 074301F45608 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1642088495; bh=BMHWWGEM16d3WzPZdxSB+d8Mct80ra3tr+9TJ/UQpa4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=J9kcGl/0J4V49lY6XnV5B2YY58lrFCZrLhH9srG8OOmu3iu2Ji/uZNRAzbDPI4K/l ET4Rrk0EWDPONpj/bF/RmKPz9FoMGsPdFGCG5QMguY2IYc1M5U2bseXaYZaFZXdc/c 4Du16Z0SJC5S2islbnuoLd8D5SazLVR1cHkYsoL69mL2BxXBFf1KQSyOnbbn2+AVgY 7ws0SD5/ilVL9C41kdbu0/F/SHqiWyhY+WIZbVn4kDyBWsU/0pECQ6rrZ/7uInzB25 nD9jp8wIHFAPb2PzTelpQQOI7U33s98FZ3x7Hf3veMF2ouKR+8iSw+y9f5S2VlJCt9 xl/vImRVS/gjw== Subject: Re: [PATCH v3 1/7] dt-bindings: memory: mtk-smi: Rename clock to clocks To: Yong Wu , Krzysztof Kozlowski , Rob Herring , Matthias Brugger Cc: Joerg Roedel , Tomasz Figa , linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, youlin.pei@mediatek.com, anan.sun@mediatek.com, lc.kan@mediatek.com, yi.kuo@mediatek.com, anthony.huang@mediatek.com References: <20220113111057.29918-1-yong.wu@mediatek.com> <20220113111057.29918-2-yong.wu@mediatek.com> From: AngeloGioacchino Del Regno Message-ID: Date: Thu, 13 Jan 2022 16:41:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20220113111057.29918-2-yong.wu@mediatek.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 13/01/22 12:10, Yong Wu ha scritto: > The property "clock" should be rename to "clocks", and delete the "items", > the minItems/maxItems should not be put under "items". > > Fixes: 27bb0e42855a ("dt-bindings: memory: mediatek: Convert SMI to DT schema") > Signed-off-by: Yong Wu Acked-by: AngeloGioacchino Del Regno