From patchwork Wed May 27 21:18:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11573969 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E164C912 for ; Wed, 27 May 2020 21:19:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D477A207E8 for ; Wed, 27 May 2020 21:19:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728124AbgE0VTC (ORCPT ); Wed, 27 May 2020 17:19:02 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:19589 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728255AbgE0VTC (ORCPT ); Wed, 27 May 2020 17:19:02 -0400 X-IronPort-AV: E=Sophos;i="5.73,442,1583161200"; d="scan'208";a="47965343" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 28 May 2020 06:19:00 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 89F09400C44F; Thu, 28 May 2020 06:18:58 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Prabhakar , Lad Prabhakar Subject: [PATCH 0/4] Add thermal and CMT to R8A7742 SOC Date: Wed, 27 May 2020 22:18:36 +0100 Message-Id: <1590614320-30160-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi All, This patch series adds thermal and CMT support on RZ/G1H (R8A7742) SOC DT. Cheers, Prabhakar Lad Prabhakar (4): dt-bindings: thermal: rcar-thermal: Add device tree support for r8a7742 ARM: dts: r8a7742: Add thermal device to DT dt-bindings: timer: renesas,cmt: Document r8a7742 CMT support ARM: dts: r8a7742: Add CMT SoC specific support .../devicetree/bindings/thermal/rcar-thermal.yaml | 1 + .../devicetree/bindings/timer/renesas,cmt.txt | 2 + arch/arm/boot/dts/r8a7742.dtsi | 62 ++++++++++++++++++++++ 3 files changed, 65 insertions(+)