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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 04DA2C2D0E4 for ; Tue, 24 Nov 2020 12:00:02 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 492CD2076E for ; Tue, 24 Nov 2020 12:00:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lAu3vAR4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 492CD2076E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tkJnMEX8QPTnqGxNwo2303XThjzl2YGYCGQF1rcXTdw=; b=lAu3vAR4OOiVWH7QR45B7nTgcn WBPVNLjUM1Z7/gRFy4YnZGZ7Zzwh+j1LdKJ75Q9v4z8eBupg35tPRhhZCxbYOclxauAKu/nLdLFRG KGQ2HptOKD5u/hCzlarN0Orjm6QwOVid7CRPtCIvoL9Nm6NOd3HkNH/v/DT30++9vh/OHPoHVSRYX Y+0dBF1hxlLEAoSYEohdGTYY1PjyXuZEIEKQZDV29TlChFySObhFFERi4KEFjkdNChoaBRnLImfal xxBABjQmhbZd3HAwqHBkbJsR+qpnE3bqUbnQ7G4fB2sIKTV4Hs8/9M88FE91xLE+b4YXCn4+//ezW zkcAG+kg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khWys-0006Ml-LD; Tue, 24 Nov 2020 11:59:34 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1khWyq-0006Kx-Me for linux-arm-kernel@lists.infradead.org; Tue, 24 Nov 2020 11:59:33 +0000 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CgMxX105Czhfxt; Tue, 24 Nov 2020 19:58:56 +0800 (CST) Received: from [10.57.101.250] (10.57.101.250) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.487.0; Tue, 24 Nov 2020 19:59:05 +0800 Subject: Re: [PATCH v2 00/10] clean up all Hisilicon-related errors detected by DT schema on arm32 To: Zhen Lei , Rob Herring , devicetree , linux-arm-kernel , linux-kernel References: <20201012061225.1597-1-thunder.leizhen@huawei.com> From: Wei Xu Message-ID: <5FBCF58A.5060608@hisilicon.com> Date: Tue, 24 Nov 2020 19:59:06 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20201012061225.1597-1-thunder.leizhen@huawei.com> X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201124_065932_994959_A5D0CCDA X-CRM114-Status: UNSURE ( 9.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Zhen, On 2020/10/12 14:12, Zhen Lei wrote: > v1 --> v2: > Too deep in arm32. I forgot arm64. Add property "#reset-cells" into sysctrl.yaml (Patch 9). > > > v1: > These patches are based on the latest linux-next. > > Zhen Lei (10): > ARM: dts: hisilicon: fix errors detected by snps-dw-apb-uart.yaml > ARM: dts: hisilicon: fix errors detected by pl011.yaml > ARM: dts: hisilicon: fix errors detected by usb yaml > ARM: dts: hisilicon: fix errors detected by simple-bus.yaml > ARM: dts: hisilicon: fix errors detected by root-node.yaml > ARM: dts: hisilicon: fix errors detected by synopsys-dw-mshc.yaml > ARM: dts: hisilicon: fix errors detected by spi-pl022.yaml > ARM: dts: hisilicon: fix errors detected by syscon.yaml Thanks! Fixed some typos in the commit and applied all the dts changes to the hisilicon arm32 dt tree. Best Regards, Wei > dt-bindings: arm: hisilicon: add missing properties into sysctrl.yaml > dt-bindings: arm: hisilicon: add missing properties into cpuctrl.yaml > > .../bindings/arm/hisilicon/controller/cpuctrl.yaml | 27 +++++++++++++- > .../bindings/arm/hisilicon/controller/sysctrl.yaml | 28 +++++++++++++-- > arch/arm/boot/dts/hi3519-demb.dts | 2 +- > arch/arm/boot/dts/hi3519.dtsi | 32 ++++++++--------- > arch/arm/boot/dts/hi3620-hi4511.dts | 24 ++++++------- > arch/arm/boot/dts/hi3620.dtsi | 32 ++++++++--------- > arch/arm/boot/dts/hip01-ca9x2.dts | 2 +- > arch/arm/boot/dts/hip01.dtsi | 26 +++++++------- > arch/arm/boot/dts/hip04-d01.dts | 2 +- > arch/arm/boot/dts/hip04.dtsi | 6 ++-- > arch/arm/boot/dts/hisi-x5hd2-dkb.dts | 2 +- > arch/arm/boot/dts/hisi-x5hd2.dtsi | 42 +++++++++++----------- > 12 files changed, 136 insertions(+), 89 deletions(-) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel