mbox series

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

Message ID 231af4e4-00e8-c854-0f48-91d781452547@hisilicon.com
State New
Headers show
Series [GIT,PULL,v2] arm64: dts: hisilicon dts updates for v5.1 | expand

Pull-request

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

Message

Wei Xu Feb. 4, 2019, 11:32 a.m. UTC
Hi ARM-SoC team,

Please consider to pull the following changes.
Thanks!

Best Regards,
Wei

---

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8d26c1390aec795d492b8de5e4437751e8805a1d:

  arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" (2019-02-04 10:20:42 +0000)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoCs DT updates for 5.1

* Hi6220 SoC and related boards:
  - Add DMA entries to enable DMA for Bluetooth transfers
  - Add power-on delay to make wifi stable
  - Revert HS200 mode to avoid eMMC controller resets and block read failures

* Hi3660 SoC and related boards:
  - Fix SD card detection via setting cd-gpios correctly

* Hi3798 SoC and related boards:
  - Fix malformed SPDX license identifier

----------------------------------------------------------------
Alistair Strachan (1):
      arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"

Jan Kiszka (1):
      arm64: dts: hikey: Give wifi some time after power-on

John Stultz (1):
      arm64: dts: hikey: Add DMA entries for Bluetooth UART

Shawn Guo (1):
      arm64: dts: hi3798cv200: fix malformed SPDX license identifier

Vincent Guittot (1):
      arm64: dts: hikey960: fix SDcard detection

 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts    | 3 +--
 arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 4 +---
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi       | 4 +---
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts       | 2 +-
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi            | 2 ++
 5 files changed, 6 insertions(+), 9 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:38 p.m. UTC | #1
On Mon, Feb 4, 2019 at 12:32 PM Wei Xu <xuwei5@hisilicon.com> wrote:
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-5.1v2
>
> for you to fetch changes up to 8d26c1390aec795d492b8de5e4437751e8805a1d:
>
>   arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" (2019-02-04 10:20:42 +0000)
>
> ----------------------------------------------------------------
> ARM64: DT: Hisilicon SoCs DT updates for 5.1
>
> * Hi6220 SoC and related boards:
>   - Add DMA entries to enable DMA for Bluetooth transfers
>   - Add power-on delay to make wifi stable
>   - Revert HS200 mode to avoid eMMC controller resets and block read failures
>
> * Hi3660 SoC and related boards:
>   - Fix SD card detection via setting cd-gpios correctly
>
> * Hi3798 SoC and related boards:
>   - Fix malformed SPDX license identifier


Pulled this version now, thanks!

      Arnd