From patchwork Tue Jul 23 10:36:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Rhodes X-Patchwork-Id: 13739839 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6E1AA13C818; Tue, 23 Jul 2024 10:37:20 +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=1721731043; cv=none; b=icIc2P1+/Egi/l4Oq17igPyu9AyfayfhqKuUtHl6O7EzjDnGn7K59mzXJni7/kuITSrMVBNbuHer2pNagV/RgDuEPIWnb4QhOKHcMCIlGXT5dHOApVmtehGxErlDhnCcKxGAenx8pq+ctFeR5aJQyXhiHxuZFHmpFeDqzgFAdFY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721731043; c=relaxed/simple; bh=75+YNPNiWqC6rlHJwneMyCpVJv8zRbLzxcmeBKuawlA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=IyX8b0he1aUujO6vHVNUdXN8o6faF1PEQTMRtfVO40wVAg87gXL/OEKZmvGzAzuMgy1gBOShcsMoYgD1inqYQoo+VRy3W8HQ5Df4zBJYY9k1awe+BiHFUbehFEANpK0qSpi73HehVc/rUcCCHbgGOO/X86gHYD+IEBTFCCBLy2I= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com; spf=pass smtp.mailfrom=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=renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=renesas.com X-IronPort-AV: E=Sophos;i="6.09,230,1716217200"; d="scan'208";a="216328102" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 23 Jul 2024 19:37:13 +0900 Received: from localhost.localdomain (unknown [10.226.93.79]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 4FBC440065AD; Tue, 23 Jul 2024 19:37:11 +0900 (JST) From: Oliver Rhodes To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Oliver Rhodes , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/6] Document r8a774a3 SoC bindings Date: Tue, 23 Jul 2024 11:36:59 +0100 Message-Id: <20240723103705.9774-1-oliver.rhodes.aj@renesas.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, This patch series updates the renesas DT bindings documentation for core components (SoC, SYSC, reset, clk, pinctrl, scif) on the RZ/G2M v3.0 (R8A774A3) SoC. This SoC is similar to R-CAR M3-W+ (R8A77961) SoC. Oliver Rhodes (6): dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support .../devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 + .../devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 + .../devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 + .../devicetree/bindings/reset/renesas,rst.yaml | 1 + .../devicetree/bindings/serial/renesas,scif.yaml | 1 + .../devicetree/bindings/soc/renesas/renesas.yaml | 12 ++++++++++++ 6 files changed, 17 insertions(+)