From patchwork Sat Jan 7 10:01:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archit Taneja X-Patchwork-Id: 9502957 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 28F0A606B4 for ; Sat, 7 Jan 2017 10:01:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1A74628497 for ; Sat, 7 Jan 2017 10:01:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0F566284B4; Sat, 7 Jan 2017 10:01:51 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 83E0F284B5 for ; Sat, 7 Jan 2017 10:01:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A26AB6EADC; Sat, 7 Jan 2017 10:01:40 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) by gabe.freedesktop.org (Postfix) with ESMTPS id B1FF66EADC for ; Sat, 7 Jan 2017 10:01:39 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 99ED361252; Sat, 7 Jan 2017 10:01:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1483783299; bh=R48btPYwci0QkStldeswStPvs+4U1vIgKL3qZIirZts=; h=From:To:Cc:Subject:Date:From; b=UPMLNHA9Jhfo+P2kbFjNZMk/zgMqRPj0GeP1ARz2t77KO6/QKrv6SnJ+k6RZf4WQc dtgwy0GDpq2VgMNIAq2RlQ2TWHBq8RU9iR5zl6WAHiVTYoct32eHcHQd12eq3NoPuB RQOib7zNFRUCMsCeAryioaQvl0zX1Ik5C8Fa8v24= Received: from localhost (unknown [202.46.23.61]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: architt@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id D153A61161; Sat, 7 Jan 2017 10:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1483783298; bh=R48btPYwci0QkStldeswStPvs+4U1vIgKL3qZIirZts=; h=From:To:Cc:Subject:Date:From; b=oOzIv+AklPfyIRKuBeMaNDItzRozD/SM+r1uRsADuTZA/77x58hYS3lUIwJmaEIUX ssO9Ddf09FW8ndEmbz7hLoL7LZCIwaP+LBBd8dRLZDnOjxGn4kg8ayPeqA8zWLLpeH 0TZD6eG07vSJuPAcvzE0l0/da1ksYAgsgNlknD68= DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org D153A61161 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=architt@codeaurora.org From: Archit Taneja To: robdclark@gmail.com Subject: [PATCH] rnndb: dsi: Add DSI PHY 14nm domains Date: Sat, 7 Jan 2017 15:31:32 +0530 Message-Id: <1483783292-24535-1-git-send-email-architt@codeaurora.org> X-Mailer: git-send-email 1.9.1 Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add DSI PHY 14nm domains for DSI PHY common, DSI PHY lane and DSI PLL registers. Used in MSM8996. Signed-off-by: Archit Taneja --- rnndb/dsi/dsi.xml | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/rnndb/dsi/dsi.xml b/rnndb/dsi/dsi.xml index 65d41a4..c705237 100644 --- a/rnndb/dsi/dsi.xml +++ b/rnndb/dsi/dsi.xml @@ -686,4 +686,132 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +