From patchwork Thu Jun 25 17:37:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Zhou Yanjie X-Patchwork-Id: 1317094 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=wanyeetech.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49t6fm4P7Yz9sRW for ; Fri, 26 Jun 2020 03:37:52 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406821AbgFYRhv (ORCPT ); Thu, 25 Jun 2020 13:37:51 -0400 Received: from out28-74.mail.aliyun.com ([115.124.28.74]:40688 "EHLO out28-74.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728181AbgFYRhv (ORCPT ); Thu, 25 Jun 2020 13:37:51 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.1705442|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_system_inform|0.00394338-0.000234983-0.995822;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03306;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=15;RT=15;SR=0;TI=SMTPD_---.HsRfZK5_1593106660; Received: from localhost.localdomain(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.HsRfZK5_1593106660) by smtp.aliyun-inc.com(10.147.41.231); Fri, 26 Jun 2020 01:37:45 +0800 From: =?utf-8?b?5ZGo55Cw5p2wIChaaG91IFlhbmppZSk=?= To: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, paul.burton@mips.com, paul@crapouillou.net, robh+dt@kernel.org, tsbogend@alpha.franken.de, ak@linux.intel.com, ebiederm@xmission.com, dongsheng.qiu@ingenic.com, aric.pzqi@ingenic.com, rick.tyliu@ingenic.com, yanfei.li@ingenic.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com Subject: [PATCH v2 0/3] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board. Date: Fri, 26 Jun 2020 01:37:13 +0800 Message-Id: <20200625173716.56146-1-zhouyanjie@wanyeetech.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org v1->v2: 1.Add DT node for LED. 2.Update defconfig for LED. 周琰杰 (Zhou Yanjie) (3): MIPS: Ingenic: Add Ingenic X1830 support. dt-bindings: MIPS: Add Ingenic X1830 based boards. MIPS: Ingenic: Add YSH & ATIL CU Neo board support. .../devicetree/bindings/mips/ingenic/devices.yaml | 12 +- arch/mips/boot/dts/ingenic/Makefile | 1 + arch/mips/boot/dts/ingenic/cu1830-neo.dts | 168 ++++++++++++ arch/mips/boot/dts/ingenic/x1830.dtsi | 300 +++++++++++++++++++++ arch/mips/configs/cu1830-neo_defconfig | 123 +++++++++ arch/mips/jz4740/Kconfig | 10 + 6 files changed, 611 insertions(+), 3 deletions(-) create mode 100644 arch/mips/boot/dts/ingenic/cu1830-neo.dts create mode 100755 arch/mips/boot/dts/ingenic/x1830.dtsi create mode 100644 arch/mips/configs/cu1830-neo_defconfig