Received: by 10.223.176.5 with SMTP id f5csp2030294wra; Thu, 8 Feb 2018 07:22:28 -0800 (PST) X-Google-Smtp-Source: AH8x227RiCAjFnPc78WKKpPWqCEbnTXyuUwPw6pMZ2hcr5+Ggz1GvALa26h9LyfAA1DQ5k6UcZZy X-Received: by 2002:a17:902:6e4:: with SMTP id 91-v6mr973409plh.26.1518103348294; Thu, 08 Feb 2018 07:22:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518103348; cv=none; d=google.com; s=arc-20160816; b=N39cFJZTLHjJyOIxCLWoJrAHijmBZtAjvN34yuxAKvM3ztea52bSEaMLygomh1wBz5 u/R8tCXCUgK6bgUKWitL6nMUqXIFt9hTEtS2bP0hpwnA139TaFHxDdKDSHFa2AFOAwDP l6G8dzqAgvNmojlmoPM6PLEZ9n/q43vkdEsQkRMvU8Eq2WfWpaV6qjY7HeQnzbINvbys El8CsNA09QQE5HVpcm+ydQ1Bp7yCmLeJ5EW3Mqbv1sg8HK5lFay4Fy6OmgWcv0Ujyxk/ obck/RpX4g2xgZP/z8Vzkjiu+92XHmian0+6ILSrqqXwb+e6oGwnCyC7d6rzj1rx9HZC iRlg== 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:arc-authentication-results; bh=Jwlcxyc4np+5X+A1R7nt0462jqvHWTirGw/YLanuLI0=; b=AMtlNnA9fhT/sC6Fx00zTryG9Q9CdQdTS3l91eGv+hOVQJ8plItfh2nZWuPF/MObx/ Mad3Ra8jh9yA0/+mT66H/cYzc+fpZKgQtPPQegZCFPewQwB/8lF9tclZsLhywWsMN+MJ mblgXBpX1i65RUg3eNJ4YLY13tFWvJY8Ld/7s/BaSAuJyxi5Uu9ZQ7jxPtYHYnExoWTv J4qhc89i0OiwQ5KqxrVLJ2VTL/+XKBbdNjJEuwO/ay5fSqYj5aGXB/84gQbgorCPVvsx LtytPuyW5T97yorWT7hIuqs/PNNtZ4SZ2dD6L4eZOyE4NdtxpCtEoKv58cNnlo3xE4qF zLVw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e3si81948pgr.135.2018.02.08.07.22.12; Thu, 08 Feb 2018 07:22:28 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbeBHPVQ (ORCPT + 99 others); Thu, 8 Feb 2018 10:21:16 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:47460 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbeBHPUt (ORCPT ); Thu, 8 Feb 2018 10:20:49 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 8C239272754 From: Enric Balletbo i Serra To: Rob Herring , Kishon Vijay Abraham I , Brian Norris Cc: Heiko Stuebner , dianders@chromium.org, Chris Zhong , William wu , hl@rock-chips.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: [PATCH 2/3] Documentation: bindings: add usb3-host-disable and usb3-host-port for Rockchip USB Type-C PHY Date: Thu, 8 Feb 2018 16:20:27 +0100 Message-Id: <20180208152028.9997-2-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180208152028.9997-1-enric.balletbo@collabora.com> References: <20180208152028.9997-1-enric.balletbo@collabora.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: William wu rockchip,usb3-host-disable is the register of type-c phy disable usb3 host rockchip,usb3-host-port is the register of type-c phy usb3 port number Signed-off-by: William wu Signed-off-by: Enric Balletbo i Serra --- Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt b/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt index c3be83be9615..9085d95d0079 100644 --- a/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt @@ -36,6 +36,12 @@ offset, enable bit, write mask bit. - rockchip,uphy-dp-sel : the register of type-c phy enable DP function for type-c phy0, it must be <0x6268 19 19>; for type-c phy1, it must be <0x6268 3 19>; + - rockchip,usb3-host-disable : the register of type-c phy disable usb3 host + for type-c phy0, it must be <0x2434 0 16>; + for type-c phy1, it must be <0x2444 0 16>; + - rockchip,usb3-host-port : the register of type-c phy usb3 port number + for type-c phy0, it must be <0x2434 12 28>; + for type-c phy1, it must be <0x2444 12 28>; Required nodes : a sub-node is required for each port the phy provides. The sub-node name is used to identify dp or usb3 port, -- 2.15.1