From patchwork Tue Jan 19 06:42:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aswath Govindraju X-Patchwork-Id: 366647 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=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 06778C433E0 for ; Tue, 19 Jan 2021 06:44:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD93A23120 for ; Tue, 19 Jan 2021 06:44:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726841AbhASGoR (ORCPT ); Tue, 19 Jan 2021 01:44:17 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:46352 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726292AbhASGoK (ORCPT ); Tue, 19 Jan 2021 01:44:10 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 10J6gWVH005772; Tue, 19 Jan 2021 00:42:32 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1611038552; bh=kicaJWe4lJcpgcnt3hDVKDopAjMnUwOLVZVReyXGh54=; h=From:To:CC:Subject:Date; b=S7uOWjQLnuNq0BxAtgjLQ8OqfzknwlknkT7S+2aTWu+EpTt9tk5yFbAy1N+ijl+S8 rXSuY9l2XZzF75XA36inpVQvlOegueCZ/CHqXzQrnv1qBnRt4Dy5ad/H6/fEn0sgT9 Ma6sLrtglUMtmh2PkFIlOJ9Zvq5rsGdg+9+gz+9c= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 10J6gW0N099790 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 19 Jan 2021 00:42:32 -0600 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 19 Jan 2021 00:42:31 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 19 Jan 2021 00:42:31 -0600 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 10J6gQ2V017026; Tue, 19 Jan 2021 00:42:27 -0600 From: Aswath Govindraju CC: Greg Kroah-Hartman , Rob Herring , , , , Roger Quadros , Vignesh Raghavendra , Lokesh Vutla , Sekhar Nori , Kishon Vijay Abraham I , Aswath Govindraju Subject: [PATCH] dt-bindings: usb: Add ranges and dma-coherent property Date: Tue, 19 Jan 2021 12:12:24 +0530 Message-ID: <20210119064224.6946-1-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Add ranges and dma-coherent property in ti,j721e-usb dt-binding. Signed-off-by: Aswath Govindraju --- Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml index 4423f0a29f54..0c553e72d2ff 100644 --- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml +++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml @@ -38,6 +38,8 @@ properties: - const: ref - const: lpm + ranges: true + ti,usb2-only: description: If present, it restricts the controller to USB2.0 mode of @@ -63,6 +65,8 @@ properties: '#size-cells': const: 2 + dma-coherent: true + patternProperties: "^usb@": type: object @@ -73,6 +77,7 @@ required: - power-domains - clocks - clock-names + - ranges additionalProperties: false @@ -95,6 +100,7 @@ examples: assigned-clock-parents = <&k3_clks 288 16>; /* HFOSC0 */ #address-cells = <2>; #size-cells = <2>; + ranges; usb@6000000 { compatible = "cdns,usb3";