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=-20.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 6BD8CC4743E for ; Thu, 3 Dec 2020 14:46:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 556872243D for ; Thu, 3 Dec 2020 14:38:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389202AbgLCOhx (ORCPT ); Thu, 3 Dec 2020 09:37:53 -0500 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:8689 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388712AbgLCOhx (ORCPT ); Thu, 3 Dec 2020 09:37:53 -0500 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Thu, 03 Dec 2020 06:37:12 -0800 Received: from HQMAIL105.nvidia.com (172.20.187.12) by HQMAIL105.nvidia.com (172.20.187.12) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 3 Dec 2020 14:37:12 +0000 Received: from audio.nvidia.com (10.124.1.5) by mail.nvidia.com (172.20.187.12) with Microsoft SMTP Server id 15.0.1473.3 via Frontend Transport; Thu, 3 Dec 2020 14:37:09 +0000 From: Sameer Pujar To: , , CC: , , , , , , Sameer Pujar Subject: [RESEND PATCH 2/2] dt-bindings: tegra: Add missing HDA properties Date: Thu, 3 Dec 2020 20:06:42 +0530 Message-ID: <1607006202-4078-3-git-send-email-spujar@nvidia.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1607006202-4078-1-git-send-email-spujar@nvidia.com> References: <1607006202-4078-1-git-send-email-spujar@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1607006233; bh=g6WzfzkxGm1Rrc/PS9d7uqmNnF/hATJUD1WCAcXHzoM=; h=From:To:CC:Subject:Date:Message-ID:X-Mailer:In-Reply-To: References:MIME-Version:Content-Type; b=Tfos+hhJHgh0rYjVrV1rICsz26cXfcJkUaYsainhd0eKTUusozVeab44byRra9Gye 0saLefVWfVzpUXL52/xeuQEutL/PL84MU3YjAhIod+/DgHYgJqZsIwBvO/6VnqTM3o +EFtgD2Gp2ZujFXFGJ/F3Q272D1z6QG0ews1sGWWTawzVEPfRicgZsGvCiNdCfJUL2 7IoNuKNvzix+re22XyuFc7f2sMfOGh1XIlwt+qSuwtEeH1sXCt7iVoenD7UUfFyUGE E1YI+BVNxCPKG2kxq1pVflES3c7A34vagADJLqvxJr3YBq9v8KXEcovuK/KU34dZJ+ 9YZyX1G9Qkfkg== Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the missing properties which are currently required for Tegra186/Tegra194 DT files. Signed-off-by: Sameer Pujar --- .../devicetree/bindings/sound/nvidia,tegra30-hda.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml index 3059bc3..e543a61 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml @@ -60,6 +60,20 @@ properties: - const: hda2hdmi - const: hda2codec_2x + power-domains: + maxItems: 1 + + interconnects: + maxItems: 2 + + interconnect-names: + items: + - const: dma-mem + - const: write + + iommus: + maxItems: 1 + nvidia,model: $ref: /schemas/types.yaml#/definitions/string description: | -- 2.7.4