From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC705C31E40 for ; Fri, 9 Aug 2019 09:32:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BBE962171F for ; Fri, 9 Aug 2019 09:32:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406221AbfHIJcw (ORCPT ); Fri, 9 Aug 2019 05:32:52 -0400 Received: from shell.v3.sk ([90.176.6.54]:51824 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406211AbfHIJcv (ORCPT ); Fri, 9 Aug 2019 05:32:51 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 2AD31D63CB; Fri, 9 Aug 2019 11:32:47 +0200 (CEST) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id U4eW2BXeBpSA; Fri, 9 Aug 2019 11:32:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id C9178D63C5; Fri, 9 Aug 2019 11:32:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AqQmtuGLID-s; Fri, 9 Aug 2019 11:32:13 +0200 (CEST) Received: from furthur.local (ip-37-188-137-236.eurotel.cz [37.188.137.236]) by zimbra.v3.sk (Postfix) with ESMTPSA id 59D4AD63BE; Fri, 9 Aug 2019 11:32:11 +0200 (CEST) From: Lubomir Rintel To: Olof Johansson Cc: Rob Herring , Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Kishon Vijay Abraham I , Russell King , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Lubomir Rintel Subject: [PATCH 04/19] dt-bindings: phy-mmp3-usb: Add bindings Date: Fri, 9 Aug 2019 11:31:43 +0200 Message-Id: <20190809093158.7969-5-lkundrak@v3.sk> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190809093158.7969-1-lkundrak@v3.sk> References: <20190809093158.7969-1-lkundrak@v3.sk> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org This is the PHY chip for USB OTG on MMP3 platform. Signed-off-by: Lubomir Rintel --- .../devicetree/bindings/phy/phy-mmp3-usb.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-mmp3-usb.tx= t diff --git a/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt b/Doc= umentation/devicetree/bindings/phy/phy-mmp3-usb.txt new file mode 100644 index 0000000000000..b9623b98151bc --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt @@ -0,0 +1,16 @@ +Marvell MMP3 USB PHY +-------------------- + +Required properties: +- compatible: must be "marvell,mmp3-usb-phy" +- #phy-cells: must be 0 + +Example: + usb-phy: usbphy@d4207000 { + compatible =3D "marvell,mmp3-usb-phy"; + reg =3D <0xd4207000 0x40>; + #phy-cells =3D <0>; + }; + +This document explains the device tree binding. For general information +about PHY subsystem refer to Documentation/phy.txt --=20 2.21.0