mbox series

[v2,0/9] arm64: dts: hi3660: add more device nodes

Message ID 20170810022615.19204-1-guodong.xu@linaro.org
Headers show
Series arm64: dts: hi3660: add more device nodes | expand

Message

Guodong Xu Aug. 10, 2017, 2:26 a.m. UTC
This patchset adds more device nodes for hi3660 and hikey960, including:
 - cpu idle states
 - L2 cache
 - PMU
 - OP-TEE
 - reboot
 - pstore
 - DMA

Patch 7 fixes an issue in mmc nodes, by adding 'reset'
Patch 8 change bluetooth uart max-speed to 3Mbps

HiKey960 is one of 96boards. For details information about it, please
refer to [1].

===
Major changes in v2:
 - add patch 8 to change bluetooth uart max-speed to 3Mbps
 - add patch 9 for DMA node.

[1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960

Guodong Xu (4):
  arm64: dts: hikey960: Add support for syscon-reboot-mode
  arm64: dts: hikey960: Add pstore support
  arm64: dts: hi3660: Reset the mmc hosts
  arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps

Leo Yan (2):
  arm64: dts: hi3660: enable idle states
  arm64: dts: hi3660: add L2 cache topology

Victor Chong (1):
  arm64: dts: hikey960: Add optee node

Wang Ruyi (1):
  arm64: dts: hi3660: add bindings for DMA

YiPing Xu (1):
  arm64: dts: hi3660: add pmu dt node for hi3660

 arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts |  37 ++++++-
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi         | 114 ++++++++++++++++++++++
 2 files changed, 150 insertions(+), 1 deletion(-)

-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Leo Yan Aug. 11, 2017, 1:50 a.m. UTC | #1
Hi Daniel,

On Thu, Aug 10, 2017 at 12:07:07PM +0200, Daniel Lezcano wrote:
> 

> Hi Guodong, Leo,

> 

> there are several typos in the patch description. I *humbly* propose an

> alternate description to make it a bit more English friendly.

> 

> """

> 

> There are two clusters on the Hi3660, the first one is Cortex-A53 based

> and the other one is Cortex-A73 based. These two clusters have different

> idle states.

> 

> Thanks to Daniel Lezcano's recent changes, the generic ARM cpuidle

> driver can now support several clusters with different idle states, thus

> supporting the big.Little architecture.

> 

> In addition to the WFI idle state which is the default shallowest state

> for all ARM cpus, the Hi3660 supports the following states:

> 

>  - CA53 CPUs:

> 	- CPU_SLEEP:       CPU power off state

> 	- CLUSTER_SLEEP_0: Cluster power off state

> 

>  - CA73 CPUs:

> 	- CPU_NAP:         CPU retention state

> 	- CPU_SLEEP:       CPU power off state

> 	- CLUSTER_SLEEP_1: Cluster power off state

> 

> This patch adds the idle states description for the Hi3660 to the device

> tree.

> 

> """

> 

> 

> Other than that.

> 

> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>


Thanks a lot for proposing commit log, it's much better :)

Thanks,
Leo Yan
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html