From patchwork Mon Apr 10 13:18:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 97139 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1358873qgd; Mon, 10 Apr 2017 06:19:18 -0700 (PDT) X-Received: by 10.99.119.140 with SMTP id s134mr55251305pgc.162.1491830358000; Mon, 10 Apr 2017 06:19:18 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si13667459pfe.60.2017.04.10.06.19.17; Mon, 10 Apr 2017 06:19:17 -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; dkim=pass header.i=@ti.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=pass (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753898AbdDJNTN (ORCPT + 24 others); Mon, 10 Apr 2017 09:19:13 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:57569 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753788AbdDJNTI (ORCPT ); Mon, 10 Apr 2017 09:19:08 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v3ADJ2pu000972; Mon, 10 Apr 2017 08:19:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1491830342; bh=agBmgcvrdql4ubv7kKMQXQ3c7q3DsfLnHCa0Ki/jT6U=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xTkFd/gy3y/s2JbslmRxrbYWaxd/M0L9jvIOH8FIVsB1MH4MdJlGKoThOQsmWHBIz i+GTR8SKM3WtnPresNa643yMeuhh+W5d3sWyO6wL/Gu/dUjtZaJnMNs7jX+sljwbAN 1h2plZ70hGfkYdyWdMclzYTZ2WxSTC5/N8jUpMtg= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3ADJ24Z027707; Mon, 10 Apr 2017 08:19:02 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 10 Apr 2017 08:19:02 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3ADIOMI032573; Mon, 10 Apr 2017 08:19:01 -0500 From: Kishon Vijay Abraham I To: CC: , Subject: [PATCH 24/32] dt-bindings: add DT bindings for usb2-phy grf Date: Mon, 10 Apr 2017 18:48:15 +0530 Message-ID: <20170410131823.26485-25-kishon@ti.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170410131823.26485-1-kishon@ti.com> References: <20170410131823.26485-1-kishon@ti.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Meng Dongyang Adds the device tree bindings description for usb2-phy grf of RK3328 platform. Signed-off-by: Meng Dongyang Reviewed-by: Heiko Stuebner Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/soc/rockchip/grf.txt | 4 ++++ 1 file changed, 4 insertions(+) -- 2.11.0 diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt index a0685c209218..13ec0992de0f 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt @@ -8,6 +8,8 @@ From RK3368 SoCs, the GRF is divided into two sections, - SGRF, used for general secure system, - PMUGRF, used for always on system +On RK3328 SoCs, the GRF adds a section for USB2PHYGRF, + Required Properties: - compatible: GRF should be one of the following: @@ -23,6 +25,8 @@ Required Properties: - "rockchip,rk3399-pmugrf", "syscon": for rk3399 - compatible: SGRF should be one of the following - "rockchip,rk3288-sgrf", "syscon": for rk3288 +- compatible: USB2PHYGRF should be one of the followings + - "rockchip,rk3328-usb2phy-grf", "syscon": for rk3328 - reg: physical base address of the controller and length of memory mapped region.