mbox

pull request: u-boot-uniphier/master

Message ID CAK7LNARZ=jGamMiwqFnSx3L5w8ztOAfXKemUgCD3MQAiESH0=w@mail.gmail.com
State New
Headers show

Pull-request

git://git.denx.de/u-boot-uniphier.git master

Message

Masahiro Yamada April 21, 2017, 5:08 p.m. UTC
Hi Tom,

Here is a small pull request for UniPhier SoCs.
Please pull!

- Add USB PHY settings
- Use PSCI system reset when used with ARM Trusted Firmware
- Improve boot log to show SCP status
- Sync DT with Linux


The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to 4e7f8de42642cd0036dc78bf0df293f105cb5267:

  ARM: dts: uniphier: sync Device Tree with Linux (2017-04-20 23:50:02 +0900)

----------------------------------------------------------------
Masahiro Yamada (4):
      ARM: uniphier: setup EHCI PHY paramters for LD11
      ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig
      ARM: uniphier: show STM (SCP) status on boot and pinmon command
      ARM: dts: uniphier: sync Device Tree with Linux

 arch/arm/dts/uniphier-ld11.dtsi                  | 59
++++++++++++++++++++++-----
 arch/arm/dts/uniphier-ld20.dtsi                  | 77
+++++++++++++++++++++++++++---------
 arch/arm/dts/uniphier-pro5.dtsi                  | 72
++++++++++++++++++++++++---------
 arch/arm/dts/uniphier-pxs2.dtsi                  | 56
+++++++++++++++++++++-----
 arch/arm/mach-uniphier/Makefile                  |  2 +
 arch/arm/mach-uniphier/board_late_init.c         | 16 +++++---
 arch/arm/mach-uniphier/boot-device/boot-device.c | 38 ++++++++++++++++--
 arch/arm/mach-uniphier/clk/clk-ld11.c            |  9 +++++
 arch/arm/mach-uniphier/init.h                    |  2 +
 arch/arm/mach-uniphier/sg-regs.h                 |  1 +
 configs/uniphier_v8_defconfig                    |  3 ++
 11 files changed, 272 insertions(+), 63 deletions(-)

Comments

Tom Rini April 25, 2017, 12:56 p.m. UTC | #1
On Sat, Apr 22, 2017 at 02:08:53AM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> Here is a small pull request for UniPhier SoCs.

> Please pull!

> 

> - Add USB PHY settings

> - Use PSCI system reset when used with ARM Trusted Firmware

> - Improve boot log to show SCP status

> - Sync DT with Linux

> 

> 

> The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:

> 

>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)

> 

> are available in the git repository at:

> 

>   git://git.denx.de/u-boot-uniphier.git master

> 

> for you to fetch changes up to 4e7f8de42642cd0036dc78bf0df293f105cb5267:

> 

>   ARM: dts: uniphier: sync Device Tree with Linux (2017-04-20 23:50:02 +0900)

> 


Applied to u-boot/master, thanks!

-- 
Tom