From patchwork Thu Dec 6 21:57:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10716827 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2938D17DB for ; Thu, 6 Dec 2018 21:57:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1B1AA2EE54 for ; Thu, 6 Dec 2018 21:57:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0F7502EE5A; Thu, 6 Dec 2018 21:57:39 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A64A92EE54 for ; Thu, 6 Dec 2018 21:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726036AbeLFV5i (ORCPT ); Thu, 6 Dec 2018 16:57:38 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:55792 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbeLFV5i (ORCPT ); Thu, 6 Dec 2018 16:57:38 -0500 Received: from penelope.horms.nl (unknown [64.124.208.80]) by kirsty.vergenet.net (Postfix) with ESMTPA id D33F425BECF; Fri, 7 Dec 2018 08:57:35 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1544133456; bh=8Yh73XKA8sbEAETANGj/dwJOQUxNsQYpMPv9H94dLG8=; h=From:To:Cc:Subject:Date:From; b=j+8eVMpcSUBxmGpoFALPCduzLgYEeECk5UcFpATPIUSJcZ1ZnQg/GBme+UI5YRYcj D6h705qRnKo3yZYwY2b8LkIV+n6v+nzz6B2La21KzBF23iCgIyW4gw4Q4K/1qBoRce 9rYy5Fga2lIfgS+HWBOD+oJSXnhaeaDqxXFr1Ak0= Received: by penelope.horms.nl (Postfix, from userid 7100) id 41AFFE21700; Thu, 6 Dec 2018 13:57:32 -0800 (PST) From: Simon Horman To: arm@kernel.org Cc: linux-renesas-soc@vger.kernel.org, Olof Johansson , Kevin Hilman , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, Magnus Damm , Simon Horman Subject: [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.21 Date: Thu, 6 Dec 2018 13:57:30 -0800 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Olof, Hi Kevin, Hi Arnd, Please consider these second round of Renesas ARM64 based SoC DT updates for v4.21. This pull request is based on the previous round of such requests, tagged as renesas-arm64-dt-for-v4.21, which you have already pulled. The following changes since commit 275e4eb3f21a09b6b8bd4a353b9a01e500240385: arm64: dts: renesas: Add all CPUs in cooling maps (2018-11-26 09:11:44 +0100) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt2-for-v4.21 for you to fetch changes up to 4fbd4158fe8967e9296516ebae2cfaf7a1c7a214: arm64: dts: renesas: r8a77995: draak: Add backlight (2018-12-05 11:45:44 -0800) ---------------------------------------------------------------- Second Round of Renesas ARM64 Based SoC DT Updates for v4.21 * R-Car D3 (r8a77995) SoC based Draak board - Add the backlight device for the LVDS1 output * R-Car H3 (r8a7795) ES1.0 SoC - Add missing power domains to IPMMU nodes * R-Car M3-N (r8a77965) SoC - Remove non-existent IPMMU-IR ---------------------------------------------------------------- Geert Uytterhoeven (2): arm64: dts: renesas: r8a77965: Remove non-existent IPMMU-IR arm64: dts: renesas: r8a7795-es1: Add missing power domains to IPMMU nodes Laurent Pinchart (1): arm64: dts: renesas: r8a77995: draak: Add backlight arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 2 ++ arch/arm64/boot/dts/renesas/r8a77965.dtsi | 8 -------- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 8 deletions(-) From patchwork Thu Dec 6 21:57:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10716831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6C16318A7 for ; Thu, 6 Dec 2018 21:57:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5E02B2EE58 for ; Thu, 6 Dec 2018 21:57:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 528E32EE63; Thu, 6 Dec 2018 21:57:41 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F383F2EE58 for ; Thu, 6 Dec 2018 21:57:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726050AbeLFV5k (ORCPT ); Thu, 6 Dec 2018 16:57:40 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:55792 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbeLFV5k (ORCPT ); Thu, 6 Dec 2018 16:57:40 -0500 Received: from penelope.horms.nl (unknown [64.124.208.80]) by kirsty.vergenet.net (Postfix) with ESMTPA id ED22D25BEE4; Fri, 7 Dec 2018 08:57:36 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1544133457; bh=SA0DBV1WY2zrbZy/dU19BzCIgnixh7Akmjt6jvezsag=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FXAtTVKAdl36C3E5/NTZMw7+5ajbCreAicoEalg85Mw/LWJ8r8wOCKwFjDLK/zOa9 9ND6dBqQaxLvXb2X1CpKZdqd8xy/DCENVBEGu63eYjHgXp9NrxUnwAAhCStyAgEooQ a+Z/JdMktKQqEl8uJViLASjAqu7oMADyoX7yo4TU= Received: by penelope.horms.nl (Postfix, from userid 7100) id 7A622E217D1; Thu, 6 Dec 2018 13:57:33 -0800 (PST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Geert Uytterhoeven , Simon Horman Subject: [PATCH 2/3] arm64: dts: renesas: r8a7795-es1: Add missing power domains to IPMMU nodes Date: Thu, 6 Dec 2018 13:57:31 -0800 Message-Id: <41e30b515a003a90e336b7a456c7c82d8c3aa6a7.1544126426.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Geert Uytterhoeven While commit 3b7e7848f0e88b36 ("arm64: dts: renesas: r8a7795: Add IPMMU device nodes") for R-Car H3 ES2.0 did include power-domains properties, they were forgotten in the counterpart for older R-Car H3 ES1.x SoCs. Fixes: e4b9a493df45075b ("arm64: dts: renesas: r8a7795-es1: Add IPMMU device nodes") Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi index 0fb84c219b2f..40d10daca852 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi @@ -28,6 +28,7 @@ compatible = "renesas,ipmmu-r8a7795"; reg = <0 0xec680000 0 0x1000>; renesas,ipmmu-main = <&ipmmu_mm 5>; + power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; #iommu-cells = <1>; }; @@ -35,6 +36,7 @@ compatible = "renesas,ipmmu-r8a7795"; reg = <0 0xe7730000 0 0x1000>; renesas,ipmmu-main = <&ipmmu_mm 8>; + power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; #iommu-cells = <1>; };