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 856C8C433F5 for ; Fri, 18 Mar 2022 11:29:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235809AbiCRLbO (ORCPT ); Fri, 18 Mar 2022 07:31:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235789AbiCRLbM (ORCPT ); Fri, 18 Mar 2022 07:31:12 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3D7E1ED043; Fri, 18 Mar 2022 04:29:54 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id C12C91F45BE5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647602993; bh=hEq5CQBIYDpOSE8rYqrF9Pr2CGQ6yjPai9TP2Z1F2Ww=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ix2SDlHuXaTogi0wYj6ufFFJZqPuqpM1n79MzBo8NDi4SOUeYE4KyPND+KBtoxNmE voxSeyzl2PdqfO6XlRk6356TZ+I1h2JCsTCb/QdIhj7JkUfcecDnrAwU5TkLMwVpzE GvAG4jN6U8A1zYZTaYmJkbgKyMOjNprrMBh9MnL/t/E583gZWGzzBms0Zu1ekJRBpS ieuH0seSPBh48BSLPxrU4d6o/7iXw3UL11WEedd7wEGoTvk9X04i3Ru3C1E0iEKENf 0GCOFp+98JmOiFyIhYSe1iXg0GVQQhE1TGwOOmA+4FtAAokELo89Cp071lVVAp1Yz4 EigmWM14xVyXg== Message-ID: Date: Fri, 18 Mar 2022 12:29:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH V5 2/3] dt-bindings: spi: support hclk Content-Language: en-US To: Leilk Liu , Mark Brown Cc: Rob Herring , Matthias Brugger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20220318025027.31281-1-leilk.liu@mediatek.com> <20220318025027.31281-3-leilk.liu@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220318025027.31281-3-leilk.liu@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 18/03/22 03:50, Leilk Liu ha scritto: > this patch support hclk for AHB bus. > > Signed-off-by: Leilk Liu Reviewed-by: AngeloGioacchino Del Regno > --- > .../devicetree/bindings/spi/mediatek,spi-mt65xx.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml > index 7247a177466b..ecb4a5002cc1 100644 > --- a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml > +++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml > @@ -53,16 +53,20 @@ properties: > maxItems: 1 > > clocks: > + minItems: 3 > items: > - description: clock used for the parent clock > - description: clock used for the muxes clock > - description: clock used for the clock gate > + - description: clock used for the AHB bus, this clock is optional > > clock-names: > + minItems: 3 > items: > - const: parent-clk > - const: sel-clk > - const: spi-clk > + - const: hclk > > mediatek,pad-select: > $ref: /schemas/types.yaml#/definitions/uint32-array