mbox series

[GIT,PULL] arm64: dts: hisilicon dts updates for v4.20

Message ID 5BA50799.3060905@hisilicon.com
State New
Headers show
Series [GIT,PULL] arm64: dts: hisilicon dts updates for v4.20 | expand

Pull-request

git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.20

Message

Wei Xu Sept. 21, 2018, 3 p.m. UTC
Hi ARM-SoC team,

Please consider to pull the following changes.
Thanks!

Best Regards,
Wei

---

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.20

for you to fetch changes up to 5510ee99c0deb0c0235acee6498a6745c8317df1:

  arm64: dts: Add devicetree support for HiKey970 board (2018-09-19 16:15:25 +0100)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoC DT updates for 4.20

- Add missing clocks for Hi6220
- Switch to updated coresight bindings for Hi6220
- Add DT bindings and support for Hi3670 SoC and HiKey970 board

----------------------------------------------------------------
Manivannan Sadhasivam (4):
      dt-bindings: arm: hisilicon: Add binding for Hi3670 SoC
      arm64: dts: Add devicetree for Hisilicon Hi3670 SoC
      dt-bindings: arm: hisilicon: Add binding for HiKey970 board
      arm64: dts: Add devicetree support for HiKey970 board

Suzuki K Poulose (1):
      arm64: dts: hi6220: Update coresight bindings for hardware ports

Viresh Kumar (1):
      arm64: dts: hisilicon: Add missing clocks property for CPUs

 .../bindings/arm/hisilicon/hisilicon.txt           |   8 +
 arch/arm64/boot/dts/hisilicon/Makefile             |   1 +
 arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts  |  35 ++++
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi          | 162 ++++++++++++++++++
 .../arm64/boot/dts/hisilicon/hi6220-coresight.dtsi | 181 ++++++++++-----------
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi          |   7 +
 6 files changed, 299 insertions(+), 95 deletions(-)
 create mode 100644 arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts
 create mode 100644 arch/arm64/boot/dts/hisilicon/hi3670.dtsi

Comments

Olof Johansson Sept. 23, 2018, 1:37 p.m. UTC | #1
On Fri, Sep 21, 2018 at 04:00:41PM +0100, Wei Xu wrote:
> Hi ARM-SoC team,
> 
> Please consider to pull the following changes.
> Thanks!
> 
> Best Regards,
> Wei
> 
> ---
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.20
> 
> for you to fetch changes up to 5510ee99c0deb0c0235acee6498a6745c8317df1:
> 
>   arm64: dts: Add devicetree support for HiKey970 board (2018-09-19 16:15:25 +0100)
> 
> ----------------------------------------------------------------
> ARM64: DT: Hisilicon SoC DT updates for 4.20
> 
> - Add missing clocks for Hi6220
> - Switch to updated coresight bindings for Hi6220
> - Add DT bindings and support for Hi3670 SoC and HiKey970 board

Merged, thanks!


-Olof