From patchwork Fri Mar 17 03:54:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 9629751 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 1AEDE60249 for ; Fri, 17 Mar 2017 03:55:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 09B7728631 for ; Fri, 17 Mar 2017 03:55:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F2AF028665; Fri, 17 Mar 2017 03:55:44 +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 961D228631 for ; Fri, 17 Mar 2017 03:55:44 +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=AlazzNNpvk1+OV7ZnuX3hVr9tC/Zbn1DhTQBDS4DzB8=; b=JPmDs0XTBcmEG9Az7crlsyMPqJ aAQnkddkfLvZ7QZMiiZLWT0R9wu5TCU7nPlnSeaRhW52Ucktj5k/Bfhc8PC8/9GB40i4+E5HLRpIp DwIZHcgPFUxNfbpFEtUDJw3wkbINVX3TpoVFk8c4OAsc40y3F5UYpYTcdqcsqE+PEAl0DHZGtjESn G/htEvjXHAdoMnzWtsMYZwLb/Ylh5y+aQsNwvMKiMSVdDvpcrt9RP6tVO6QF/xUG0qY2PMI1j9zDE g+F1kSUXzoCdEoKA1U/sm0rAayu7GqjvEIfQrEyqDlHSmKZNIeunoO1koQejh+lW3I7UguxmR75/p /rf3SK4g==; 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 1coizQ-0007Y3-7Y; Fri, 17 Mar 2017 03:55:44 +0000 Received: from mail-pg0-f68.google.com ([74.125.83.68]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1coiyi-0005cG-LA; Fri, 17 Mar 2017 03:55:03 +0000 Received: by mail-pg0-f68.google.com with SMTP id y17so8237910pgh.0; Thu, 16 Mar 2017 20:54:40 -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=uXTuF64R+zwWBfX6/sjW6AKFzB5fYojK7O4MogwbwJs=; b=McxeeJBdIMmVKbUb9NjtpwgPAOoB+2j/2IfcpGDjPNfrXDaPTWwzJ+Wiik++/GNKPh yjpy+aotJQ+CNtPrOY2tQ6gZTFhK14Bf/6cJjO8EhpWliiNPk47uVy0XGt3e8GtI5UWJ FIoiGrziMBwNlIqYFIxjlNZHIwBSl0sTtRVuRS4cd+VVGKkFPtQlM0JGhbvwE8xccZ3/ HAH9hYDtXnzdcTcQ+VyUBbzLXXc1cyoUxCkSe2ppRJyw1huh4rxWba5rOWUkHcPrVjXJ 4k7dUVkq7HqfkKSBGo0FAfxVj0+QyvoTiDJJzRI3Wy3pKsMn0dn7DGLhtDxW+RBYyOM9 YESA== X-Gm-Message-State: AFeK/H1bM8WdI/2HXOH14slE38johXCIPSYHpOLskriRNJ6sA/4L0VsyfPzYu9UcPnu7DQ== X-Received: by 10.84.197.3 with SMTP id m3mr16752023pld.89.1489722879881; Thu, 16 Mar 2017 20:54:39 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id a77sm13221614pfj.1.2017.03.16.20.54.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Mar 2017 20:54:39 -0700 (PDT) From: Chris Zhong To: linux-rockchip@lists.infradead.org Subject: [PATCH v3 2/4] dt-bindings: add the grf clock for dw-mipi-dsi Date: Fri, 17 Mar 2017 11:54:22 +0800 Message-Id: <1489722865-22122-3-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1489722865-22122-1-git-send-email-zyw@rock-chips.com> References: <1489722865-22122-1-git-send-email-zyw@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170316_205500_854973_8538DD2A X-CRM114-Status: UNSURE ( 9.44 ) 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: 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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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 --- 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..7e17a60 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 additional 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.