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: 198489 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, UNPARSEABLE_RELAY, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2572AC433E0 for ; Thu, 25 Jun 2020 17:37:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 049E7206BE for ; Thu, 25 Jun 2020 17:37:52 +0000 (UTC) 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