From patchwork Thu Jul 14 18:33:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 12918402 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 0F10EC43334 for ; Thu, 14 Jul 2022 18:35:53 +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:References:In-Reply-To: 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: List-Owner; bh=IG6viSEXN4G/EsdpYQfSI/3W4nB6RywaUbua0EHLyoE=; b=cxqy75FefoGd4P Bz4yTelT20YjJWA5PaSpi1f5fjHK6+9x2I+zXkJf1KamVQT3BA/ktVZzRtgM7QTfTg3eQ3bjmVXPJ 7pqUchMpVJtLBj+Nukm3EbPBq2LmoXVfrLbON6GXuMnzas07IaL+ux6gV/HlmKBw0poU60dhF93Qk 1iGGbhQEAl4fDMb+FPuN5MC6fIzjk52lmzDL1pKoWrUI3DfICoPxNj2C7w09yTuBIMrv955GIT5BC f4p6czRFs5ExiUx5H8glP2H5YfWeiPfs7infFOxSEJAYmGEaGoGAc2ySu54v+Peb4lF1W5ORQuzN8 krPk5ZlHNVrSGHQdol2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oC3f8-00HD3W-Ox; Thu, 14 Jul 2022 18:34:10 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oC3eq-00HCpp-As for linux-arm-kernel@lists.infradead.org; Thu, 14 Jul 2022 18:33:53 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E46DBB82873; Thu, 14 Jul 2022 18:33:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C914C34115; Thu, 14 Jul 2022 18:33:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657823627; bh=kbzF1kLHKSnjmvKzE1B04rfZDRLuGvWeaRxAyzu0zY0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OpbNPvNi1N8hCpC5GgBGYTvTPU6Lm3WkfK6pLW89aAdWMThYEDKINZDZpGdsPgIFE wiULGwDDM7UJQcstEWgI5y1LM6Vs8GaflDBkKNR904KqvsLqBKe3VRHlxnikcrChcu 0AHzDduDj3i5Kd4q68a4g/2Ix1FUT9I1Ngp5TJCMXZ3zQzQjUu9aQL7Z+ZnpsTaCrR U3HwsKmxdftw29NbenXlSt3YkXbzXPBfypNp6t4vQnCM9I87FYLcBBgWVpKxKt7VhX 7fTAwefWcK9+UC6PC9DdFrStWOlKnmnDBXXM6uUMIZmsGaq+AP9/lfHnLD52G1EYNc +LA8UtwBbsz9A== Received: by pali.im (Postfix) id BEF6812EF; Thu, 14 Jul 2022 20:33:44 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= To: Thierry Reding , =?utf-8?q?Uwe_Kleine-K=C3=B6n?= =?utf-8?q?ig?= , Lee Jones , Linus Walleij , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , =?utf-8?q?Marek_Be?= =?utf-8?q?h=C3=BAn?= Cc: linux-pwm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 2/4] doc: gpio-mvebu: Add information about Armada 38x and Armada 39x Date: Thu, 14 Jul 2022 20:33:26 +0200 Message-Id: <20220714183328.4137-2-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220714183328.4137-1-pali@kernel.org> References: <20220714115515.5748-1-pali@kernel.org> <20220714183328.4137-1-pali@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220714_113352_534144_71D9C41D X-CRM114-Status: GOOD ( 13.99 ) 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 Armada 38x and Armada 39x should use compatible string "marvel,armadaxp-gpio". Signed-off-by: Pali Rohár Acked-by: Rob Herring --- Documentation/devicetree/bindings/gpio/gpio-mvebu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt b/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt index 0fc6700ed800..3bc8f5caf328 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-mvebu.txt @@ -10,7 +10,7 @@ Required properties: should be used for the Discovery MV78200. "marvel,armadaxp-gpio" should be used for all Armada XP SoCs - (MV78230, MV78260, MV78460). + (MV78230, MV78260, MV78460), Armada 38x and Armada 39x. "marvell,armada-8k-gpio" should be used for the Armada 7K and 8K SoCs (either from AP or CP), see