Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp911779imm; Thu, 4 Oct 2018 05:30:10 -0700 (PDT) X-Google-Smtp-Source: ACcGV63tsCCWDplocbvg1uP3sz4Jq4H2gl10NVYa2ZCR/ROrowUO+UX6u2/5aI6Ml9lTPt7HkFaX X-Received: by 2002:a63:d208:: with SMTP id a8-v6mr5162205pgg.99.1538656210481; Thu, 04 Oct 2018 05:30:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538656210; cv=none; d=google.com; s=arc-20160816; b=MRU2XxBoJ+kU56JU/YeT/016QDgTKpiwAGhAATwlLxrJv09RUOJO4O5PPvSIv0n/VW sKQnI0RW86hPlnfc77t0WMaD21RTUaMzwwrv84C6HON/00BawUFoOSxSaMrT3CexSGJ/ GthBkV8UrHu+HcUv3NSWFRbRv4T7kCtBpGfU6WDHUjlbdy9S1j8G0Y2bvLjSyKqv1Oti c7bPbpTe0CHY33XVw1FPSJItFENj+Akq+cad272bo74pOP+4oInjelLo0n9BkCkidbXl c/cLws1ijXb5skR9ZA5vSN2afuZ7Plo5Ljl5G/LDiUDikEd+sjeGpzCcLzRYHFpeRBNw B46g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=EEFmGpvXIMFFfJSVBPDTjf+XoiO+8kOjDTkD9LtS22g=; b=IV4x3zYjBeMxB8PKwRpZIODk23gTbXi8o+3tQmbBsGxCQH9ekylLlL6G4P5pvnNgBy RT9Q+n844Ma10AuKxb5STAnefYJGXxPQwqWss+mSJ+yAtiOmJlWVWIKpbvO1lHmRYADe DhSB/OzADyDB6CLr/U0jIWbWGzGc1uMW6e7dkRBSVyvGCO1/ywH6gvPMMkRAvGt/039t kc1G0x3oczS2HTwESaKMRCPDNG3uxqcFzTAzWGYpVAWhzmU8A7pFq3/xsmgo84chYKVb f/SJ/0JpX1Nl44GCtfNzbLxC0GUzHNzQPuCK8UhuFM+p7P5L7z1U6Py23MjSZ3T03itX /Vzg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 69-v6si5526177plc.388.2018.10.04.05.29.53; Thu, 04 Oct 2018 05:30:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727690AbeJDTWl (ORCPT + 99 others); Thu, 4 Oct 2018 15:22:41 -0400 Received: from hermes.aosc.io ([199.195.250.187]:43921 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727635AbeJDTWl (ORCPT ); Thu, 4 Oct 2018 15:22:41 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id C94E56687F; Thu, 4 Oct 2018 12:29:33 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v4 01/10] dt-bindings: phy: add binding for Allwinner H6 USB2 PHY Date: Thu, 4 Oct 2018 20:28:46 +0800 Message-Id: <20181004122855.22981-2-icenowy@aosc.io> In-Reply-To: <20181004122855.22981-1-icenowy@aosc.io> References: <20181004122855.22981-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The USB2.0 PHY on Allwinner H6 is similar to the ones on the ones on older SoCs, but with holes in PHY number (USB1 and USB2 are missing, in which USB1 is a USB3 PHY). Add binding for the PHY. Signed-off-by: Icenowy Zheng --- New patch in v4. Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt index 07ca4ec4a745..f2e120af17f0 100644 --- a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt @@ -14,13 +14,14 @@ Required properties: * allwinner,sun8i-r40-usb-phy * allwinner,sun8i-v3s-usb-phy * allwinner,sun50i-a64-usb-phy + * allwinner,sun50i-h6-usb-phy - reg : a list of offset + length pairs - reg-names : * "phy_ctrl" - * "pmu0" for H3, V3s and A64 + * "pmu0" for H3, V3s, A64 or H6 * "pmu1" * "pmu2" for sun4i, sun6i, sun7i, sun8i-a83t or sun8i-h3 - * "pmu3" for sun8i-h3 + * "pmu3" for sun8i-h3 or sun50i-h6 - #phy-cells : from the generic phy bindings, must be 1 - clocks : phandle + clock specifier for the phy clocks - clock-names : @@ -29,12 +30,13 @@ Required properties: * "usb0_phy", "usb1_phy" for sun8i * "usb0_phy", "usb1_phy", "usb2_phy" and "usb2_hsic_12M" for sun8i-a83t * "usb0_phy", "usb1_phy", "usb2_phy" and "usb3_phy" for sun8i-h3 + * "usb0_phy" and "usb3_phy" for sun50i-h6 - resets : a list of phandle + reset specifier pairs - reset-names : * "usb0_reset" * "usb1_reset" * "usb2_reset" for sun4i, sun6i, sun7i, sun8i-a83t or sun8i-h3 - * "usb3_reset" for sun8i-h3 + * "usb3_reset" for sun8i-h3 and sun50i-h6 Optional properties: - usb0_id_det-gpios : gpio phandle for reading the otg id pin value -- 2.18.0