From patchwork Mon Jul 31 15:33:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 9872303 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 504BF60365 for ; Mon, 31 Jul 2017 15:42:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3DD922852A for ; Mon, 31 Jul 2017 15:42:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3288F2853E; Mon, 31 Jul 2017 15:42:07 +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_DNSWL_NONE, 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 E72EB2852A for ; Mon, 31 Jul 2017 15:42:06 +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=RxWlW7axK75ERU4HQbllQLsrH88zE8Vk1yVNEDlQAbM=; b=PBHVpPNLl77wGUe/huQZvwSImF 41QuPWPsiU7zf3rStTp5nwWULbwRYln9ModJUuqP2ESNjTCN4e+Iu7t/Oq5TQ15PcjrXwFVW5Yzu1 WyNG5sgSJnCtMl28Y3h9vz6ztulk0+ou1JMNw8of2LTgRHmM97uIf9eXFJNLnwM3Fqk+/aBIktVUb SJxBv2ET/66n4WbYrDtO0ipDL9Tv8ly4r0rGUeju9Tuo/VGEsU8jADc3rlo22v9OpHwtVbB0h3nQG B10P3t3XnJFQNWXs37ZMkTgrsqJYsb1bT9zju4CPWejXSl/3979Y8LxvyBF8KNhHedziLVG23rOv3 LutYTL+A==; 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 1dcCpa-0005uc-0M; Mon, 31 Jul 2017 15:42:06 +0000 Received: from mail-pg0-f66.google.com ([74.125.83.66]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dcCi3-00059B-Aj; Mon, 31 Jul 2017 15:34:23 +0000 Received: by mail-pg0-f66.google.com with SMTP id y192so2912129pgd.1; Mon, 31 Jul 2017 08:33:58 -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=srfkVjwGLJPp9yVquB4bS0ZiuX/r01vx5zjEQuGoz4I=; b=JpJslhe4CKBFUrqTXKVGO4TG94pUut45aQo430uipvVKiN9zADaggbd3yrpnkqiV2I oi1c3ulw6vMX5Qv4Tue+rG9MpiWhBXlCdkgpBuliYH7owYIERGOK3eWdDOug+bwu7DzP bbjse3Cuox4i1U5fCsvGiWgDanIYzJwMBsjLo510c+VsEosqOjr9ohsYc5JdMkWoosyi wxJbsxAMUH20lZIT1/z5EfuW3A0KqqNxLqHfwgMVOp7KJy2QgtufBGAPAtl8IJhVXerZ alEuSrij8N2oZ4nGSRwUcI3vUH+6F8oezH8Nag5YDOekCXJ4dIfomiD5roAFh77hqaDI mLpw== X-Gm-Message-State: AIVw112m0V77qP0Tfbkg13wODTt8r19ESgyIaIFJmm5SuAy1IuOZeT4y 6n7+6fCUspZKxv9A X-Received: by 10.84.196.129 with SMTP id l1mr13683982pld.337.1501515238051; Mon, 31 Jul 2017 08:33:58 -0700 (PDT) Received: from chen-MacBookAir.lan ([222.76.55.163]) by smtp.gmail.com with ESMTPSA id t187sm53987478pgt.66.2017.07.31.08.33.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 31 Jul 2017 08:33:57 -0700 (PDT) From: Jacob Chen To: linux-rockchip@lists.infradead.org Subject: [PATCH v4 5/6] ARM: dts: rockchip: add RGA device node for RK3399 Date: Mon, 31 Jul 2017 23:33:01 +0800 Message-Id: <1501515182-26705-6-git-send-email-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1501515182-26705-1-git-send-email-jacob-chen@iotwrt.com> References: <1501515182-26705-1-git-send-email-jacob-chen@iotwrt.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170731_083419_823563_417B0D43 X-CRM114-Status: UNSURE ( 7.32 ) 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: devicetree@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, heiko@sntech.de, Jacob Chen , linux-kernel@vger.kernel.org, tfiga@chromium.org, robh+dt@kernel.org, hans.verkuil@cisco.com, nicolas@ndufresne.ca, Yakir Yang , mchehab@kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org 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 This patch add the RGA dt config of RK3399 SoC. Signed-off-by: Yakir Yang Signed-off-by: Jacob Chen --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 8e6d1bd..0133a5f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1056,6 +1056,17 @@ status = "disabled"; }; + rga: rga@ff680000 { + compatible = "rockchip,rk3399-rga"; + reg = <0x0 0xff680000 0x0 0x10000>; + interrupts = ; + clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>; + clock-names = "aclk", "hclk", "sclk"; + resets = <&cru SRST_RGA_CORE>, <&cru SRST_A_RGA>, <&cru SRST_H_RGA>; + reset-names = "core", "axi", "ahb"; + power-domains = <&power RK3399_PD_RGA>; + }; + efuse0: efuse@ff690000 { compatible = "rockchip,rk3399-efuse"; reg = <0x0 0xff690000 0x0 0x80>;