From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934655AbbEMWvJ (ORCPT ); Wed, 13 May 2015 18:51:09 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:36651 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965251AbbEMWtU (ORCPT ); Wed, 13 May 2015 18:49:20 -0400 From: Rob Herring To: Greg Kroah-Hartman , Alan Stern , Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Subject: [PATCH 2/5] dt-bindings: Add Marvell PXA1928 USB EHCI controller binding Date: Wed, 13 May 2015 17:48:57 -0500 Message-Id: <1431557340-5421-3-git-send-email-robh@kernel.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1431557340-5421-1-git-send-email-robh@kernel.org> References: <1431557340-5421-1-git-send-email-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add binding for Marvell PXA1928 SOC's USB EHCI host controller. Signed-off-by: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: devicetree@vger.kernel.org --- .../devicetree/bindings/usb/ehci-pxa1928.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/ehci-pxa1928.txt diff --git a/Documentation/devicetree/bindings/usb/ehci-pxa1928.txt b/Documentation/devicetree/bindings/usb/ehci-pxa1928.txt new file mode 100644 index 0000000..25881be --- /dev/null +++ b/Documentation/devicetree/bindings/usb/ehci-pxa1928.txt @@ -0,0 +1,19 @@ +* EHCI controller, Marvell PXA1928 + +Required properties: +- compatible: must be "marvell,pxa1928-ehci" +- reg: physical base address of the controller and length of memory mapped + region. +- interrupts: The EHCI interrupt +- clocks: reference to the clock +- phys: phandle reference to the USB PHY + +Example: + + hsic: usb@601100 { + compatible = "marvell,pxa1928-ehci"; + reg = <0x601100 0x200>; + interrupts = <0 22 0x4>; + clocks = <&apmu_clocks PXA1928_CLK_HSIC>; + phys = <&hsicphy>; + }; -- 2.1.0