From patchwork Thu Dec 10 06:54:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aswath Govindraju X-Patchwork-Id: 342543 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=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 99F17C433FE for ; Thu, 10 Dec 2020 06:57:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E75422D5B for ; Thu, 10 Dec 2020 06:57:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387659AbgLJG4r (ORCPT ); Thu, 10 Dec 2020 01:56:47 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:50154 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732661AbgLJG4q (ORCPT ); Thu, 10 Dec 2020 01:56:46 -0500 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0BA6t0N9066832; Thu, 10 Dec 2020 00:55:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1607583300; bh=lScRv7wbyDedbc21GNb38KQWHyHATCRVSTCppcU0aOM=; h=From:To:CC:Subject:Date; b=S9f/jFGItyz+HYMAT5j6l8Nx3FWgCD62Gy8QhoYyr7401pUN6fkh2W/+mT6Mje3b2 DvW1Kx6nOux8ushTiEZ6wOBvUehol28eF8QiD07lRs55bTqCeJaj8hLmceasjrWWzD 4qvy0IW+fzvUoYpYIOgxl/8qkb7oSflzpKJtF0Jk= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0BA6t0Ce072100 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 10 Dec 2020 00:55:00 -0600 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 10 Dec 2020 00:54:59 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE110.ent.ti.com (10.64.6.31) 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; Thu, 10 Dec 2020 00:54:59 -0600 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0BA6srOj032382; Thu, 10 Dec 2020 00:54:55 -0600 From: Aswath Govindraju CC: Vignesh Raghavendra , Sekhar Nori , Aswath Govindraju , Greg Kroah-Hartman , Rob Herring , Roger Quadros , , , Subject: [PATCH v3] dt-bindings: usb: Add new compatible string for AM64 SoC Date: Thu, 10 Dec 2020 12:24:50 +0530 Message-ID: <20201210065450.16663-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 compatible string in j721e-usb binding file as the same USB subsystem is present in AM64. Signed-off-by: Aswath Govindraju Acked-by: Roger Quadros --- Changes since v2: - added changes done over the versions Changes since v1: - replaced the '\t' at the beginning of the lines with spaces as it was causing the dt_binding_check to fail Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml index 388245b91a55..453587f6d304 100644 --- a/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml +++ b/Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml @@ -11,8 +11,11 @@ maintainers: properties: compatible: - items: - - const: ti,j721e-usb + anyOf: + - items: + - const: ti,j721e-usb + - items: + - const: ti,am64-usb reg: description: module registers