From patchwork Mon Dec 16 12:00:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13909622 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 10179145A11; Mon, 16 Dec 2024 12:00:49 +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=1734350452; cv=none; b=X/K7EPeySaC8F+T+u7CJnfutuyWDg4FuUYbuNPQzzgWShQAKfnT8LIGF3ZIQZ8Lo20tMG+nW4VQny6EAjtT9UEDo3y8hY6quPERuWOnxsMH5FahNuEDhalJVVXzu+Ffs5xcUm1kuJowQLVHXTK1KuHWk0kMmbnhsxXDe4CC7+UE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734350452; c=relaxed/simple; bh=e2ux6iDG2bxleQugJ9VXT+2yKT0Jf8M1XDcLpdJn4qM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=f8GkI8KzFt9hNA1yB5kjhc9SIWKmvc29hb+62ZpTv1mz544u5KKgbWtz2mRqs59XRRGWGl83C/XmnoxjbbYos0Cv0wT9zi9UIyYP1RR7/VrhxGJcKkhLJUWtb5F3pw0Wy7u/graUNnEg6sl+OcAukf0fYyZph4JyR11SPdcdOkU= 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-CSE-ConnectionGUID: FSvM8t14SUKI6/uxtO1WqA== X-CSE-MsgGUID: SZZJnxgUQZehofuBubjMFA== X-IronPort-AV: E=Sophos;i="6.12,238,1728918000"; d="scan'208";a="227994658" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 16 Dec 2024 21:00:47 +0900 Received: from localhost.localdomain (unknown [10.226.93.40]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1D7F0427160F; Mon, 16 Dec 2024 21:00:31 +0900 (JST) From: Biju Das To: Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Chris Brandt , Geert Uytterhoeven , Magnus Damm , Wolfram Sang , linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH 0/3] Add RZ/G3E RIIC support Date: Mon, 16 Dec 2024 12:00:22 +0000 Message-ID: <20241216120029.143944-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add support for the I2C Bus Interface (RIIC) found in the Renesas RZ/G3E (R9A09G047) SoC. This IP is compatible with Renesas RZ/V2H (R9A09G057) RIIC IP. Note: This patch series depend on [1] for clk and [2] for soc dtsi [1] https://lore.kernel.org/all/20241213123550.289193-1-biju.das.jz@bp.renesas.com/ [2] https://lore.kernel.org/all/20241213173901.599226-7-biju.das.jz@bp.renesas.com/#t Biju Das (3): dt-bindings: i2c: renesas,riic: Document the R9A09G047 support clk: renesas: r9a09g047: Add I2C clocks/resets arm64: dts: renesas: r9a09g047: Add I2C nodes .../devicetree/bindings/i2c/renesas,riic.yaml | 4 +- arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 189 ++++++++++++++++++ drivers/clk/renesas/r9a09g047-cpg.c | 32 +++ 3 files changed, 224 insertions(+), 1 deletion(-)