From patchwork Fri Dec 6 21:25:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Madieu X-Patchwork-Id: 13897807 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2578221481C; Fri, 6 Dec 2024 21:26:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733520403; cv=none; b=f9BKa3ajxCXIXgD6we8OSewWdkVDJvin1+qiXAaLGWCmzbtR6u1fABy8aUhkb4H8Lx27wpABjtVNfp5E8bbIczsS9GDElsNcyUwx3ow66xJY06SQHj550Rfoi6DFAUqLgnfgVy0yAXJXwj+DH9G2fo0w0kgH6UuJ3E/Zbq5JdQk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733520403; c=relaxed/simple; bh=e1zKWvsTOn8zPt8xgy9OOiPARAixFSQ4U8ldbVQL4o0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iT8ZCyWMLU3GdD45ldSKJrn7wunYhj/ciHIkzdXvRoyTOikVuNWzeKov4cP7u07XQYsJt2Qe8iZ4oWw93fxRQPWo2WDsNkaiin1dqBFsenP52/VxotaBaau6G+9wejECBCn2PQd+XM5uRt/FukwIke+UzGRkjCcUPYc1JERCSV4= 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.172 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-CSE-ConnectionGUID: HHba4YwvR1+JZIQjKzy3qw== X-CSE-MsgGUID: UB/whBH2Ss6z5fJomR9oaw== X-IronPort-AV: E=Sophos;i="6.12,214,1728918000"; d="scan'208";a="231123934" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 07 Dec 2024 06:26:37 +0900 Received: from ubuntu.adwin.renesas.com (unknown [10.226.92.246]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 428CE40913B2; Sat, 7 Dec 2024 06:26:26 +0900 (JST) From: John Madieu To: Geert Uytterhoeven , Magnus Damm , Rob Herring , Biju Das , Krzysztof Kozlowski , Conor Dooley , Claudiu Beznea Cc: john.madieu@gmail.com, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, John Madieu Subject: [PATCH 5/5] arm64: dts: renesas: r9a09g057: Add syscon compatibility to sys node Date: Fri, 6 Dec 2024 22:25:59 +0100 Message-ID: <20241206212559.192705-6-john.madieu.xa@bp.renesas.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241206212559.192705-1-john.madieu.xa@bp.renesas.com> References: <20241206212559.192705-1-john.madieu.xa@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 syscon compatibility to the RZ/V2H(P) system controller node to enable it to be used as a generic system controller. Signed-off-by: John Madieu --- arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi index 1c550b22b164..1288503ba444 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi @@ -245,7 +245,7 @@ cpg: clock-controller@10420000 { }; sys: system-controller@10430000 { - compatible = "renesas,r9a09g057-sys"; + compatible = "renesas,r9a09g057-sys", "syscon"; reg = <0 0x10430000 0 0x10000>; clocks = <&cpg CPG_CORE R9A09G057_SYS_0_PCLK>; resets = <&cpg 0x30>;