Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752348AbdHJC0a (ORCPT ); Wed, 9 Aug 2017 22:26:30 -0400 Received: from mail-pg0-f41.google.com ([74.125.83.41]:32991 "EHLO mail-pg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752181AbdHJC02 (ORCPT ); Wed, 9 Aug 2017 22:26:28 -0400 From: Guodong Xu To: xuwei5@hisilicon.com, robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, keescook@chromium.org, anton@enomsg.org, ccross@android.com, tony.luck@intel.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Guodong Xu Subject: [PATCH v2 0/9] arm64: dts: hi3660: add more device nodes Date: Thu, 10 Aug 2017 10:26:06 +0800 Message-Id: <20170810022615.19204-1-guodong.xu@linaro.org> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1252 Lines: 47 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