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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 1C44DC55179 for ; Thu, 29 Oct 2020 07:34:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C54B020E65 for ; Thu, 29 Oct 2020 07:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726427AbgJ2Hek (ORCPT ); Thu, 29 Oct 2020 03:34:40 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:25821 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728632AbgJ2HeS (ORCPT ); Thu, 29 Oct 2020 03:34:18 -0400 Date: 29 Oct 2020 13:48:23 +0900 X-IronPort-AV: E=Sophos;i="5.77,429,1596466800"; d="scan'208";a="60905870" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 29 Oct 2020 13:48:23 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 78BDA41BAEB2; Thu, 29 Oct 2020 13:48:23 +0900 (JST) Message-ID: <874kmdej4z.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Sameer Pujar Cc: Rob Herring , Mark Brown , , Subject: Re: [PATCH v4 1/3] dt-bindings: ASoC: audio-graph-card: switch to yaml base Documentation In-Reply-To: <53ecc751-b0b2-2bc2-75f4-88b56b22b6c6@nvidia.com> References: <87h7qdew9h.wl-kuninori.morimoto.gx@renesas.com> <87ft5xew8r.wl-kuninori.morimoto.gx@renesas.com> <53ecc751-b0b2-2bc2-75f4-88b56b22b6c6@nvidia.com> User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Sameer Thank you for your feedback > > + endpoint: > > + type: object > > + properties: > > + remote-endpoint: > > + maxItems: 1 > > + mclk-fs: > > + description: | > > + Multiplication factor between stream rate and codec mclk. > > + When defined, mclk-fs property defined in dai-link sub nodes are ignored. > > + $ref: /schemas/types.yaml#/definitions/uint32 > > + frame-inversion: > > + description: dai-link uses frame clock inversion > > + $ref: /schemas/types.yaml#/definitions/flag > > + bitclock-inversion: > > + description: dai-link uses bit clock inversion > > + $ref: /schemas/types.yaml#/definitions/flag > > + frame-master: > > + description: Indicates dai-link frame master. > > + $ref: /schemas/types.yaml#/definitions/phandle-array > > + maxItems: 1 > > + bitclock-master: > > + description: Indicates dai-link bit clock master > > + $ref: /schemas/types.yaml#/definitions/phandle-array > > + maxItems: 1 > > + dai-format: > > + description: audio format. > > + items: > > + enum: > > + - i2s > > + - right_j > > + - left_j > > + - dsp_a > > + - dsp_b > > + - ac97 > > + - pdm > > + - msb > > + - lsb > > + convert-rate: > > + description: CPU to Codec rate convert. > > + $ref: /schemas/types.yaml#/definitions/uint32 > > + convert-channels: > > + description: CPU to Codec rate channels. > > + $ref: /schemas/types.yaml#/definitions/uint32 > > + required: > > + - remote-endpoint > > + > > Sorry this point was not clear to me. Can 'endpoint' exist without > port/ports? Should this rather be moved inside of port? Ahh, yes. You had been indicated it in previous mail. I will try to move under port in v5 Thank you for your help !! Best regards --- Kuninori Morimoto