From patchwork Mon Oct 12 06:12:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 317619 Delivered-To: patch@linaro.org Received: by 2002:a92:d603:0:0:0:0:0 with SMTP id w3csp4332476ilm; Sun, 11 Oct 2020 23:13:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwJWOYCowfvP374J9CrLrMSphjQMHroPcFMS+sw0/5tTnpF+jgPaRdq8JmNA2oG2Z7vn9gN X-Received: by 2002:a50:ccc4:: with SMTP id b4mr12233611edj.250.1602483186487; Sun, 11 Oct 2020 23:13:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602483186; cv=none; d=google.com; s=arc-20160816; b=CqTAnPg8Sx0gBJgrtmN0izEC5va1++1gJOyZ8mlUfvOWSuC/RMs2cquLiCPHuGauuA qiFggSExKzXhUxWbs4o+cl4xuwmLWfnPS65VZQt8MrEcOFIdWCZ0ZucQCOF+zaVCJ8eZ 0JZc9+WdCMtQYpU5f0tZ9+kByTb7qxNiCQRrME2EivG+Ea2m8urHnj5UXmY0sZd9oHeg bmcEfYFsDnYsgD9qRIfC92aGMYuqbibxtSU01mZOzrW5e4hThJTL/XQLYUXodMwxwdXr Vd6NMbYiarhcyxSURG+oPnycl+ha+BO8o0oAHbdpShgzEaCwFmZ3ISAb8tApSPyAYjbe 0tjw== 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=oTpkwLcvg2MslX3qIPvmxWLSSX3QL1BpCD70oo8wIJY=; b=fdTtQvRt40L5oz7mn89UPSsivsK8PnKQ4Zel9/FSfsw0HiP5iTX1P34DOM9w+abPl1 JqghG5aZD6WYTt3/a1MtqPfU9KIAo+RfBQh8ByEVx0NpExVCDxoTZHhOOK0b2PJMXnTj x0DuqPdDluvsH+yoqc8GBEeOyUG9Cbscuf57TH3lytnjy2ZhOR8kROK9jEggbAVdXdXI kXcH2pnF8KdtS50ZkpB8h5TARPy136hPly3/VtwthJEGdDst6tbCthYNqX1VzGj1UHSV +7uwUYhcg4mVOc///vvql2F1uqoZT2oWdc1Hc/YwmFCPG7yef3pgaOh4sN3fDdlsvkqk +SsA== 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 v22si11309995ejj.27.2020.10.11.23.13.06; Sun, 11 Oct 2020 23:13:06 -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 S1727389AbgJLGNE (ORCPT + 6 others); Mon, 12 Oct 2020 02:13:04 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:33584 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727260AbgJLGMv (ORCPT ); Mon, 12 Oct 2020 02:12:51 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id E812157BB096393EC4E3; 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:38 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH v2 06/10] ARM: dts: hisilicon: fix errors detected by synopsys-dw-mshc.yaml Date: Mon, 12 Oct 2020 14:12:21 +0800 Message-ID: <20201012061225.1597-7-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 Look at the clock-names schema defined in synopsys-dw-mshc.yaml: clock-names: items: - const: biu - const: ciu The "biu" needs to be placed before the "ciu". Signed-off-by: Zhen Lei --- arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.3 diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 8fdfde492919407..9a513893758bf89 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -423,7 +423,7 @@ interrupts = <0 35 4>; clocks = <&clock HIX5HD2_MMC_CIU_RST>, <&clock HIX5HD2_MMC_BIU_CLK>; - clock-names = "ciu", "biu"; + clock-names = "biu", "ciu"; }; sd: mmc@1820000 { @@ -432,7 +432,7 @@ interrupts = <0 34 4>; clocks = <&clock HIX5HD2_SD_CIU_RST>, <&clock HIX5HD2_SD_BIU_CLK>; - clock-names = "ciu","biu"; + clock-names = "biu", "ciu"; }; gmac0: ethernet@1840000 {