From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=ham 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 563D3C43603 for ; Tue, 10 Dec 2019 01:31:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2FBD42073D for ; Tue, 10 Dec 2019 01:31:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727448AbfLJBbG (ORCPT ); Mon, 9 Dec 2019 20:31:06 -0500 Received: from out28-148.mail.aliyun.com ([115.124.28.148]:58987 "EHLO out28-148.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727221AbfLJBbF (ORCPT ); Mon, 9 Dec 2019 20:31:05 -0500 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.07499074|-1;CH=green;DM=CONTINUE|CONTINUE|true|0.0583385-0.00383119-0.93783;DS=CONTINUE|ham_system_inform|0.242812-0.00141908-0.755769;FP=0|0|0|0|0|-1|-1|-1;HT=e01l07389;MF=zhouyanjie@wanyeetech.com;NM=1;PH=DS;RN=22;RT=22;SR=0;TI=SMTPD_---.GDx8B-U_1575941442; Received: from 192.168.88.128(mailfrom:zhouyanjie@wanyeetech.com fp:SMTPD_---.GDx8B-U_1575941442) by smtp.aliyun-inc.com(10.147.40.44); Tue, 10 Dec 2019 09:30:43 +0800 Subject: Re: [PATCH v7 6/6] MIPS: CU1000: Add devicetree & config with PDMA/MSC/RTC/WDT/NET enabled. To: Paul Cercueil References: <1575896438-9562-1-git-send-email-zhouyanjie@wanyeetech.com> <1575896438-9562-7-git-send-email-zhouyanjie@wanyeetech.com> <1575904048.3.2@crapouillou.net> Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, paul.burton@mips.com, paulburton@kernel.org, jhogan@kernel.org, mripard@kernel.org, shawnguo@kernel.org, mark.rutland@arm.com, ebiederm@xmission.com, ralf@linux-mips.org, heiko@sntech.de, icenowy@aosc.io, laurent.pinchart@ideasonboard.com, krzk@kernel.org, geert+renesas@glider.be, prasannatsmkumar@gmail.com, sernia.zhou@foxmail.com, zhenwenjin@gmail.com, 772753199@qq.com From: zhouyanjie Message-ID: <5DEEF542.2000503@wanyeetech.com> Date: Tue, 10 Dec 2019 09:30:42 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1575904048.3.2@crapouillou.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi Paul, On 2019年12月09日 23:07, Paul Cercueil wrote: > Hi Zhou, > > You modify here in patch [06/06] two files that were introduced in > [04/06]. Just merge the two patches into one then, and make it last in > the patchset. > Sure, I will merge the two patches in v8. Thanks and best regards! > -Paul > > > Le lun., déc. 9, 2019 at 21:00, 周琰杰 (Zhou Yanjie) > a écrit : >> Add the CU1000 Neo devicetree and defconfig with PDMA, MMC, RTC, WDT >> and NET enabled. >> >> Signed-off-by: 周琰杰 (Zhou Yanjie) >> --- >> >> Notes: >> v7: >> New patch, merge[06/12],[08/12],[10/12],[12/12] in v6. >> >> arch/mips/boot/dts/ingenic/cu1000-neo.dts | 47 >> +++++++++++++++++++++++++++++++ >> arch/mips/configs/cu1000-neo_defconfig | 17 +++++++++-- >> 2 files changed, 62 insertions(+), 2 deletions(-) >> >> diff --git a/arch/mips/boot/dts/ingenic/cu1000-neo.dts >> b/arch/mips/boot/dts/ingenic/cu1000-neo.dts >> index 6f1a7e9..b0733da 100644 >> --- a/arch/mips/boot/dts/ingenic/cu1000-neo.dts >> +++ b/arch/mips/boot/dts/ingenic/cu1000-neo.dts >> @@ -43,10 +43,57 @@ >> status = "okay"; >> }; >> >> +&mac { >> + phy-mode = "rmii"; >> + phy-handle = <&lan8720a>; >> + >> + pinctrl-names = "default"; >> + pinctrl-0 = <&pins_mac>; >> + >> + snps,reset-gpio = <&gpc 23 GPIO_ACTIVE_LOW>; /* PC23 */ >> + snps,reset-active-low; >> + snps,reset-delays-us = <0 10000 30000>; >> + >> + status = "okay"; >> +}; >> + >> +&mdio { >> + status = "okay"; >> + >> + lan8720a: ethernet-phy@0 { >> + compatible = "ethernet-phy-id0007.c0f0", >> "ethernet-phy-ieee802.3-c22"; >> + reg = <0>; >> + }; >> +}; >> + >> +&msc0 { >> + bus-width = <8>; >> + max-frequency = <50000000>; >> + >> + pinctrl-names = "default"; >> + pinctrl-0 = <&pins_msc0>; >> + >> + non-removable; >> + >> + status = "okay"; >> +}; >> + >> &pinctrl { >> pins_uart2: uart2 { >> function = "uart2"; >> groups = "uart2-data-d"; >> bias-disable; >> }; >> + >> + pins_mac: mac { >> + function = "mac"; >> + groups = "mac"; >> + bias-disable; >> + }; >> + >> + pins_msc0: msc0 { >> + function = "mmc0"; >> + groups = "mmc0-1bit", "mmc0-4bit", "mmc0-8bit"; >> + bias-disable; >> + }; >> }; >> diff --git a/arch/mips/configs/cu1000-neo_defconfig >> b/arch/mips/configs/cu1000-neo_defconfig >> index 4fafe92..9f988ed 100644 >> --- a/arch/mips/configs/cu1000-neo_defconfig >> +++ b/arch/mips/configs/cu1000-neo_defconfig >> @@ -16,8 +16,6 @@ CONFIG_CGROUP_DEVICE=y >> CONFIG_CGROUP_CPUACCT=y >> CONFIG_NAMESPACES=y >> CONFIG_USER_NS=y >> -CONFIG_BLK_DEV_INITRD=y >> -CONFIG_INITRAMFS_SOURCE="arch/mips/boot/ramdisk.cpio.gz" >> CONFIG_CC_OPTIMIZE_FOR_SIZE=y >> CONFIG_SYSCTL_SYSCALL=y >> CONFIG_KALLSYMS_ALL=y >> @@ -35,11 +33,17 @@ CONFIG_HZ_100=y >> # CONFIG_COMPACTION is not set >> CONFIG_CMA=y >> CONFIG_CMA_AREAS=7 >> +CONFIG_NET=y >> +CONFIG_UNIX=y >> +CONFIG_INET=y >> CONFIG_UEVENT_HELPER=y >> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" >> CONFIG_DEVTMPFS=y >> # CONFIG_FW_LOADER is not set >> # CONFIG_ALLOW_DEV_COREDUMP is not set >> +CONFIG_NETDEVICES=y >> +CONFIG_STMMAC_ETH=y >> +CONFIG_SMSC_PHY=y >> # CONFIG_INPUT_MOUSEDEV is not set >> # CONFIG_INPUT_KEYBOARD is not set >> # CONFIG_INPUT_MOUSE is not set >> @@ -55,17 +59,26 @@ CONFIG_SERIAL_8250_INGENIC=y >> CONFIG_SERIAL_OF_PLATFORM=y >> # CONFIG_HW_RANDOM is not set >> CONFIG_GPIO_SYSFS=y >> +CONFIG_WATCHDOG=y >> +CONFIG_JZ4740_WDT=y >> # CONFIG_HWMON is not set >> # CONFIG_LCD_CLASS_DEVICE is not set >> # CONFIG_BACKLIGHT_CLASS_DEVICE is not set >> # CONFIG_VGA_CONSOLE is not set >> # CONFIG_HID is not set >> # CONFIG_USB_SUPPORT is not set >> +CONFIG_MMC=y >> +CONFIG_MMC_JZ4740=y >> +CONFIG_RTC_CLASS=y >> +CONFIG_RTC_DRV_JZ4740=y >> +CONFIG_DMADEVICES=y >> +CONFIG_DMA_JZ4780=y >> # CONFIG_IOMMU_SUPPORT is not set >> CONFIG_NVMEM=y >> CONFIG_NVMEM_SYSFS=y >> CONFIG_EXT4_FS=y >> # CONFIG_DNOTIFY is not set >> +CONFIG_AUTOFS_FS=y >> CONFIG_PROC_KCORE=y >> # CONFIG_PROC_PAGE_MONITOR is not set >> CONFIG_TMPFS=y >> -- >> 2.7.4 >> >