From patchwork Sat Jun 29 11:34:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zoltan Herpai X-Patchwork-Id: 13716896 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 DF813C30653 for ; Sat, 29 Jun 2024 11:36: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=kkX+DAKOIl1JEyV68ATfA0z7cV1CUrNO62E+2YATylc=; b=xsH7plxpEGPKf0jgcZk3ipoMWC 8dMvLazTPlZejrUm3UFcdbN9E7esw3vc1PRaDp9iT8BdT4kqMlz3C8eCjyviILoJmk+WBTXw4hgGG hxhMHyo/pP1aFoy+VAlAM3yx6f1aWhS3eucfFQ+M+goA7TkLoEmDBXlUH7TTgKDdOONf2l0eqtm9t 3fwTB8lePgRw7VxJuZX1jXNP2NXdmyn3mAtlDUdsLMbMoOirTsaAnpqYgDlLCtqt+b7j+bqkPHogC CdlRmsRTfFuuenTtG2LaszeI5O0XVuQySCFqNGC3KupypzOdyODy4Sq3/EBOxGT//nDnYOS004GgL pMxnxsJw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sNWNJ-0000000GKu2-18eq; Sat, 29 Jun 2024 11:36:13 +0000 Received: from tunnel231050-pt.tunnel.tserv1.bud1.ipv6.he.net ([2001:470:1f1a:93::2] helo=trabant.uid0.hu) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sNWN0-0000000GKoV-3Pf1 for linux-arm-kernel@lists.infradead.org; Sat, 29 Jun 2024 11:35:56 +0000 Received: from wigyori by trabant.uid0.hu with local (Exim 4.92 #3 (Debian)) id 1sNWMh-000XYa-I1 from ; Sat, 29 Jun 2024 13:35:35 +0200 From: Zoltan HERPAI To: andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, krzk+dt@kernel.org, conor+dt@kernel.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wigyori@uid0.hu Subject: [PATCH 2/3] dt-bindings: marvell: typo fix in SoC name Date: Sat, 29 Jun 2024 13:34:49 +0200 Message-Id: <20240629113450.127561-2-wigyori@uid0.hu> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20240629113450.127561-1-wigyori@uid0.hu> References: <20240629113450.127561-1-wigyori@uid0.hu> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240629_043554_880632_11D43D7C X-CRM114-Status: GOOD ( 10.23 ) 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 Fix typo in the SoC name of Marvell Kirkwood. This change is in the description which shouldn't affect functionality. Signed-off-by: Zoltan HERPAI Reviewed-by: Andrew Lunn --- .../devicetree/bindings/arm/marvell/marvell,kirkwood.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/marvell/marvell,kirkwood.txt b/Documentation/devicetree/bindings/arm/marvell/marvell,kirkwood.txt index 4a70dd1b6b65..7edfaa0b0b73 100644 --- a/Documentation/devicetree/bindings/arm/marvell/marvell,kirkwood.txt +++ b/Documentation/devicetree/bindings/arm/marvell/marvell,kirkwood.txt @@ -1,7 +1,7 @@ Marvell Kirkwood SoC Family Device Tree Bindings ------------------------------------------------ -Boards with a SoC of the Marvell Kirkwook family, eg 88f6281 +Boards with a SoC of the Marvell Kirkwood family, eg 88f6281 * Required root node properties: compatible: must contain "marvell,kirkwood"