From patchwork Thu May 21 15:38:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandeep Maheswaram X-Patchwork-Id: 11563381 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E6BDB912 for ; Thu, 21 May 2020 15:39:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8C7C207F7 for ; Thu, 21 May 2020 15:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729999AbgEUPjg (ORCPT ); Thu, 21 May 2020 11:39:36 -0400 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:54256 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727030AbgEUPjg (ORCPT ); Thu, 21 May 2020 11:39:36 -0400 Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 21 May 2020 21:08:52 +0530 Received: from c-sanm-linux.qualcomm.com ([10.206.25.31]) by ironmsg01-blr.qualcomm.com with ESMTP; 21 May 2020 21:08:27 +0530 Received: by c-sanm-linux.qualcomm.com (Postfix, from userid 2343233) id 1C2262A34; Thu, 21 May 2020 21:08:26 +0530 (IST) From: Sandeep Maheswaram To: Andy Gross , Bjorn Andersson , Greg Kroah-Hartman , Rob Herring , Mark Rutland , Felipe Balbi , Stephen Boyd , Doug Anderson , Matthias Kaehlcke Cc: linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Manu Gautam , Sandeep Maheswaram Subject: [PATCH v7 0/2] Add USB DWC3 support for SC7180 Date: Thu, 21 May 2020 21:08:17 +0530 Message-Id: <1590075499-21350-1-git-send-email-sanm@codeaurora.org> X-Mailer: git-send-email 2.7.4 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Converting dt binding to yaml. Adding compatible for SC7180 in dt bindings. Changes in v7: Solved the dt binding check error by adding soc field in example. Changes in v6: Addressed the comments from Stephen on interrupts. Added ranges property and dropped maxItems field for assigned-clock-rates. Changes in v5: Addressed the comments from Stephen in yaml file. Changes in v4: Addressed the comments from Doug in yaml file. Changes in v3: Dropped the patch for adding the compatible in dwc3 driver from the series. Addressed the comments from Doug in yaml file. Changes in v2: Sorted the compatible in dwc3 driver. Converted dt binding to yaml. Added compatible in yaml. Sandeep Maheswaram (2): dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings dt-bindings: usb: qcom,dwc3: Add compatible for SC7180 .../devicetree/bindings/usb/qcom,dwc3.txt | 104 ------------- .../devicetree/bindings/usb/qcom,dwc3.yaml | 168 +++++++++++++++++++++ 2 files changed, 168 insertions(+), 104 deletions(-) delete mode 100644 Documentation/devicetree/bindings/usb/qcom,dwc3.txt create mode 100644 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml