From patchwork Mon Jan 18 03:16:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen \(ThunderTown\)" X-Patchwork-Id: 365447 Delivered-To: patch@linaro.org Received: by 2002:a02:ccad:0:0:0:0:0 with SMTP id t13csp1886580jap; Sun, 17 Jan 2021 19:21:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJycwWX5fm4Vh4i7BG1Poms1TaiGucAl7HXWafUqVt1ptJ9Dpmr336C7R09BS3vzFYqPMA9M X-Received: by 2002:a17:906:369a:: with SMTP id a26mr15335675ejc.276.1610940094234; Sun, 17 Jan 2021 19:21:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610940094; cv=none; d=google.com; s=arc-20160816; b=u1JsoPz0/HpIrjWlhx+awIBoXz1J7r1m28XHg1MQwtE+kkM2Q4TKxm11C8Cpda/EOD ECZtWH8N0jsjQa+aW6ezY9yUfsSA9C4hqR7X9YXMDWF/diCO7pDDQONZGx0OCc0caJoY 4U55poED01R4ppB9EGFqiG277WT39G1iGao+wSko4qeR7Ne7Jli6U8C/XmcqtKpCE44Y 0QAb4WPRBQXZlczmpGVaNA1S3mnrEjzwbgvw6MHNWGjA8iKxxTDggeD/9mRPM/EiybEv QLqMGdBlXGQGpeCYGiM+0sNzfvNrqnxuZzQ5U+2Ze25phiiUtUvi/S3z12N8kLCAQF6y IshA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=lM8fwu4gbYtAS8HGUXoDBstoHmR/GH9LiH/1evRNJWc=; b=CXUao8jInSmYroQNJqo7tQinLEUOz4vL7GvOubAHjeFn6UpYNC7OUgv22DBsOJrMRw Eupsrfc5yhRmCL8P9883tNcCCAyVASU9fRLZDMn7vJkkB/s/ACHwxqabGM0lEmqYJwce owu9Zr2FXuKHQk7G38c8zQ6EdEOrjZTjvfRajEMF0eccMH2vKuZDg/dt0Rk5PRth3lPP iYkFaAjnTTn3+5NjlAcrHd/Hv41JFEYqqBgMLr76X4cDU5Jpc4akwAw5U3vcN9RGqce8 bg6ZYC4qAsMj/k4zdVw37ygn6UVe1BmSXuvciZo7W1ym2Zzl9UzMadxe9RR6eDYW3aLs J95g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s16si6736441ejf.641.2021.01.17.19.21.34; Sun, 17 Jan 2021 19:21:34 -0800 (PST) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731522AbhARDVd (ORCPT + 6 others); Sun, 17 Jan 2021 22:21:33 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11550 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731526AbhARDVc (ORCPT ); Sun, 17 Jan 2021 22:21:32 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DJxpk1XyQzMLZx; Mon, 18 Jan 2021 11:19:26 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.176.220) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.498.0; Mon, 18 Jan 2021 11:20:40 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel CC: Zhen Lei Subject: [PATCH 0/6] further clean up Hisilicon-related errors detected by DT schema on arm64 Date: Mon, 18 Jan 2021 11:16:28 +0800 Message-ID: <20210118031634.934-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.176.220] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org I've solved all the errors that can be fixed this time. The rest will require more time and energy to analyze in depth. Zhen Lei (6): arm64: dts: hisilicon: separate each group of data in the property "ranges" arm64: dts: hisilicon: place clock-names "bus" before "core" arm64: dts: hisilicon: normalize the node name of the module thermal arm64: dts: hisilicon: normalize the node name of the localbus arm64: dts: hisilicon: avoid irrelevant nodes being mistakenly identified as PHY nodes arm64: dts: hisilicon: delete unused property smmu-cb-memtype arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 6 +++--- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 8 ++++---- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 8 ++++---- arch/arm64/boot/dts/hisilicon/hip05.dtsi | 2 +- arch/arm64/boot/dts/hisilicon/hip06.dtsi | 6 ++---- arch/arm64/boot/dts/hisilicon/hip07.dtsi | 9 ++------- 6 files changed, 16 insertions(+), 23 deletions(-) -- 1.8.3