From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1E04581B for ; Sat, 2 Jul 2022 04:24:50 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id AEE0D5C01C4; Sat, 2 Jul 2022 00:24:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 02 Jul 2022 00:24:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sholland.org; h= cc:cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm3; t=1656735889; x=1656822289; bh=FUs7rY0ijqZHdaCKY9CAeZqO4 IX8cpBDkKx0ctlACpk=; b=gRwhEwFVRGjU8ArhtMFEY/kTsiGCdYof0tv2cILq6 46gybqs08hqWZ3MV8em1CyTAZVVN2L2u4/tc1Upifi8Sgs3ikZ0/NioGw4ZCE2Vw 9ytHju6mBbohE2tSboBROAx/AQfPyt4kseSuaIQV4O8GAqGZ/Q8DhVekb672im1z Jm4YjUrdwJNqQE2gDLs5woQz2PBG3WtwZ4RlBA7uveKpp6aF3m8IFbDmSgC2pl9c QcKVco4B4xwMs0rMx8xcXo3XnWlvbf7Ib0n5qYgD6LwkPpsyUh58E4M6kox0SsIa Vsh9hwfb2D1Wdtk35EFMVGeef0oZmYLAhZauIW5hkBpLw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1656735889; x=1656822289; bh=FUs7rY0ijqZHdaCKY9CAeZqO4IX8cpBDkKx 0ctlACpk=; b=Ff8OC7IQw+fgsHP/Fjh5WFf1knPf13awskdA0Jujkab7eX6S66k SoWq9yvwwJLQeoMp58NrUDd5qTsH0BQQs2ow0j2J4rJlXvLi6wMP92+2wwGZR/i2 vW4QxK9ZVFT9hndtZjx5XbilcI7PJGNL2lO8fkogqWTT+EkFfVDa34zjPpmOjRhX xvA5QOxTzXfFionjAIbubV1mx3kqV4DLE3lrIiaBC411xIsP0pavdkvuJfWgVX7T UGmrnL2HWuPvct+NsIBNXz7TQhzaLLkSzfqteOJ2S/7lEZ1ZkgcacTUXZ70DQc3z V3R0V0I/IZjL3dq63HJePtwLNaWToPLs2Ng== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudehgedgkeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomhepufgrmhhuvghl ucfjohhllhgrnhguuceoshgrmhhuvghlsehshhholhhlrghnugdrohhrgheqnecuggftrf grthhtvghrnhepkeevlefhjeeuleeltedvjedvfeefteegleehueejffehgffffeekhefh hfekkeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epshgrmhhuvghlsehshhholhhlrghnugdrohhrgh X-ME-Proxy: Feedback-ID: i0ad843c9:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 2 Jul 2022 00:24:48 -0400 (EDT) From: Samuel Holland To: Chen-Yu Tsai , Jernej Skrabec Cc: Samuel Holland , Chanwoo Choi , Krzysztof Kozlowski , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [PATCH 1/2] dt-bindings: arm: sunxi: Default to the full MBUS binding Date: Fri, 1 Jul 2022 23:24:46 -0500 Message-Id: <20220702042447.26734-1-samuel@sholland.org> X-Mailer: git-send-email 2.35.1 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Some older SoCs use a deprecated MBUS binding with some clocks missing. Currently, new SoCs must opt in to the complete binding. This should be the default, so new SoCs do not accidentally use the deprecated version. Signed-off-by: Samuel Holland --- .../arm/sunxi/allwinner,sun4i-a10-mbus.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml b/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml index 8eee312c2e6f..2b018feb56df 100644 --- a/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml @@ -81,13 +81,13 @@ required: - dma-ranges if: - properties: - compatible: - contains: - enum: - - allwinner,sun8i-h3-mbus - - allwinner,sun50i-a64-mbus - - allwinner,sun50i-h5-mbus + not: + properties: + compatible: + contains: + enum: + - allwinner,sun5i-a13-mbus + - allwinner,sun8i-r40-mbus then: properties: -- 2.35.1 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 41533CCA47B for ; Sat, 2 Jul 2022 04:26:31 +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: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:In-Reply-To:References: List-Owner; bh=i3Kt/v0WMZyhogT3dK0UZEcUp0UtBI2ptRo2+RFtBhE=; b=yI4Bc+uMbvdRPy 2xaHhPlvbn84OVlwzm9FYfdQ8F6BTKhBWKg9zyrmE/wSsHWlFcHySfPdWLULInosAPrBQWX9GKa0v ctlTi+CXTXSCekqyOPB7GQk0za/fNy1bstrWLguCUQwj5CAwYEO0yphmebRIWXqD2cfN0NtgNoqOK /eXvbe0vTbd016XZ9zVzr7BASIqAvFoXEfirH4jxLrFjtq6dGmkCtEjEDs0kV7u0YR8Szr/y5xtcj AZQLmdi/cACeiQubzRe0d7rB1CVsUo2uVyHE4ZEO0NCJOu5I7UJFcOMhO1Yrf0gP/KkGG47vL4YWR hQH0/EuDy0CIEm2Y/Sew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Ugu-0085BS-HB; Sat, 02 Jul 2022 04:25:08 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Ugg-00858D-Q3 for linux-arm-kernel@lists.infradead.org; Sat, 02 Jul 2022 04:24:56 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id AEE0D5C01C4; Sat, 2 Jul 2022 00:24:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 02 Jul 2022 00:24:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sholland.org; h= cc:cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm3; t=1656735889; x=1656822289; bh=FUs7rY0ijqZHdaCKY9CAeZqO4 IX8cpBDkKx0ctlACpk=; b=gRwhEwFVRGjU8ArhtMFEY/kTsiGCdYof0tv2cILq6 46gybqs08hqWZ3MV8em1CyTAZVVN2L2u4/tc1Upifi8Sgs3ikZ0/NioGw4ZCE2Vw 9ytHju6mBbohE2tSboBROAx/AQfPyt4kseSuaIQV4O8GAqGZ/Q8DhVekb672im1z Jm4YjUrdwJNqQE2gDLs5woQz2PBG3WtwZ4RlBA7uveKpp6aF3m8IFbDmSgC2pl9c QcKVco4B4xwMs0rMx8xcXo3XnWlvbf7Ib0n5qYgD6LwkPpsyUh58E4M6kox0SsIa Vsh9hwfb2D1Wdtk35EFMVGeef0oZmYLAhZauIW5hkBpLw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1656735889; x=1656822289; bh=FUs7rY0ijqZHdaCKY9CAeZqO4IX8cpBDkKx 0ctlACpk=; b=Ff8OC7IQw+fgsHP/Fjh5WFf1knPf13awskdA0Jujkab7eX6S66k SoWq9yvwwJLQeoMp58NrUDd5qTsH0BQQs2ow0j2J4rJlXvLi6wMP92+2wwGZR/i2 vW4QxK9ZVFT9hndtZjx5XbilcI7PJGNL2lO8fkogqWTT+EkFfVDa34zjPpmOjRhX xvA5QOxTzXfFionjAIbubV1mx3kqV4DLE3lrIiaBC411xIsP0pavdkvuJfWgVX7T UGmrnL2HWuPvct+NsIBNXz7TQhzaLLkSzfqteOJ2S/7lEZ1ZkgcacTUXZ70DQc3z V3R0V0I/IZjL3dq63HJePtwLNaWToPLs2Ng== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudehgedgkeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomhepufgrmhhuvghl ucfjohhllhgrnhguuceoshgrmhhuvghlsehshhholhhlrghnugdrohhrgheqnecuggftrf grthhtvghrnhepkeevlefhjeeuleeltedvjedvfeefteegleehueejffehgffffeekhefh hfekkeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epshgrmhhuvghlsehshhholhhlrghnugdrohhrgh X-ME-Proxy: Feedback-ID: i0ad843c9:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 2 Jul 2022 00:24:48 -0400 (EDT) From: Samuel Holland To: Chen-Yu Tsai , Jernej Skrabec Cc: Samuel Holland , Chanwoo Choi , Krzysztof Kozlowski , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [PATCH 1/2] dt-bindings: arm: sunxi: Default to the full MBUS binding Date: Fri, 1 Jul 2022 23:24:46 -0500 Message-Id: <20220702042447.26734-1-samuel@sholland.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220701_212455_371876_1738C1E8 X-CRM114-Status: UNSURE ( 9.12 ) 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 Some older SoCs use a deprecated MBUS binding with some clocks missing. Currently, new SoCs must opt in to the complete binding. This should be the default, so new SoCs do not accidentally use the deprecated version. Signed-off-by: Samuel Holland --- .../arm/sunxi/allwinner,sun4i-a10-mbus.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml b/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml index 8eee312c2e6f..2b018feb56df 100644 --- a/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi/allwinner,sun4i-a10-mbus.yaml @@ -81,13 +81,13 @@ required: - dma-ranges if: - properties: - compatible: - contains: - enum: - - allwinner,sun8i-h3-mbus - - allwinner,sun50i-a64-mbus - - allwinner,sun50i-h5-mbus + not: + properties: + compatible: + contains: + enum: + - allwinner,sun5i-a13-mbus + - allwinner,sun8i-r40-mbus then: properties: -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel