mbox series

[GIT,PULL] arm64: dts: hisilicon dts updates for v5.3

Message ID 12521191-b14c-8e54-a09f-c0de3d9f8326@hisilicon.com
State New
Headers show
Series [GIT,PULL] arm64: dts: hisilicon dts updates for v5.3 | expand

Pull-request

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

Message

Wei Xu June 19, 2019, 4:20 p.m. UTC
Hi ARM-SoC team,

Please consider to pull the following changes.
Thanks!

Best Regards,
Wei

---

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9500ff14c4cf0eedf4c5f55175b9046768db5cbd:

  arm64: dts: hi3660: Add CoreSight support (2019-06-19 15:43:31 +0100)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoCs DT updates for v5.3

* Hi3660 SoC and related boards:
  - Added CoreSight trace components

* Hi6220 SoC and related boards:
  - Updated CoreSight funnel and replicator using new bindings to fix warning

----------------------------------------------------------------
Leo Yan (1):
      arm64: dts: hi6220: Update coresight DT bindings

Wanglai Shi (1):
      arm64: dts: hi3660: Add CoreSight support

 .../arm64/boot/dts/hisilicon/hi3660-coresight.dtsi | 456 +++++++++++++++++++++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |   2 +
 .../arm64/boot/dts/hisilicon/hi6220-coresight.dtsi |   6 +-
 3 files changed, 461 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi

Comments

Olof Johansson June 25, 2019, 11:30 a.m. UTC | #1
On Wed, Jun 19, 2019 at 05:20:53PM +0100, Wei Xu wrote:
> Hi ARM-SoC team,
> 
> Please consider to pull the following changes.
> Thanks!
> 
> Best Regards,
> Wei
> 
> ---
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-5.3
> 
> for you to fetch changes up to 9500ff14c4cf0eedf4c5f55175b9046768db5cbd:
> 
>   arm64: dts: hi3660: Add CoreSight support (2019-06-19 15:43:31 +0100)
> 
> ----------------------------------------------------------------
> ARM64: DT: Hisilicon SoCs DT updates for v5.3
> 
> * Hi3660 SoC and related boards:
>   - Added CoreSight trace components
> 
> * Hi6220 SoC and related boards:
>   - Updated CoreSight funnel and replicator using new bindings to fix warning

Merged, thanks.


-Olof