From patchwork Sat Oct 10 09:57:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 317593 Delivered-To: patch@linaro.org Received: by 2002:a92:d603:0:0:0:0:0 with SMTP id w3csp3101028ilm; Sat, 10 Oct 2020 05:15:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzeHdmjoGCd8sy+WyjbWu6nD+1UEic8Ri+1dRgtxs6UMM/TWTPUbCf2rQ4zY6OEIOk0m/33 X-Received: by 2002:a05:6402:2207:: with SMTP id cq7mr4268474edb.359.1602332121221; Sat, 10 Oct 2020 05:15:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602332121; cv=none; d=google.com; s=arc-20160816; b=MXbeymzULgUnmAPzZ8T1Y7RPOKoW/PVGAYiiMUa9mZ/ECg623HzW4Ea9h+h6HJ6WXZ rrIIKvOwkOo/ml7/skKfXy0SWCOa2fECP2Sw8CQRF6SzYw5Rb7Pm3gVqgkruuCvCIOMV 5BgQjaBY0LqmiksQHICmLN+MnYaorsNByblFdja2dItv4GlP2V9FC1mxTgDJXaeIZDBU DYvl1dOOUcBIiege89KErQbWI/f3sAlGPurKsHKft3aaCjVs3zJoflAwSv8WMYiua3FX l+F35Qo17AjPynGlGheNdXh0Z83F9B6DwShOa1p3ns/G6onZAqcG4+4vSf8ji7Upfykm +yqg== 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=lqwLpvYlKVM/z7WFPK1JDQiV5MwiSJ8Idw2odqFHiys=; b=d0C2bmo/T1f6pKxXzVNQEIUHGU4ndRwMjPXYF4kFHDdwr/tH2meus4xHb65wZdKVf+ yDpHTzjvy84SuA8ti1Jvz+E726b/nT1QuHliCtGFIZbc2tNOn8kkVndW4jo0m36lAs8W ++RmZ84Al+OVX4SleEKaY3VtPnAyVbqLiqZcqgyAySihjMA+TxNlzsHQq/YDkLUsmvw5 Cg6RyCJE3CucnmKm9pXe+RIKbnZnlJa5L5m18RECmYn2A1SalOFPiD4eBPsRD4bgk4mt vUZkKQMa5BVfWergCZg4w+wGI7fpTif7Fd7e8D7dPT6NOP8OgQfGakiMfyZlmgZ5v3T5 iu+Q== 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 c9si8375040edm.284.2020.10.10.05.15.20; Sat, 10 Oct 2020 05:15:21 -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 S1729613AbgJJL6x (ORCPT + 6 others); Sat, 10 Oct 2020 07:58:53 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:15261 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725978AbgJJKSQ (ORCPT ); Sat, 10 Oct 2020 06:18:16 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A52BF6AB31DADDDF63DE; Sat, 10 Oct 2020 17:57:46 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.134) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Sat, 10 Oct 2020 17:57:38 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH 08/10] ARM: dts: hisilicon: fix errors detected by syscon.yaml Date: Sat, 10 Oct 2020 17:57:07 +0800 Message-ID: <20201010095709.1340-9-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201010095709.1340-1-thunder.leizhen@huawei.com> References: <20201010095709.1340-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The DT binding for system controller is not allowed to contain only the compatible string "syscon", the Hisilicon peripheral subsystem controller should add compatible string "hisilicon,peri-subctrl". Otherwise, the error "compatible: ['syscon'] is too short" will be reported. Signed-off-by: Zhen Lei --- arch/arm/boot/dts/hisi-x5hd2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.3 diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 9a513893758bf89..97211385dc89cbf 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -468,7 +468,7 @@ }; peripheral_ctrl: syscon@a20000 { - compatible = "syscon"; + compatible = "hisilicon,peri-subctrl", "syscon"; reg = <0xa20000 0x1000>; };