From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932619AbcFOCaa (ORCPT ); Tue, 14 Jun 2016 22:30:30 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:1352 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932336AbcFOCa1 (ORCPT ); Tue, 14 Jun 2016 22:30:27 -0400 From: Jiancheng Xue To: , CC: , , , , , , Jiancheng Xue Subject: [PATCH v11 0/3] ARM: hisi: Add initial support for Hi3519 SOC Date: Wed, 15 Jun 2016 10:19:04 +0800 Message-ID: <1465957147-32314-1-git-send-email-xuejiancheng@hisilicon.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.71] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090201.5760BDBD.00CA,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: c5b867982f3eeaed9e7f2baddb2f5b13 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These three patches are abstracted from the patchset titled "[RESEND PATCH v10 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc."(https://lkml.org/lkml/2016/3/31/175). The clock driver part was merged in v4.7-rc1. This patch set is mainly used to enable Hi3519 basic soc and add dts files. Jiancheng Xue (3): ARM: hisi: add compatible string for Hi3519 soc ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl ARM: dts: add dts files for Hi3519 .../bindings/arm/hisilicon/hi3519-sysctrl.txt | 14 ++ arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/hi3519-demb.dts | 42 +++++ arch/arm/boot/dts/hi3519.dtsi | 187 +++++++++++++++++++++ arch/arm/mach-hisi/hisilicon.c | 23 +-- 5 files changed, 249 insertions(+), 19 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt create mode 100644 arch/arm/boot/dts/hi3519-demb.dts create mode 100644 arch/arm/boot/dts/hi3519.dtsi -- 1.9.1