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 9B064C433EF for ; Tue, 22 Mar 2022 18:08:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240191AbiCVSJq (ORCPT ); Tue, 22 Mar 2022 14:09:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236572AbiCVSJo (ORCPT ); Tue, 22 Mar 2022 14:09:44 -0400 Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D86165D13; Tue, 22 Mar 2022 11:08:16 -0700 (PDT) Received: by mail-ej1-f45.google.com with SMTP id dr20so37415001ejc.6; Tue, 22 Mar 2022 11:08:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:content-language:to:cc:references:in-reply-to :content-transfer-encoding; bh=xklhjzZKzADY2xRK99pbIfVzHLVmN5wMRTs9ZPfdbng=; b=WsNBOrifNwv/I038wgPe5EYzd30do0PnzUKANhA40zPTxqqc3H1gnkxqhDiX+dH8z7 9OQpnBLd+IjVrDDE04iyYfbk9rUn28y+oT1QrLhW+Z1n04ZJpayxiOeqZYxrwgxKB3DI /UUfebykAJq7LYMlR84IL4TfNF8XFNwWGfOUuwf9tvMWocZV7hVAUp5iU7wxia4uYmzK YEDdGjuu7Zsh+wh8vZoI5TXRJ3bH0JAZrPH17u4toZn8jAIzV3erqkwOIKXSe+JSzFms t/fYjMy8fpaF4Ucz75LZ0Pa2W3n/sDOLRW0+bXQy86+kW2DSli63T9zD6f3oN57blHWQ A0QQ== X-Gm-Message-State: AOAM530K6j+PoNmp8aAh2ImOi57CHD+41bxYD8ZoUA5pjuXY7gE3ZNLg zeTSGcnr9TtyHH5LZGtiecs= X-Google-Smtp-Source: ABdhPJxUAx4IdVJWahehxkglRm1NqufvIFeuOA2YpXQp/NK47AD8PHQ9rSGI79bpqQ4VfewQip7ZhA== X-Received: by 2002:a17:906:58cd:b0:6df:f5f8:3037 with SMTP id e13-20020a17090658cd00b006dff5f83037mr13658660ejs.531.1647972494886; Tue, 22 Mar 2022 11:08:14 -0700 (PDT) Received: from [192.168.0.17] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.googlemail.com with ESMTPSA id l20-20020a1709062a9400b006ce71a88bf5sm8516663eje.183.2022.03.22.11.08.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Mar 2022 11:08:14 -0700 (PDT) Message-ID: Date: Tue, 22 Mar 2022 19:08:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: Krzysztof Kozlowski Subject: Re: [PATCH v3 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY Content-Language: en-US To: Jianjun Wang , Chunfeng Yun , Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Matthias Brugger , Chen-Yu Tsai , AngeloGioacchino Del Regno Cc: Wei-Shun Chang , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, rex-bc.chen@mediatek.com, randy.wu@mediatek.com, jieyy.yang@mediatek.com, chuanjia.liu@mediatek.com, qizhong.cheng@mediatek.com, jian.yang@mediatek.com References: <20220322024705.9665-1-jianjun.wang@mediatek.com> <20220322024705.9665-2-jianjun.wang@mediatek.com> In-Reply-To: <20220322024705.9665-2-jianjun.wang@mediatek.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/03/2022 03:47, Jianjun Wang wrote: > Add YAML schema documentation for PCIe PHY on MediaTek chipsets. > > Signed-off-by: Jianjun Wang > --- > .../bindings/phy/mediatek,pcie-phy.yaml | 75 +++++++++++++++++++ > 1 file changed, 75 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,pcie-phy.yaml > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof