From patchwork Thu Nov 15 19:32:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prakruthi Deepak Heragu X-Patchwork-Id: 10684947 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 727B9109C for ; Thu, 15 Nov 2018 19:33:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 64B3B2CE59 for ; Thu, 15 Nov 2018 19:33:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 628A22CF4C; Thu, 15 Nov 2018 19:33:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFB2B2CF76 for ; Thu, 15 Nov 2018 19:33:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725920AbeKPFmw (ORCPT ); Fri, 16 Nov 2018 00:42:52 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:51872 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725742AbeKPFmw (ORCPT ); Fri, 16 Nov 2018 00:42:52 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 25CAA6074C; Thu, 15 Nov 2018 19:33:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1542310424; bh=bd3aDWywSJVMEIzz/0/t5upE2edTTMdONVG+x7tf1ds=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Eb5ICQVwsvOBIFF7bLMf13aRIa+1h8coBUQTWjfkBZtuWl45uqiJgKkvzPKJb9s50 n+xBEl/NZMXa2VAd4hq19PYmcsIJXZKTGJNCwtHXRVGyw57YM09+AC3V66hyNXmwk0 HX2W4ErIrOkAPFtDvzh988vrQvqchsjK0X6vXs68= Received: from pheragu-linux.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pheragu@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 5D3536020B; Thu, 15 Nov 2018 19:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1542310423; bh=bd3aDWywSJVMEIzz/0/t5upE2edTTMdONVG+x7tf1ds=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mKZAFlnpZdWVXxiF0BpG38pBgULhPrkSOfTjzljfWlsxTMP2rJ4XefEW9Ku12xbbH PscaHLBB0NGJIGXdyd0OTBK58jb23/ZD+HNWrfBIqiUPZOYo3q26FLurREFyCx/hh5 7V1mUmxKQh9WLrfeZOjpU0qySBr97h96VQqdMkCY= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 5D3536020B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=pheragu@codeaurora.org From: Prakruthi Deepak Heragu To: linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, ckadabi@codeaurora.org, tsoni@codeaurora.org, bryanh@codeaurora.org, psodagud@codeaurora.org, rnayak@codeaurora.org, Prakruthi Deepak Heragu , Satya Durga Srinivasu Prabhala Subject: [PATCH v3 1/2] dt-bindings: Documentation for qcom,eud Date: Thu, 15 Nov 2018 11:32:53 -0800 Message-Id: <1542310374-18474-2-git-send-email-pheragu@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1542310374-18474-1-git-send-email-pheragu@codeaurora.org> References: <1542310374-18474-1-git-send-email-pheragu@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Documentation for Embedded USB Debugger (EUD) device tree bindings. Signed-off-by: Satya Durga Srinivasu Prabhala Signed-off-by: Prakruthi Deepak Heragu --- .../devicetree/bindings/soc/qcom/qcom,msm-eud.txt | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,msm-eud.txt diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,msm-eud.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,msm-eud.txt new file mode 100644 index 0000000..6d339e7 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,msm-eud.txt @@ -0,0 +1,43 @@ +* Qualcomm Technologies Inc Embedded USB Debugger (EUD) + +The EUD (Embedded USB Debugger) is a mini-USB hub implemented +on chip to support the USB-based debug and trace capabilities. + +Required properties: + + - compatible: Should be "qcom,msm-eud" + - interrupts: Interrupt number + - reg: Should be address and size of EUD register space + +EUD notifies clients for VBUS attach/detach and charger enable/disable +events. The link between client and EUD is established via a directed +graph. EUD has one endpoint of the graph link mentioning EUD as an +output link and clients of EUD should have the other endpoint of the +graph link as an input link. + +An example for EUD device node: + + eud: qcom,msm-eud@88e0000 { + compatible = "qcom,msm-eud"; + interrupts = ; + reg = <0x88e0000 0x4000>; + usb_con: connector { + compatible = "usb-c-connector"; + label = "USB-C"; + port { + eud_usb_output: endpoint { + remote-endpoint = <&eud_usb3_input>; + }; + }; + }; + }; + +An example for EUD client: + + usb3 { + port { + eud_usb3_input: endpoint { + remote-endpoint = <&eud_usb_output>; + }; + }; + };