From patchwork Wed Apr 20 19:42:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 12820740 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 531F9C433EF for ; Wed, 20 Apr 2022 19:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=qEoKh6nmjOkZREayIf9NVDRx2tSoQigahIvUeR/Y9Fs=; b=RlTAGEi4bfe2ow RF0lS75gEh19KxexN7ERNLxGsof79GOBcAYcVPC5/2yD3N6tVYF6OGJTS4MxYZVyB9bGZWgGqNKZ9 QGNR56IJ6Mr5NgEWvHc6I6pOLqW6mQ7dQHlGeNXtowUFFllnGQ9J8dfu+wsCGUSP3EJ0mfqg+rXGy Mnp/1rh0RozNNNQknxfA0gOBf/ASEZ1n6u5ibUZl3ifl6JDdY0sXrrTSowQ9uuUUrCT+7qqra0i+p 7HRXfDwaEvkd0pa9poslor7cB1ZJnMtuaMRvBTZCbw3UhWHXurH+4zHKilBlIGnFuzDCO3iI82axX rpsYNm2jzpsvPzs147nA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhGDt-00AEWp-1c; Wed, 20 Apr 2022 19:42:45 +0000 Received: from ssl.serverraum.org ([176.9.125.105]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhGDp-00AEVc-Cu for linux-arm-kernel@lists.infradead.org; Wed, 20 Apr 2022 19:42:42 +0000 Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id D1D9222249; Wed, 20 Apr 2022 21:42:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1650483757; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=CcKMlvsJ2zGYREfNKDk44FnRPa9PCrsCRIPcLBzTzlI=; b=Uxo9gF6+auz49tDakvZ3xsJZBlZCz2yWEietwfl7IoCk0/8/4DLEeJ6J6hPWCgskCldRMx yH8d+kaiSzKqWkTmc9y4GmirJi/Z0HC5aMWpebWjEiYpeJBUq0PqHU7XBG50CKO7MJgVdQ 5YEvkDApgSea2veP1tenY6QkG/fq7Lc= From: Michael Walle To: Nicolas Ferre , Alexandre Belloni , Claudiu Beznea Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Michael Walle Subject: [PATCH] ARM: dts: lan966x: rename pinctrl nodes Date: Wed, 20 Apr 2022 21:42:30 +0200 Message-Id: <20220420194230.3415663-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_124241_610147_B1475136 X-CRM114-Status: GOOD ( 11.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The pinctrl device tree binding will be converted to YAML format. Rename the pin nodes so they end with "-pins" to match the schema. Signed-off-by: Michael Walle --- The YAML conversion patch is alread in https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel arch/arm/boot/dts/lan966x-pcb8291.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/lan966x-pcb8291.dts b/arch/arm/boot/dts/lan966x-pcb8291.dts index 3281af90ac6d..3c7e3a7d6f14 100644 --- a/arch/arm/boot/dts/lan966x-pcb8291.dts +++ b/arch/arm/boot/dts/lan966x-pcb8291.dts @@ -35,7 +35,7 @@ fc3_b_pins: fcb3-spi-pins { function = "fc3_b"; }; - can0_b_pins: can0_b_pins { + can0_b_pins: can0-b-pins { /* RX, TX */ pins = "GPIO_35", "GPIO_36"; function = "can0_b";