From patchwork Mon Aug 5 13:17:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13753622 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2661B17C; Mon, 5 Aug 2024 13:17:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722863842; cv=none; b=ehKnCfO3NIaNrdGSDqVyDVTS5YHZQ4EW9+ZAek/P2Wu669B4O+CpqC0tN9A1y+vKJDepi3sHmbjXSiduHp/AqEFBhwipAZ/Wn//2MSLHfJ3V7KO4sC/R3vN691JLr8+yNQ5JjMXgLvt38/dG0wF54Wtn6vhP4FUjECdxF0nFTBI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722863842; c=relaxed/simple; bh=twCiNvzK/cDsu7RPu/1VNg5JiU/5kO/nyvrEhDv2NiU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Piay4nGv3tOGbt8Z8vZFmoR/FVU6OA7ArzqnJeu9Pqcvw8J5UyJ72Fjd770PWgFjcZXxoIn61psHbvJT/W8Z6EoohEjH1k8JVMD4VSkitf+OHpFNXbf94FzSzRo/yPOHsIb3dgZKNJwFu5y69aD6Ty2iM0pw29WN5lHniRh0Usw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.09,264,1716217200"; d="scan'208";a="214728767" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 05 Aug 2024 22:17:18 +0900 Received: from localhost.localdomain (unknown [10.226.92.197]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C037E422F826; Mon, 5 Aug 2024 22:17:15 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Geert Uytterhoeven , Laurent Pinchart , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v3 1/2] arm64: dts: renesas: r9a07g043u: Add fcpvd node Date: Mon, 5 Aug 2024 14:17:05 +0100 Message-ID: <20240805131709.101679-2-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240805131709.101679-1-biju.das.jz@bp.renesas.com> References: <20240805131709.101679-1-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add fcpvd node to RZ/G2UL SoC DTSI. Reviewed-by: Laurent Pinchart Signed-off-by: Biju Das Reviewed-by: Geert Uytterhoeven --- v2->v3: * Reordered the patch as vspd needs fcpvd handle, so added fcpvd node first * Added Rb tag from Laurent. v1->v2: * No change --- arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi index 18ef297db933..c4defdf0fefd 100644 --- a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi @@ -129,6 +129,17 @@ csi2cru: endpoint@0 { }; }; + fcpvd: fcp@10880000 { + compatible = "renesas,r9a07g043u-fcpvd", "renesas,fcpv"; + reg = <0 0x10880000 0 0x10000>; + clocks = <&cpg CPG_MOD R9A07G043_LCDC_CLK_A>, + <&cpg CPG_MOD R9A07G043_LCDC_CLK_P>, + <&cpg CPG_MOD R9A07G043_LCDC_CLK_D>; + clock-names = "aclk", "pclk", "vclk"; + power-domains = <&cpg>; + resets = <&cpg R9A07G043_LCDC_RESET_N>; + }; + irqc: interrupt-controller@110a0000 { compatible = "renesas,r9a07g043u-irqc", "renesas,rzg2l-irqc";