From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.16
Date: Fri, 22 Dec 2017 11:29:20 +0100 [thread overview]
Message-ID: <cover.1513936760.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM64 based SoC DT updates
for v4.16.
This pull request is based on the previous round of
such requests, tagged as renesas-arm64-dt-for-v4.16,
which you have already pulled.
The following changes since commit 8aba250d7800702bbd2f6a91174e01b9a84ed2dd:
arm64: dts: renesas: r8a77970: use SYSC power domain macros (2017-12-05 09:30:48 +0100)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-dt2-for-v4.16
for you to fetch changes up to 68b2c029e6200933fa3f6c06c8e6de33e8c78c51:
arm64: dts: renesas: salvator-common: enable usb3_peri0 (2017-12-21 10:22:12 +0100)
----------------------------------------------------------------
Second Round of Renesas ARM64 Based SoC DT Updates for v4.16
* Add usb3_phy node to r8a7795 (R-Car H3) and r8a7796 (R-Car M3-W) SoCs, and
enable usb3_peri0 on salvator boards
* Allow DTBs of boards of r8a7795 (R-Car H3) and r8a7796 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
- Add reg properties to dummy pciec[01] nodes
- Also sort sub-nodes of root node to allow for easier maintenance
* Add Add EthernetAVB PHY reset to r8a7795 (R-Car H3) and r8a7796 SoCs boards.
Geert Uytterhoeven says "... add properties to describe the EthernetAVB
PHY reset topology to the common Salvator-X/XS and ULCB DTS files, which
solves two issues:
1. On Salvator-XS, the enable pin of the regulator providing PHY power
is connected to PRESETn, and PSCI powers down the SoC during system
suspend. Hence a PHY reset is needed to restore network
functionality after system resume.
2. Linux should not rely on the boot loader having reset the PHY, but
should reset the PHY during driver probe."
----------------------------------------------------------------
Geert Uytterhoeven (2):
arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
arm64: dts: renesas: ulcb: Add EthernetAVB PHY reset
Simon Horman (5):
arm64: dts: renesas: r8a7795: Move nodes which have no reg property out of bus
arm64: dts: renesas: r8a7795: sort subnodes of root node alphabetically
arm64: dts: renesas: r8a7796: sort subnodes of root node alphabetically
arm64: dts: renesas: r8a7796: move nodes which have no reg property out of bus
arm64: dts: renesas: r8a7796: add reg properties to pciec[01] nodes
Yoshihiro Shimoda (4):
arm64: dts: renesas: r8a7795: add usb3_phy node
arm64: dts: renesas: r8a7796: add usb3_phy node
arm64: dts: renesas: salvator-common: enable usb3_phy0 node
arm64: dts: renesas: salvator-common: enable usb3_peri0
arch/arm64/boot/dts/renesas/r8a7795.dtsi | 174 ++++++++++-------
arch/arm64/boot/dts/renesas/r8a7796.dtsi | 230 ++++++++++++-----------
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 20 ++
arch/arm64/boot/dts/renesas/ulcb.dtsi | 1 +
4 files changed, 248 insertions(+), 177 deletions(-)
next reply other threads:[~2017-12-22 10:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-22 10:29 Simon Horman [this message]
2017-12-22 10:29 ` [PATCH 01/11] arm64: dts: renesas: r8a7795: Move nodes which have no reg property out of bus Simon Horman
2017-12-22 10:29 ` [PATCH 02/11] arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset Simon Horman
2017-12-22 10:29 ` [PATCH 03/11] arm64: dts: renesas: ulcb: " Simon Horman
2017-12-22 10:29 ` [PATCH 04/11] arm64: dts: renesas: r8a7795: sort subnodes of root node alphabetically Simon Horman
2017-12-22 10:29 ` [PATCH 05/11] arm64: dts: renesas: r8a7796: " Simon Horman
2017-12-22 10:29 ` [PATCH 06/11] arm64: dts: renesas: r8a7796: move nodes which have no reg property out of bus Simon Horman
2017-12-22 10:29 ` [PATCH 07/11] arm64: dts: renesas: r8a7796: add reg properties to pciec[01] nodes Simon Horman
2017-12-22 10:29 ` [PATCH 08/11] arm64: dts: renesas: r8a7795: add usb3_phy node Simon Horman
2017-12-22 10:29 ` [PATCH 09/11] arm64: dts: renesas: r8a7796: " Simon Horman
2017-12-22 10:29 ` [PATCH 10/11] arm64: dts: renesas: salvator-common: enable usb3_phy0 node Simon Horman
2017-12-22 10:29 ` [PATCH 11/11] arm64: dts: renesas: salvator-common: enable usb3_peri0 Simon Horman
2018-01-05 6:39 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.16 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.1513936760.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox