Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751588AbdGZW44 (ORCPT ); Wed, 26 Jul 2017 18:56:56 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36458 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539AbdGZW4w (ORCPT ); Wed, 26 Jul 2017 18:56:52 -0400 From: Jon Mason To: Kishon Vijay Abraham I , Florian Fainelli , Rob Herring , Mark Rutland Cc: bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 4/6] dt-bindings: usb: Add documentation for NS2 IDM USB3 Date: Wed, 26 Jul 2017 18:56:25 -0400 Message-Id: <1501109787-15489-5-git-send-email-jon.mason@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1501109787-15489-1-git-send-email-jon.mason@broadcom.com> References: <1501109787-15489-1-git-send-email-jon.mason@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 30 Add documentation for IDM USB3 registers available in NS2 SoC Signed-off-by: Jon Mason --- Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt diff --git a/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt new file mode 100644 index 000000000000..3618dbcbe890 --- /dev/null +++ b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt @@ -0,0 +1,14 @@ +Broadcom IDM USB3 registers + +Required properties: +- compatible: "brcm,usb3-idm" +- reg: Base address and length of the USB registers + + +Example: + +usb3_idm: idm@67000000 { + compatible = "brcm,usb3-idm"; + reg = <0x67000000 0x2000>; +}; + -- 2.7.4