From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752822AbcBSFTZ (ORCPT ); Fri, 19 Feb 2016 00:19:25 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:33694 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbcBSFTX (ORCPT ); Fri, 19 Feb 2016 00:19:23 -0500 From: Guodong Xu To: xuwei5@hisilicon.com, mark.rutland@arm.com, robh@kernel.org, grant.likely@secretlab.ca Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kong.kongxinwei@hisilicon.com, Guodong Xu Subject: [PATCH 0/5] add DTS for hi6220 and HiKey Date: Fri, 19 Feb 2016 13:19:03 +0800 Message-Id: <1455859148-29098-1-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset include more dts changes for hi6220 SoC and HiKey board. Patch 1 adds pinctrl to uart ports in SoC and enables them for HiKey board. Patch 2 adds gpio LEDs device nodes. Patch 3 adds dwmmc nodes description for hi6220. It refers to two LDO's which are defined in regulator patchsets which pending on review: [PATCH v8 5/5] arm64: dts: hisilicon: Add hi655x pmic dts node http://thread.gmane.org/gmane.linux.kernel/2151688 Patch 4 adds resets property into dwmmc nodes. Patch 5 adds wifi device nodes (TI's wl1835) for HiKey board. Guodong Xu (4): arm64: dts: hi6220: add pinctrl for uarts and enable them arm64: dts: add LED nodes for hi6220-hikey arm64: dts: hi6220: add resets property into dwmmc nodes arm64: dts: add wifi nodes support for hi6220-hikey Xinwei Kong (1): arm64: dts: add dwmmc nodes for hi6220 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 81 ++++++++++++++++++++++++++ arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 66 +++++++++++++++++++++ 2 files changed, 147 insertions(+) -- 1.9.1