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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 87094C433E7 for ; Mon, 12 Oct 2020 06:14:30 +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 1B2DD2074F for ; Mon, 12 Oct 2020 06:14:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VLiAxiYq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1B2DD2074F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.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:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=z7YV3S8YR/xDBIDpDW287ggzaKvf74RkF8SBt+y24YY=; b=VLiAxiYq+3l7yy+Cm8eWasC9Tk WpQ26yO/W1gPDJxgzxBV+b3MaEKuG6DZCUvpShWfcq1Np3BTwbCoJYRQyY70Hu3Yxgg8RB8r46lvJ PzqqT/TlF/ei/Ti/D+lJ6gKrW//N8skUbpu62czUlQay/q9rl7bxMlfQc/OE8jqQmlbrAIjTTkHNO qUmWCcsvK1021KF7r42+EFSXCG3/dAZpKxJWk0baiFJtrydt5nkAV0oVbGYbVRenAm7vojlpwp1cF hKyAp6tL094dnxbebT7I1ea9bzpDXusbFGfWpJvEUlbsLgIPlrSGUmLTsUJ5Fv6mVMS+w4usdYztI KIsKI2Eg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRr4r-0002VW-6f; Mon, 12 Oct 2020 06:12:57 +0000 Received: from szxga06-in.huawei.com ([45.249.212.32] helo=huawei.com) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRr4m-0002Sa-Vq for linux-arm-kernel@lists.infradead.org; Mon, 12 Oct 2020 06:12:55 +0000 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id BA150B73366EE4340348; Mon, 12 Oct 2020 14:12:45 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.134) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Mon, 12 Oct 2020 14:12:35 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel Subject: [PATCH v2 00/10] clean up all Hisilicon-related errors detected by DT schema on arm32 Date: Mon, 12 Oct 2020 14:12:15 +0800 Message-ID: <20201012061225.1597-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201012_021254_282991_102BC826 X-CRM114-Status: UNSURE ( 6.43 ) 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: , Cc: Zhen Lei 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 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 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(-) -- 1.8.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel