Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp3983815pxu; Mon, 12 Oct 2020 06:38:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx6X9M/bZqiXUct7SVhSrcZBSw/zOv+h0VnWmFeibUEczKstsd4FuBY8+8LxdqCyDR5Y7KJ X-Received: by 2002:a17:906:11d3:: with SMTP id o19mr25496096eja.287.1602509917285; Mon, 12 Oct 2020 06:38:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602509917; cv=none; d=google.com; s=arc-20160816; b=1LX3g5LZtCvraE48HkZm1sjmHWxe34xtMeFDFbuzfyTBC5+KE5wsglovupMOchzlFF RDC6PlROCwPEnYqkZJhU1HkwmJz4oZmYnPhB+tb76B1lJbjPaQqk13EcVRmlzMA9yaAQ l6ehH9jAeqlRJafmm9gSHxqz3JIlP6MYoIsZmV8OSLuFfJWETZGTNaMxUMuMx7YW94J0 0ZW1fVHyoIPpxZgWOl5dhmodx1w34Y/OjWPhofb9/ZOHgyI50BeHt7tIqfD4DeJEsHUG bHtAER5hr9tErUWEKmTDsKHVP7txADugTDBM08loUP7ECuWPfeFpe3ZQ16V0TWf9Ztme 6KQA== 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=SuQPkPRTt3g766sORTWY/YChVsUCqcRF0nzkiIFGSPA=; b=qBge+jcXijtJk/Bcg5gunGetvcGRTqhCMqygce2Hgt+H90Tm7g56RIMZ+37qefcA6l QkzmaVdlGHpRiAsBe1+GhL8wC0gMMFWHtn8MZbFAwsKqRqt77iPc6AHO9Q41VkXBhLmi dJ3ZezRV+Si3Lifb8B7hdnuK0biKCNJ6BvHkOvakj3dZg4Ppl6oDEocy2rhJcYxFOFRT vrDRY/oxHc0D0H+1zYRtMMqsYsnJxJMMt6sk2Ux7Zzv3aBYOGCFy8P63Qrd47JIhA/RY Ns6BS1b4+knT2vs+ZtLA+nbWjhke/0iALWy456DjYwcyGE74whc35ihW8Lpw4tsarWJX djYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-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 ss5si11579516ejb.737.2020.10.12.06.38.13; Mon, 12 Oct 2020 06:38:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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 linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388953AbgJLNTv (ORCPT + 99 others); Mon, 12 Oct 2020 09:19:51 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:56918 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388895AbgJLNTh (ORCPT ); Mon, 12 Oct 2020 09:19:37 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A4E65BB5CE359F09560D; Mon, 12 Oct 2020 21:19:35 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.134) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Mon, 12 Oct 2020 21:19:25 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH 04/11] arm64: dts: hisilicon: remove unused property pinctrl-names Date: Mon, 12 Oct 2020 21:17:32 +0800 Message-ID: <20201012131739.1655-5-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20201012131739.1655-1-thunder.leizhen@huawei.com> References: <20201012131739.1655-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org uart1 and uart5 are not used as pinctrl, so the property "pinctrl-names" can be deleted. In fact, the property "pinctrl-names" depends on the property "pinctrl-0". So the errors similar to the following will be reported by pinctrl-consumer.yaml. serial@fdf00000: 'pinctrl-0' is a dependency of 'pinctrl-names' Signed-off-by: Zhen Lei --- arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi index 668977d1acba94c..85b0dfb35d6d396 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi @@ -213,7 +213,6 @@ clocks = <&crg_ctrl HI3670_CLK_GATE_UART1>, <&crg_ctrl HI3670_PCLK>; clock-names = "uartclk", "apb_pclk"; - pinctrl-names = "default"; status = "disabled"; }; @@ -260,7 +259,6 @@ clocks = <&crg_ctrl HI3670_CLK_GATE_UART5>, <&crg_ctrl HI3670_PCLK>; clock-names = "uartclk", "apb_pclk"; - pinctrl-names = "default"; status = "disabled"; }; -- 1.8.3