mbox series

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

Message ID 5B50630D.7060407@hisilicon.com
State New
Headers show
Series [GIT,PULL,v2] arm64: dts: hisilicon dts updates for v4.19 | expand

Pull-request

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

Message

Wei Xu July 19, 2018, 10:08 a.m. UTC
Hi Olof, Hi Arnd,

Please consider to pull the following changes.
I rebased the pull on hisi-fixes-for-4.18 since there are
some fixes for v4.18 have been merged.

Thanks!

Best Regards,
Wei

---

The following changes since commit a30449eb3ac908f26b4bc963a58039a5f2725ffa:

  arm64: dts: hikey960: Define wl1837 power capabilities (2018-06-28 17:07:44 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4d4585c21f53c15a10c52b45e0392de79e07127e:

  arm64: dts: hisilicon: Add missing cooling device properties for CPUs (2018-07-17 13:56:45 +0100)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoC DT updates for 4.19v2

- Tidy up MMC properties for hi3660
- Remove keep-power-in-suspend on hikey and hikey960 to
  avoid keeping wifi power during suspend and let the
  user enable it if required
- Update idle states for hikey960
- Add missing cooling device properties for cpus on hi6220

----------------------------------------------------------------
Vincent Guittot (1):
      arm64: hikey960: update idle-states

Viresh Kumar (1):
      arm64: dts: hisilicon: Add missing cooling device properties for CPUs

oscardagrach (4):
      arm64: dts: hikey960: Remove deprecated MMC properties
      arm64: dts: hikey960: Clean up MMC properties and move to proper file
      arm64: dts: hikey960: Remove keep-power-in-suspend property
      arm64: dts: hikey: Remove keep-power-in-suspend property

 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 26 ++++++--
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi         | 79 +++++++++--------------
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts    |  1 -
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi         | 16 ++++-
 4 files changed, 67 insertions(+), 55 deletions(-)

Comments

Olof Johansson July 21, 2018, 9:28 p.m. UTC | #1
On Thu, Jul 19, 2018 at 11:08:13AM +0100, Wei Xu wrote:
> Hi Olof, Hi Arnd,
> 
> Please consider to pull the following changes.
> I rebased the pull on hisi-fixes-for-4.18 since there are
> some fixes for v4.18 have been merged.
> 
> Thanks!
> 
> Best Regards,
> Wei
> 
> ---
> 
> The following changes since commit a30449eb3ac908f26b4bc963a58039a5f2725ffa:
> 
>   arm64: dts: hikey960: Define wl1837 power capabilities (2018-06-28 17:07:44 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.19v2
> 
> for you to fetch changes up to 4d4585c21f53c15a10c52b45e0392de79e07127e:
> 
>   arm64: dts: hisilicon: Add missing cooling device properties for CPUs (2018-07-17 13:56:45 +0100)
> 
> ----------------------------------------------------------------
> ARM64: DT: Hisilicon SoC DT updates for 4.19v2
> 
> - Tidy up MMC properties for hi3660
> - Remove keep-power-in-suspend on hikey and hikey960 to
>   avoid keeping wifi power during suspend and let the
>   user enable it if required
> - Update idle states for hikey960
> - Add missing cooling device properties for cpus on hi6220

Merged, thanks!


-Olof