From patchwork Wed Mar 22 01:54:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 9637941 Return-Path: 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 D44DC602D6 for ; Wed, 22 Mar 2017 01:57:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C6AB426CFF for ; Wed, 22 Mar 2017 01:57:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BAC9E2830A; Wed, 22 Mar 2017 01:57:56 +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.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_SORBS_SPAM autolearn=no 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 6B16626CFF for ; Wed, 22 Mar 2017 01:57:56 +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=njFqx9P7IG5YJYF6CKw8SXbOOPBI7F7BS5O/R1ypRww=; b=RaY/HvBWX6EEzmMk84OjGghbhz arlUhYt4P0IBYV8Oe5cp0F/1cyoXxRUF5EqrZ+GrJ4pHBncIN+gW/47kU9M+ivNxcSD29wAmu+Gn3 wSlSMn+vKw0g+kgCvZgaf36li35T5Wpr83YWavST6+5FZ7IAsRUwwc3+X82RSy1nq2HtueeNGNsfd 2HTs71EkDkdEeT9+zeEm/NCtyoExK9vlWPXk+R/M7D20ywh2AwIwqjL7P+qbLfKcSuohRYvSXpE/F YZWhtiBtLX/rmybB1uOs5lI/I7167ytrFsQ8+dSEEE4KxJ3/93vrhUtIMYyJCr78EQM+Q38n3Ngtk Nt3dbEIA==; 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 1cqVX9-0006Xs-UJ; Wed, 22 Mar 2017 01:57:55 +0000 Received: from mail-pg0-f65.google.com ([74.125.83.65]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cqVWR-0005qI-G2; Wed, 22 Mar 2017 01:57:13 +0000 Received: by mail-pg0-f65.google.com with SMTP id 79so19222534pgf.0; Tue, 21 Mar 2017 18:56:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=2R6t7HnZZci7fHFy+6PbvpHHlZG4yC9TYDM5BfZi4hg=; b=UdtoXn0cWv4z+iXNCj6qyrU4wH2TFnBSZdNwp9d1ytZDZPwTtQhb/fybUpfT0Pmigs LLxWTtedvqMG8GkJyY/PAUeSMCodHGRBo+aV2hoDFJPPgVUMoUz6hvmOMyg5NiCC1lfH Ag23SWZHj/1xBDQI4WLE+kF4P6n14I8Tk5mCM7uMZkIOauJoPySGr4twqDHWVC8/COc3 hpXcXkkKogyNzSk36Uv5jjWtDxDvYVOiaaJc3P3gBPNtWbhuDDTqwoXFDM3DzJKbpIFp 5tm9XFg1P45kJidtWMK4RtOZFTklqFGiLa9sDMH0YnxwOe067asRS8x1l0vlUpLk4Lru Pkgg== X-Gm-Message-State: AFeK/H2gX+eSyoykoM2WLyyuaKMdOF2TcBjToYc3/lGRpYZ5VyGPQO8eZGyj6boH30FPuw== X-Received: by 10.84.174.131 with SMTP id r3mr27600606plb.136.1490147810747; Tue, 21 Mar 2017 18:56:50 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id t6sm42197794pgo.42.2017.03.21.18.56.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Mar 2017 18:56:50 -0700 (PDT) From: Chris Zhong To: linux-rockchip@lists.infradead.org Subject: [PATCH v4 2/4] dt-bindings: add the grf clock for dw-mipi-dsi Date: Wed, 22 Mar 2017 09:54:49 +0800 Message-Id: <1490147691-4489-3-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1490147691-4489-1-git-send-email-zyw@rock-chips.com> References: <1490147691-4489-1-git-send-email-zyw@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170321_185711_687438_866DB0E6 X-CRM114-Status: UNSURE ( 9.61 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Heiko Stuebner , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Chris Zhong , linux-arm-kernel@lists.infradead.org, Mark Yao MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP For RK3399, the grf clock should be controlled by dw-mipi-dsi driver, add the description for this clock. Signed-off-by: Chris Zhong Reviewed-by: Sean Paul Acked-by: Rob Herring --- Changes in v4: - remove "additional" Changes in v3: None Changes in v2: None .../devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt index 188f6f7..1d722f5 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt @@ -10,7 +10,7 @@ Required properties: - interrupts: Represent the controller's interrupt to the CPU(s). - clocks, clock-names: Phandles to the controller's pll reference clock(ref) and APB clock(pclk). For RK3399, a phy config clock - (phy_cfg) is additional required. As described in [1]. + (phy_cfg) and a grf clock(grf) are required. As described in [1]. - rockchip,grf: this soc should set GRF regs to mux vopl/vopb. - ports: contain a port node with endpoint definitions as defined in [2]. For vopb,set the reg = <0> and set the reg = <1> for vopl.