From patchwork Wed Jul 13 20:01:23 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: 590134 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 790BCC43334 for ; Wed, 13 Jul 2022 20:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236986AbiGMUBy (ORCPT ); Wed, 13 Jul 2022 16:01:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231772AbiGMUBx (ORCPT ); Wed, 13 Jul 2022 16:01:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DD2930558; Wed, 13 Jul 2022 13:01:52 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id DC1F861E32; Wed, 13 Jul 2022 20:01:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20D95C34114; Wed, 13 Jul 2022 20:01:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657742511; bh=F2E5dTQrZQzujB+fPdwCFv/cDpnr/di8xaRzs4Sanec=; h=From:To:Cc:Subject:Date:From; b=njfILizSPShD5KwRKjs9jYbdTfQG5oNFVfF6vVIRTnYUjDj3l7JGdIPfObdXJ314x JAHJrvD+g4iUCQ1ijJ4124KrQWTEoea2JSsDV9K4CAcouVCWdJY+ig+LJSsU1ytw8Q eW/KtF4upgoC1bCBoalGZ7en9AmQ86A6tbFX9Ing8wbQEllwK1RwHu9mztEwKtZ7Lq p7FqEzoQmjZOQG/yYHKmjOfYl22sT88woGSlh6aePLVBq9pqK5iWMLRX6EUzqFcRho V8XvhYqVxBLaFSiBYNtAAS8yRQXocKHfmkrgJk9W+juC/7JsNNYJhCl/72reMfXT9y 9hGFhCGiGBLcA== Received: by pali.im (Postfix) id 302519D9; Wed, 13 Jul 2022 22:01:48 +0200 (CEST) From: =?utf-8?q?Pali_Roh=C3=A1r?= To: Krzysztof Kozlowski , Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: marvell: Update Armada 37xx platform bindings Date: Wed, 13 Jul 2022 22:01:23 +0200 Message-Id: <20220713200123.22612-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Distinguish between Armada 3700 family, Armada 3710 SoC and Armada 3720 SoC. Armada 3720 DB is name of the board with Armada 3720 SoC, so correctly indicate SoC in example. Signed-off-by: Pali Rohár --- .../devicetree/bindings/arm/marvell/armada-37xx.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt index f6d6642d81c0..d2ca008de266 100644 --- a/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt +++ b/Documentation/devicetree/bindings/arm/marvell/armada-37xx.txt @@ -4,6 +4,11 @@ Marvell Armada 37xx Platforms Device Tree Bindings Boards using a SoC of the Marvell Armada 37xx family must carry the following root node property: + - compatible: must contain "marvell,armada3700" + +In addition, boards using the Marvell Armada 3710 SoC shall have the +following property before the previous one: + - compatible: must contain "marvell,armada3710" In addition, boards using the Marvell Armada 3720 SoC shall have the @@ -13,7 +18,7 @@ following property before the previous one: Example: -compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710"; +compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3700"; Power management