From patchwork Mon Oct 12 06:12:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 317617 Delivered-To: patch@linaro.org Received: by 2002:a92:d603:0:0:0:0:0 with SMTP id w3csp4332426ilm; Sun, 11 Oct 2020 23:12:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJydIkwN++ENKtDfCz8HetDrIZV9hJ1y8GffEOvUy+zftSQmMsnvGTz0RO7YKxHR0FchvwZq X-Received: by 2002:a17:906:7e0e:: with SMTP id e14mr26234194ejr.238.1602483179339; Sun, 11 Oct 2020 23:12:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602483179; cv=none; d=google.com; s=arc-20160816; b=KUxyCu4hWFjWeCKq2bll89eQpN130jen7OnPmD+tjOWy2qLQEtPgrPjqAst12el9HW IuHavauJEZmfiumWJZfOig5ivGfPUyDVstPHpPwLfdg79rcJbfGU+qn0sOO8NlULYEFI d8z9p1Y9KLZJ0IzFnCvMcF0Rali4BX5/ZNwPGsCnP4VkN7EdHa3dOO3zee1yiQHqCYDW dga0e4BBQGYPeEwtTLzQ0lIm6t8enoYMndKJVHPquDP/UvlvU6MQLMShjEZm2WG9dkLv NpwhGkXBa/O0ohOA2XrPMrDT/YGhcOKxrcGLVOjSkomj9HUJxY0gBrTw5ogLO6+wsaUu mkoA== 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=1GTwTVF6KfVRrVlCYpiM0+I82bKx3hZB9znM2/z0vV3RluIU9IOn6Lx+iC3+H9n5v1 FvUMTxEVdGTlowQaKtek8n1M4Jkd/t0SGHx4f62MFzMRu9EGWbqmqRcd4Ecdl/RcoHXD YNMTZSHEkx9SzVK8fo4OZJVHxJpd97xGwQO4kDwOfxz1VqK0RfU+9lJRjKoZ7GcSEgJf O/0kTPV6NzYDRmkYxa+Pa3Hf91vxpv4u5C9qs5so2BeJNNpd2Ajxg637AUfNKPSaEAxK huNVPSJs2zdpy79eXX6+RPxNV2VxIC8p+xAl/tq+icyoo1sXXrzwGIncjCrAXydmuFP7 q2VA== 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 b15si11856375ejq.260.2020.10.11.23.12.59; Sun, 11 Oct 2020 23:12:59 -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 S1727243AbgJLGMs (ORCPT + 6 others); Mon, 12 Oct 2020 02:12:48 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:33560 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727202AbgJLGMs (ORCPT ); Mon, 12 Oct 2020 02:12:48 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id B3D7CDA4379E819F3AD6; 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:39 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH v2 08/10] ARM: dts: hisilicon: fix errors detected by syscon.yaml Date: Mon, 12 Oct 2020 14:12:23 +0800 Message-ID: <20201012061225.1597-9-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201012061225.1597-1-thunder.leizhen@huawei.com> References: <20201012061225.1597-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>; };