From mboxrd@z Thu Jan 1 00:00:00 1970 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 0F1D8EE3F39 for ; Tue, 12 Sep 2023 22:53:21 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=G93yEVcmuKXktN67qHAFBQFn3FuYdF+wTWI9oE4wwPM=; b=n3Z1u6ohzbksjF xjcdddjKJC3VHiHGC5NCMvHF+GwnAElLtXx95oV7tTKifv7ROCITtxaLMmJuL0L6FTWAVQozXXeSW 6O2ncQKwgAbBgnDubRelMgIhaf+1FtL6P5TMx2QuqV6mQb+VeNtsDFOQRbAJVf8RQeZk/CNiqKj1V GjLTPrlKy1ptErjyu/ovBcQpkgF+dwSY5nIpU3tGvJC5a3Ulej0P9F0IEIf1WwwUEjy0X5GdKoF/M XBpPM+Uan1CZTs8w0PnukBxCyXEDJ41k6mdMaVuHMc2F7M/xsnyIXI6vrltJKzQyGM//75ytYACrF lMUr2C0dFj5BbjXFejkw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qgCFX-004EYN-0L; Tue, 12 Sep 2023 22:52:51 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qgCFU-004EXm-1u for linux-arm-kernel@lists.infradead.org; Tue, 12 Sep 2023 22:52:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=4wV3+Ar5zGASt+xy1OWKP3yLmI4kNWQG0D12Wz808+o=; b=0hfhlp43bauXFbOgtra0mOctIE agRwLL58JRi/IvGki5VcucySiZFvRhYNOwqHhMPBGPLIndP7VJYdZXFEPPN3oNiYRmA+oehZBdTig KAb8jjIOkeDTTaEEB1utuPp6XyNES6gBK7zgpq2Amly54UKlzUW9p8MwQ3aZvXEDIZyQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qgCFC-006GXN-R4; Wed, 13 Sep 2023 00:52:30 +0200 Date: Wed, 13 Sep 2023 00:52:30 +0200 From: Andrew Lunn To: Chris Packham Cc: gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, kostap@marvell.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins Message-ID: <0fd181d3-de5e-4e56-8176-faeb59a75fdb@lunn.ch> References: <20230820225126.561304-1-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230820225126.561304-1-chris.packham@alliedtelesis.co.nz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230912_155248_650461_B22772B9 X-CRM114-Status: UNSURE ( 9.91 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 21, 2023 at 10:51:25AM +1200, Chris Packham wrote: > Both the CN9130-CRB and CN9130-DB use the SPI1 interface but had the > pinctrl node labelled as "cp0_spi0_pins". Use the label "cp0_spi1_pins" > and update the node name to "cp0-spi-pins-1" to avoid confusion with the > pinctrl options for SPI0. > > Fixes: 4c43a41e5b8c ("arm64: dts: cn913x: add device trees for topology B boards") > Fixes: 5c0ee54723f3 ("arm64: dts: add support for Marvell cn9130-crb platform") > Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel