From patchwork Sun Sep 27 06:21:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 313579 Delivered-To: patch@linaro.org Received: by 2002:a92:5ad1:0:0:0:0:0 with SMTP id b78csp2397862ilg; Sat, 26 Sep 2020 23:27:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyGn5BsR2bPH1kJq+33oGkTsUo3O912ScMtxNMpzL1Jfv1vFcnsQkvps8ykqN1jRwC/MLlO X-Received: by 2002:a17:906:178d:: with SMTP id t13mr10538200eje.410.1601188023142; Sat, 26 Sep 2020 23:27:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601188023; cv=none; d=google.com; s=arc-20160816; b=U80iJ3FpMrDg+XFtHdhreLH2fAsyoCWLAWekIi4BHGtjTV/FZ7Zpr1P6GGF9SN+mXf l1ADltMA5uOiCDEj8J5MrAo6vIvuL+hCjjEBon73MLvqhQNi9vS1dCEVD1yQC8mQQupp vUQ/TgwR8xQaJRf27P6nllXXxCGLlFymtN3NUCxowqmSIBmtj+IHZNTPgUd4PEzEIkMe GOQjMllVZNG17TWNOEG/cOm9RTR58hcq8vylRK7237uk7jdvW/S/H/xYsxhYSjBZ+Ihc D+3JPc8MAyQ124BVFrfEjuJ+VADUE0CfApU0CjFYUWLHHUrkMPGlnA6uSqtVSidlYLgd RpIg== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Ry5EA63CCDQ2v+szzk3KRHtXsegcL8HDbeYvZF90KwM=; b=Z7FGNk2Y4B4X1umUb7N8+I5HK+Rm5Cq+XyUxYFl4oYgsofBeNwUFxY3SlxbWE4Mr7W zJ0/HC9DMJsinErZSW8rojThk6NCeHVwkU6079JZbEEDeCb8adbHZEqarE2a27NV7nKj NfLR7Br9H6J1HG/Y+XN+ahg9+JXhu/teGwd1G7VX824EimNpL7RQ8MEZ5nSIfFrsgvKP LMNDPoNd24j/LijxAh2UVbhXhfJ0Sltnw3Qp5T25SuLqqdzxpXOen40tV8o1rewFsRwb t0GUc3wwd4L/koG+NLws+acNSz0SyqUR6jzjQBGWAIJ5BxpSA4+PCUEZJwwanLKphxdm bGYQ== 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 q6si5583044edw.446.2020.09.26.23.27.03; Sat, 26 Sep 2020 23:27:03 -0700 (PDT) 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 S1730375AbgI0G04 (ORCPT + 6 others); Sun, 27 Sep 2020 02:26:56 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14288 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729740AbgI0G0y (ORCPT ); Sun, 27 Sep 2020 02:26:54 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id AA2E3BD38244D8610FE3; Sun, 27 Sep 2020 14:26:52 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.253) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Sun, 27 Sep 2020 14:26:41 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei , Libin , Kefeng Wang Subject: [PATCH v3 01/21] ARM: dts: remove a unused compatible name in hip01-ca9x2.dts Date: Sun, 27 Sep 2020 14:21:09 +0800 Message-ID: <20200927062129.4573-2-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20200927062129.4573-1-thunder.leizhen@huawei.com> References: <20200927062129.4573-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The compatible name "hisilicon,hip01" does not exist in any C file, and it is not mentioned in the description file "hisilicon.txt". Delete it. Fixes: 56a9c909d88a ("ARM: dts: Add hip01-ca9x2 dts file") Signed-off-by: Zhen Lei --- arch/arm/boot/dts/hip01-ca9x2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.3 diff --git a/arch/arm/boot/dts/hip01-ca9x2.dts b/arch/arm/boot/dts/hip01-ca9x2.dts index f05e74eacfe0bf2..936acb301c55a10 100644 --- a/arch/arm/boot/dts/hip01-ca9x2.dts +++ b/arch/arm/boot/dts/hip01-ca9x2.dts @@ -17,7 +17,7 @@ / { model = "Hisilicon HIP01 Development Board"; - compatible = "hisilicon,hip01-ca9x2", "hisilicon,hip01"; + compatible = "hisilicon,hip01-ca9x2"; cpus { #address-cells = <1>;