From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Kondeti Subject: USB support for device tree Date: Fri, 04 Nov 2011 13:55:09 +0530 Message-ID: <4EB3A165.8060300@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:50855 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752868Ab1KDIZO (ORCPT ); Fri, 4 Nov 2011 04:25:14 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: devicetree-discuss@lists.ozlabs.org, "linux-usb@vger.kernel.org" Cc: "linux-arm-msm@vger.kernel.org" Hi I am working on adding USB device tree support for MSM platform. One of our chip set has 2 hsusb cores. The first core is configured as otg and the other core is configured in host only mode (EHCI compliant). Are the below device node names Okay? Please suggest. hsusb0-otg: usb@0xa6000000 { compatible = "qcom,hsusb-otg"; --- }; hsusb0-device: usb@0xa6000000 { compatible = "qcom,hsusb-device"; --- }; hsusb0-host: usb@0xa6000000 { compatible = "qcom,hsusb-host", "usb-ehci"; --- }; hsusb1-host: usb@0xa6000000 { compatible = "qcom,hsusb-host", "usb-ehci"; --- }; /* super speed support ssusb0-device: usb@0xa6000000 { compatible = "qcom,ssusb-device"; }; */ Thanks, Pavan -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.