All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: arm@kernel.org
Cc: linux-renesas-soc@vger.kernel.org,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16
Date: Fri, 22 Dec 2017 11:30:10 +0100	[thread overview]
Message-ID: <cover.1513938145.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC DT updates for
v4.16.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v4.16,
which you have already pulled.


The following changes since commit 7f32eddb81ecc06131a643babe2d0f961fbd7f08:

  ARM: dts: alt: Convert to named i2c-gpio bindings (2017-12-04 09:34:53 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v4.16

for you to fetch changes up to 5b062010675b3d74c9a6c6896e2becf932a4ca74:

  ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core (2017-12-22 09:24:00 +0100)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Updates for v4.16

* r8a7745 (RZ/G1E) SoC
  - Enable SMP

    Fabrizio Castro says "Add DT node for the Advanced Power Management
    Unit (APMU), add the second CPU core, and use "renesas,apmu" as
    "enable-method"."

* r8a7743 (RZ/G1M) SoC
  - Add node for thermal sensor module with thermal-zone support

* r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs
  - Add:
    + Renesas Core Match Timer (CMT) support
    + Renesas Timer Pulse Unit PWM Controller (TPU) support
    + Renesas PWM Timer Controller (PWM) support

* r8a7743 (RZ/G1M) iW-RainboW-G20D-Qseven and
  r8a7745 (RZ/G1E) iW-RainboW-G22D development platforms
  - Add sound support

* r8a7743 (RZ/G1M), r8a7745 (RZ/G1E) and r8a7792 (R-Car V2H) SoCs
  - Allow DTBs of boards of these SoCs to build without any warnings when
    compiled with W=1 using gcc-linaro-5.4.1-2017.05
    + Move nodes which have no reg property out of bus, they don't belong there
    + Also sort sub-nodes of root node to allow for easier maintenance

* r8a7790 (R-Car H2), r8a7791 (R-Car M2-W) and r8a7793 (R-Car M2-N) SoCs
  - Correct critical CPU temperature

    Chris Paterson says "The current R-Car Gen2 device trees define the CPU
    critical temperature as 115°C.

    The R-Car hardware manuals state that Tc = –40°C to +105°C. The thermal
    sensor has an accuracy of ±5°C and there can be a temperature
    difference of 1 or 2 degrees between Tjmax and the thermal sensor due
    to the location of the latter.

    This means that 95°C is a safer value to use.

    This value should also apply to r8a7792 but thermal sensor support has
    not been added yet."

* r8a7740 (R-Mobile A1) SoC
  - Correct TPU register block size

    Geert Uytterhoven says "The Timer Pulse Unit has registers that lie
    outside the declared register block.  Enlarge the register block size to
    fix this.

    This was probably based on the old platform code, which also assumed a
    register block size of 0x100."

----------------------------------------------------------------
Biju Das (20):
      ARM: dts: r8a7743: Add audio clocks
      ARM: dts: r8a7743: Add audio DMAC support
      ARM: dts: r8a7743: Add sound support
      ARM: dts: r8a7743: Add thermal device to DT
      ARM: dts: iwg20d-q7-common: Enable SGTL5000 audio codec
      ARM: dts: iwg20d-q7-common: Sound PIO support
      ARM: dts: iwg20d-q7-common: Sound DMA support on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via BUSIF on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via SRC on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via DVC on DTS
      ARM: dts: r8a7745: Add audio clocks
      ARM: dts: r8a7745: Add audio DMAC support
      ARM: dts: r8a7745: Add sound support
      ARM: dts: iwg22d-sodimm: Enable SGTL5000 audio codec
      ARM: dts: iwg22d-sodimm: Sound PIO support
      ARM: dts: iwg22d-sodimm: Sound DMA support on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via BUSIF on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via SRC on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via DVC on DTS
      ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core

Chris Paterson (3):
      ARM: dts: r8a7790: Correct critical CPU temperature
      ARM: dts: r8a7791: Correct critical CPU temperature
      ARM: dts: r8a7793: Correct critical CPU temperature

Fabrizio Castro (7):
      ARM: dts: r8a7745: Add APMU node and second CPU core
      ARM: dts: r8a7743: Add PWM SoC support
      ARM: dts: r8a7743: Add TPU support
      ARM: dts: r8a7745: Add PWM SoC support
      ARM: dts: r8a7745: Add TPU support
      ARM: dts: r8a7743: Add CMT SoC specific support
      ARM: dts: r8a7745: Add CMT SoC specific support

Geert Uytterhoeven (1):
      ARM: dts: r8a7740: Correct TPU register block size

Simon Horman (6):
      ARM: dts: r8a7745: sort root sub-nodes alphabetically
      ARM: dts: r8a7745: move timer node out of bus
      ARM: dts: r8a7792: sort root sub-nodes alphabetically
      ARM: dts: r8a7792: move timer node out of bus
      ARM: dts: r8a7743: sort root sub-nodes alphabetically
      ARM: dts: r8a7743: move timer and thermal-zones nodes out of bus

 arch/arm/boot/dts/iwg20d-q7-common.dtsi     |  88 +++++
 arch/arm/boot/dts/r8a7740.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7743.dtsi              | 486 +++++++++++++++++++++++++---
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts |  92 ++++++
 arch/arm/boot/dts/r8a7745.dtsi              | 421 ++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7790.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7792.dtsi              |  64 ++--
 arch/arm/boot/dts/r8a7793.dtsi              |   2 +-
 9 files changed, 1051 insertions(+), 108 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16
Date: Fri, 22 Dec 2017 11:30:10 +0100	[thread overview]
Message-ID: <cover.1513938145.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC DT updates for
v4.16.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v4.16,
which you have already pulled.


The following changes since commit 7f32eddb81ecc06131a643babe2d0f961fbd7f08:

  ARM: dts: alt: Convert to named i2c-gpio bindings (2017-12-04 09:34:53 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v4.16

for you to fetch changes up to 5b062010675b3d74c9a6c6896e2becf932a4ca74:

  ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core (2017-12-22 09:24:00 +0100)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Updates for v4.16

* r8a7745 (RZ/G1E) SoC
  - Enable SMP

    Fabrizio Castro says "Add DT node for the Advanced Power Management
    Unit (APMU), add the second CPU core, and use "renesas,apmu" as
    "enable-method"."

* r8a7743 (RZ/G1M) SoC
  - Add node for thermal sensor module with thermal-zone support

* r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs
  - Add:
    + Renesas Core Match Timer (CMT) support
    + Renesas Timer Pulse Unit PWM Controller (TPU) support
    + Renesas PWM Timer Controller (PWM) support

* r8a7743 (RZ/G1M) iW-RainboW-G20D-Qseven and
  r8a7745 (RZ/G1E) iW-RainboW-G22D development platforms
  - Add sound support

* r8a7743 (RZ/G1M), r8a7745 (RZ/G1E) and r8a7792 (R-Car V2H) SoCs
  - Allow DTBs of boards of these SoCs to build without any warnings when
    compiled with W=1 using gcc-linaro-5.4.1-2017.05
    + Move nodes which have no reg property out of bus, they don't belong there
    + Also sort sub-nodes of root node to allow for easier maintenance

* r8a7790 (R-Car H2), r8a7791 (R-Car M2-W) and r8a7793 (R-Car M2-N) SoCs
  - Correct critical CPU temperature

    Chris Paterson says "The current R-Car Gen2 device trees define the CPU
    critical temperature as 115?C.

    The R-Car hardware manuals state that Tc = ?40?C to +105?C. The thermal
    sensor has an accuracy of ?5?C and there can be a temperature
    difference of 1 or 2 degrees between Tjmax and the thermal sensor due
    to the location of the latter.

    This means that 95?C is a safer value to use.

    This value should also apply to r8a7792 but thermal sensor support has
    not been added yet."

* r8a7740 (R-Mobile A1) SoC
  - Correct TPU register block size

    Geert Uytterhoven says "The Timer Pulse Unit has registers that lie
    outside the declared register block.  Enlarge the register block size to
    fix this.

    This was probably based on the old platform code, which also assumed a
    register block size of 0x100."

----------------------------------------------------------------
Biju Das (20):
      ARM: dts: r8a7743: Add audio clocks
      ARM: dts: r8a7743: Add audio DMAC support
      ARM: dts: r8a7743: Add sound support
      ARM: dts: r8a7743: Add thermal device to DT
      ARM: dts: iwg20d-q7-common: Enable SGTL5000 audio codec
      ARM: dts: iwg20d-q7-common: Sound PIO support
      ARM: dts: iwg20d-q7-common: Sound DMA support on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via BUSIF on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via SRC on DTS
      ARM: dts: iwg20d-q7-common: Sound DMA support via DVC on DTS
      ARM: dts: r8a7745: Add audio clocks
      ARM: dts: r8a7745: Add audio DMAC support
      ARM: dts: r8a7745: Add sound support
      ARM: dts: iwg22d-sodimm: Enable SGTL5000 audio codec
      ARM: dts: iwg22d-sodimm: Sound PIO support
      ARM: dts: iwg22d-sodimm: Sound DMA support on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via BUSIF on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via SRC on DTS
      ARM: dts: iwg22d-sodimm: Sound DMA support via DVC on DTS
      ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core

Chris Paterson (3):
      ARM: dts: r8a7790: Correct critical CPU temperature
      ARM: dts: r8a7791: Correct critical CPU temperature
      ARM: dts: r8a7793: Correct critical CPU temperature

Fabrizio Castro (7):
      ARM: dts: r8a7745: Add APMU node and second CPU core
      ARM: dts: r8a7743: Add PWM SoC support
      ARM: dts: r8a7743: Add TPU support
      ARM: dts: r8a7745: Add PWM SoC support
      ARM: dts: r8a7745: Add TPU support
      ARM: dts: r8a7743: Add CMT SoC specific support
      ARM: dts: r8a7745: Add CMT SoC specific support

Geert Uytterhoeven (1):
      ARM: dts: r8a7740: Correct TPU register block size

Simon Horman (6):
      ARM: dts: r8a7745: sort root sub-nodes alphabetically
      ARM: dts: r8a7745: move timer node out of bus
      ARM: dts: r8a7792: sort root sub-nodes alphabetically
      ARM: dts: r8a7792: move timer node out of bus
      ARM: dts: r8a7743: sort root sub-nodes alphabetically
      ARM: dts: r8a7743: move timer and thermal-zones nodes out of bus

 arch/arm/boot/dts/iwg20d-q7-common.dtsi     |  88 +++++
 arch/arm/boot/dts/r8a7740.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7743.dtsi              | 486 +++++++++++++++++++++++++---
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts |  92 ++++++
 arch/arm/boot/dts/r8a7745.dtsi              | 421 ++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7790.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi              |   2 +-
 arch/arm/boot/dts/r8a7792.dtsi              |  64 ++--
 arch/arm/boot/dts/r8a7793.dtsi              |   2 +-
 9 files changed, 1051 insertions(+), 108 deletions(-)

             reply	other threads:[~2017-12-22 10:30 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22 10:30 Simon Horman [this message]
2017-12-22 10:30 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16 Simon Horman
2017-12-22 10:29 ` [PATCH 01/37] ARM: dts: r8a7745: Add APMU node and second CPU core Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 02/37] ARM: dts: r8a7743: Add audio clocks Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 03/37] ARM: dts: r8a7743: Add audio DMAC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 04/37] ARM: dts: r8a7743: Add sound support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 05/37] ARM: dts: r8a7790: Correct critical CPU temperature Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 06/37] ARM: dts: r8a7791: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 07/37] ARM: dts: r8a7793: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 08/37] ARM: dts: r8a7743: Add PWM SoC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 09/37] ARM: dts: r8a7743: Add TPU support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 10/37] ARM: dts: r8a7743: Add thermal device to DT Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 11/37] ARM: dts: r8a7745: Add PWM SoC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 12/37] ARM: dts: r8a7745: Add TPU support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 13/37] ARM: dts: r8a7743: Add CMT SoC specific support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 14/37] ARM: dts: r8a7745: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 15/37] ARM: dts: r8a7745: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 16/37] ARM: dts: r8a7745: move timer node out of bus Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 17/37] ARM: dts: r8a7792: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 18/37] ARM: dts: r8a7792: move timer node out of bus Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 19/37] ARM: dts: iwg20d-q7-common: Enable SGTL5000 audio codec Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 20/37] ARM: dts: iwg20d-q7-common: Sound PIO support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 21/37] ARM: dts: iwg20d-q7-common: Sound DMA support on DTS Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:30 ` [PATCH 22/37] ARM: dts: iwg20d-q7-common: Sound DMA support via BUSIF " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 23/37] ARM: dts: iwg20d-q7-common: Sound DMA support via SRC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 24/37] ARM: dts: iwg20d-q7-common: Sound DMA support via DVC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 25/37] ARM: dts: r8a7743: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 26/37] ARM: dts: r8a7743: move timer and thermal-zones nodes out of bus Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 27/37] ARM: dts: r8a7740: Correct TPU register block size Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 28/37] ARM: dts: r8a7745: Add audio clocks Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 29/37] ARM: dts: r8a7745: Add audio DMAC support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 30/37] ARM: dts: r8a7745: Add sound support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 31/37] ARM: dts: iwg22d-sodimm: Enable SGTL5000 audio codec Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 32/37] ARM: dts: iwg22d-sodimm: Sound PIO support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 33/37] ARM: dts: iwg22d-sodimm: Sound DMA support on DTS Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 34/37] ARM: dts: iwg22d-sodimm: Sound DMA support via BUSIF " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 35/37] ARM: dts: iwg22d-sodimm: Sound DMA support via SRC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 36/37] ARM: dts: iwg22d-sodimm: Sound DMA support via DVC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 37/37] ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core Simon Horman
2017-12-22 10:30   ` Simon Horman
2018-01-05  6:51 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16 Olof Johansson
2018-01-05  6:51   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1513938145.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.