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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 810EFC77B70 for ; Wed, 12 Apr 2023 02:58:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229658AbjDLC6T (ORCPT ); Tue, 11 Apr 2023 22:58:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229656AbjDLC6Q (ORCPT ); Tue, 11 Apr 2023 22:58:16 -0400 Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61F5E4C12; Tue, 11 Apr 2023 19:58:13 -0700 (PDT) Received: by mail-oi1-x235.google.com with SMTP id ec6so106889oib.8; Tue, 11 Apr 2023 19:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1681268292; x=1683860292; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YXm4p7yaMiNVUhho/kMZq4dDKz/JyVJh9U5+nL1pDFc=; b=f53rxXOXi1HJKKrIwKKRru/2JLbrbpxthT6U0UOPxC8Tp3t0t8d0wLxSZ7SFE2BeFM 9d3MajQ8TXkWI5UCcBk2spAjAoOg739ufPUM66g7rLjgWr6P/emJ4bP9ajK+JKlzMff1 DVTP73N63L00oMgGtc1aMzpmvWPWJBOXxG1BzkNaj1xFXAkzmcdtQRx7NSBanV4CbJta lv7qM+OvVPWTrm8mYL6j7m3SZGOcKJZSiYawFvwjGb3jITuppb8x5h9sLPjWr1oGZ+aF r1bOaByTWI0ZzAHVcrMGFTe+U1x5ZI5dyRC2sMCXyzqM0mkHHkUgTaeUv3df4r5ibK3r lweg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681268292; x=1683860292; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YXm4p7yaMiNVUhho/kMZq4dDKz/JyVJh9U5+nL1pDFc=; b=DsROpvjHMT88WCISgkF2wnVGmaxdd9V024Lt9osm/qjBiAL4WFUXVJjmh/JmILoyMv RaiQ6JRufLmTmIf2xRjcUeZt0qDD6FrAqEAJ9/XSw0zDtv5vt0aj3llJPsCIeSwQngln p6vilqU03fqkdJfubk5j3LyLmtd7NVAA8/H6QnEiIf9anI1t3uN63ApghNRVruPNajKm 7BX69FMoL260O1nGXITruZxIhpDz0yVIXkKUm6SxplJOu6Pg4oGGpXu0guuFOX0aBIaX 7ScoPR59keIaZO2fEF+wUILMNhoHE9P7P6AD2lLP/bUiAUd04BhW3FF/Hl3JXaI4n/4x CWsQ== X-Gm-Message-State: AAQBX9eSN5BT7TUc8gc3qUe//ZDUqROpPyLeB3jRbrRaWs6AfIOmtHTO HEVMTxbVkFl8kWSm2Fxf/Gc= X-Google-Smtp-Source: AKy350aoVCsAwa+QgdiP3fZ5X6vuACk5DBXFp8Ir8jv2VyLGzIw3Y9i12MARjc4j1IpTC8oukuvJMQ== X-Received: by 2002:a05:6808:11cc:b0:378:2df5:49f5 with SMTP id p12-20020a05680811cc00b003782df549f5mr5013826oiv.2.1681268292482; Tue, 11 Apr 2023 19:58:12 -0700 (PDT) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id b124-20020aca3482000000b0038bc0cb5d52sm3013293oia.9.2023.04.11.19.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Apr 2023 19:58:12 -0700 (PDT) From: Tony Dinh To: Andrew Lunn , Gregory Clement , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Tony Dinh , Krzysztof Kozlowski , Rob Herring , Sebastian Hesselbarth , linux-kernel@vger.kernel.org Subject: [PATCH v2 1/2] ARM: dts: mvebu: Add device tree binding for Marvell Armada 38x Date: Tue, 11 Apr 2023 19:57:35 -0700 Message-Id: <20230412025737.20280-2-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230412025737.20280-1-mibodhi@gmail.com> References: <20230412025737.20280-1-mibodhi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add device tree binding for Marvell Armada 38x. Signed-off-by: Tony Dinh --- Changes in v2: - Add marvell,38x.yaml. For now, add this binding to the Marvell directory to keep it consistent with other Marvell yaml files. At a later date and a separate patch, consolidate the Marvell yaml files into marvell.yaml. .../bindings/arm/marvell/armada-38x.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml new file mode 100644 index 000000000000..096bd46d932a --- /dev/null +++ b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/marvell/marvell,38x.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Marvell Armada 38x Platforms + +maintainers: + - Gregory CLEMENT + - Andrew Lunn + +properties: + $nodename: + const: '/' + compatible: + oneOf: + + - description: Armada 380 SoC + items: + - const: marvell,armada380 + + - description: Armada 385 SoC + items: + - const: marvell,armada385 + +additionalProperties: true -- 2.30.2 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 886AFC77B70 for ; Wed, 12 Apr 2023 02:59:01 +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=NBvgwX5y5jwDyUlvtAF6WNSWCppJURBzUEaf1b63omU=; b=lV9ctIcZiUQVyT oJaSVdptQima9PuKb0H9k0OC3BF5gZS267c/97zGVDORN3R1OINcX78qw1YvrDDENcViMgpEquU16 8ZXwIndok+dXbCQZY8qtUlLcrLT1NrtZ94Fdi8E7gSCnBLZPRpGwJiEPaLqK8+kIgCmReBrcmLg6B HsvLhOETlXJi2aC6IkildaTFwhX49LXW2hkBHcPkcjKdCn10ed6B6uRKFl24MOCHs61R1ZxA25ouA NiSrT1yOJtFhzMPxP8b0gKoY/UIcGVcfdXhtPx5K5zQa6lhJ0guSyjtGpMVZyhpHGIuLEbTxFCUOX MRSUNgLHnVktMe3dOf0Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmQgb-001f2f-0j; Wed, 12 Apr 2023 02:58:17 +0000 Received: from mail-oi1-x232.google.com ([2607:f8b0:4864:20::232]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmQgY-001f1K-1E for linux-arm-kernel@lists.infradead.org; Wed, 12 Apr 2023 02:58:15 +0000 Received: by mail-oi1-x232.google.com with SMTP id f14so25212252oiw.10 for ; Tue, 11 Apr 2023 19:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1681268292; x=1683860292; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=YXm4p7yaMiNVUhho/kMZq4dDKz/JyVJh9U5+nL1pDFc=; b=f53rxXOXi1HJKKrIwKKRru/2JLbrbpxthT6U0UOPxC8Tp3t0t8d0wLxSZ7SFE2BeFM 9d3MajQ8TXkWI5UCcBk2spAjAoOg739ufPUM66g7rLjgWr6P/emJ4bP9ajK+JKlzMff1 DVTP73N63L00oMgGtc1aMzpmvWPWJBOXxG1BzkNaj1xFXAkzmcdtQRx7NSBanV4CbJta lv7qM+OvVPWTrm8mYL6j7m3SZGOcKJZSiYawFvwjGb3jITuppb8x5h9sLPjWr1oGZ+aF r1bOaByTWI0ZzAHVcrMGFTe+U1x5ZI5dyRC2sMCXyzqM0mkHHkUgTaeUv3df4r5ibK3r lweg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681268292; x=1683860292; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YXm4p7yaMiNVUhho/kMZq4dDKz/JyVJh9U5+nL1pDFc=; b=f5ajmJAz2k47EGcjx8tln2aMwpzCuWlMtXBh0+l8PBTpoUGUqKqINu5HmqV9pgAlLz 9W3xnMwhK8BpXl+5F6g3o4APvj6JcXhFAo4X01IqO2nzMaCmxKWKtKnKcaPXb80cdghF oTy3tFf2mEdyilBo9WMit1LdipSsO/Zb/k0NkWoSpGt1acfDfDiVVzfK6gQcgl+QzlS1 b68RtPnoMriNKt/d37zSoo82ko60RFt48ckypTgWMpeL1Vmk2eMTNAz0kz/TxDoYhprg 6Vfxpj/QCMsKo+w117EcbgQX0Kn2ARKQt/QRklHb5rc1R2DXcQWh3lVJsZEwUfbZ5SkY HRgw== X-Gm-Message-State: AAQBX9fz6E5HAny6U9tUUrRMgxEEGtILay/JQlAEY6x1LIgElV37KUaU jGQ58RtsqdXyGlPGwZpgPuw= X-Google-Smtp-Source: AKy350aoVCsAwa+QgdiP3fZ5X6vuACk5DBXFp8Ir8jv2VyLGzIw3Y9i12MARjc4j1IpTC8oukuvJMQ== X-Received: by 2002:a05:6808:11cc:b0:378:2df5:49f5 with SMTP id p12-20020a05680811cc00b003782df549f5mr5013826oiv.2.1681268292482; Tue, 11 Apr 2023 19:58:12 -0700 (PDT) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id b124-20020aca3482000000b0038bc0cb5d52sm3013293oia.9.2023.04.11.19.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Apr 2023 19:58:12 -0700 (PDT) From: Tony Dinh To: Andrew Lunn , Gregory Clement , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Tony Dinh , Krzysztof Kozlowski , Rob Herring , Sebastian Hesselbarth , linux-kernel@vger.kernel.org Subject: [PATCH v2 1/2] ARM: dts: mvebu: Add device tree binding for Marvell Armada 38x Date: Tue, 11 Apr 2023 19:57:35 -0700 Message-Id: <20230412025737.20280-2-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230412025737.20280-1-mibodhi@gmail.com> References: <20230412025737.20280-1-mibodhi@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230411_195814_420356_DBD902D4 X-CRM114-Status: GOOD ( 15.44 ) 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 Add device tree binding for Marvell Armada 38x. Signed-off-by: Tony Dinh --- Changes in v2: - Add marvell,38x.yaml. For now, add this binding to the Marvell directory to keep it consistent with other Marvell yaml files. At a later date and a separate patch, consolidate the Marvell yaml files into marvell.yaml. .../bindings/arm/marvell/armada-38x.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml new file mode 100644 index 000000000000..096bd46d932a --- /dev/null +++ b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/marvell/marvell,38x.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Marvell Armada 38x Platforms + +maintainers: + - Gregory CLEMENT + - Andrew Lunn + +properties: + $nodename: + const: '/' + compatible: + oneOf: + + - description: Armada 380 SoC + items: + - const: marvell,armada380 + + - description: Armada 385 SoC + items: + - const: marvell,armada385 + +additionalProperties: true -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel