Message ID | 20170325145015.22076-2-icenowy@aosc.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 68E7D60327 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 25 Mar 2017 15:02:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49C51205F6 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 25 Mar 2017 15:02:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3AB5D25D9E; Sat, 25 Mar 2017 15:02:07 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C6321205F6 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 25 Mar 2017 15:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=L3oPB/DVxp4QkRDk3GNtqHbGfj4FR1s9WUfhx9gloo8=; b=Biqi+9ADbkMsdurRN6Siulhn+i j5b1URzeO8MjgEz2SOWGjlVa1n5hjkTBoQWYMwqp4393rEDMcCDgi1cV7UfrOjV1Ag//LJdOGC7nv CCu56qxwordS3JUwJLMSV3A0f5465xxjUrL6WzYgR100kLeADrAUPY+e2Ldk5fNHntLMrKz0Di2or TR8zIDDXgDJ86NBUNRjO9497j36mQY4zAmCNvE/dx7PWsvt7d4iI+gobWMiUv0DPn3NjLzVF8yCmi MTSm3jxScZcAZVoEvKgnKINmDsdusGaORr9kAQPLKN9pGFpt6F2ZuIcOvL/lHU6ybRJkqK5YjnfhY XHyxQSRw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1crnCe-0000BC-9o; Sat, 25 Mar 2017 15:02:04 +0000 Received: from forward7m.cmail.yandex.net ([5.255.216.200]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1crn2X-0003Kf-6v for linux-arm-kernel@lists.infradead.org; Sat, 25 Mar 2017 14:51:39 +0000 Received: from smtp1p.mail.yandex.net (smtp1p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b6:6]) by forward7m.cmail.yandex.net (Yandex) with ESMTP id AEAB52116C; Sat, 25 Mar 2017 17:51:12 +0300 (MSK) Received: from smtp1p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1p.mail.yandex.net (Yandex) with ESMTP id 56C331780A68; Sat, 25 Mar 2017 17:51:06 +0300 (MSK) Received: by smtp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id FLDdwlGmvF-p09KK95R; Sat, 25 Mar 2017 17:51:04 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1490453465; bh=rhNISTijHfeEUu3HWAuHCh1v0Spv0lhASrjdVqdEpJI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=nmTTMiAi6bgce2SUqj1p5/S5Qs9+nkXsHF43CWxAwRyrtDh3zHs6anLmRDpgQzCRM 04NWFQWsZj85nQjmb3SG1+SBxXqHdI03/FXEb3vZmYpNrHnvXeO2tVGfQO5Uv23rmv DgDzkd9y2pduCpg2dznK0oyO3eDyLPQmJGdKVLiU= Authentication-Results: smtp1p.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 1130000036118848 From: Icenowy Zheng <icenowy@aosc.xyz> To: Kishon Vijay Abraham I <kishon@ti.com>, Rob Herring <robh+dt@kernel.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, Chen-Yu Tsai <wens@csie.org> Subject: [PATCH v5 1/8] dt: bindings: add pmu0 regs for USB PHYs on Allwinner H3/V3s/A64 Date: Sat, 25 Mar 2017 22:50:08 +0800 Message-Id: <20170325145015.22076-2-icenowy@aosc.xyz> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170325145015.22076-1-icenowy@aosc.xyz> References: <20170325145015.22076-1-icenowy@aosc.xyz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170325_075137_481937_F933AC30 X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng <icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt index e42334258185..005bc22938ff 100644 --- a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt @@ -15,6 +15,7 @@ Required properties: - reg : a list of offset + length pairs - reg-names : * "phy_ctrl" + * "pmu0" for H3, V3s and A64 * "pmu1" * "pmu2" for sun4i, sun6i or sun7i - #phy-cells : from the generic phy bindings, must be 1