From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C132A44AB9F; Tue, 21 Jul 2026 21:18:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784668691; cv=none; b=Ku81T+p8mnuDyxCby9/Li/Q3zCnPoylNeh4mzRxkT7wDlHeZu/0Ej7ktn7dqE3FwqBOGy3TNX/9sJOo/+wcNx9TsO9I/k9sVIuSQzF9sG0em0GPCqqdqLbaURa/8vgzcr6qMOqRenTrVnPnfogvsVybBUZrGENN58oxlDFtQrfM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784668691; c=relaxed/simple; bh=WfRWgdkNJHD8iJGPnmO0foKKXHOcT/804qiAgv+iJYo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=E1Q66GpMS/MyKnb5XrQBuEtDPjsDDGjDr+w9FbWDsWz3R+Tg1BI8620zrg5o67qyu2hOtnI9dgbKwSqwmgsLNlnUguvckE3nVE1wl6V7K/h/qKjvrye0ghqm/JI/E7rZajqqk79DStZ9oJ7QHyew58eJk42CPHUSFXrzg8Pnxfg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dOp0eTYa; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dOp0eTYa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 152AA1F000E9; Tue, 21 Jul 2026 21:18:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784668689; bh=cb7YVsnGCMf1HzPJiaio5w0Sbl0Aq0Te7uRosl5vEMQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dOp0eTYaDG6xANydWW7kTiEXW4XJj+l0iSN7Y5zAArDpTTgQirz8tlfb+1hblJsFv cO3uUeZ1OCU/W0v1u3sAIwYXlaaUTi/f0EY/TpVUyidMwVdNbjyPFTtulV/AtxoERA 7Ig/WK9xPzJSiWiaiiok7YMXaYXsYO9tWEVE5L/8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Chen-Yu Tsai , "Rob Herring (Arm)" , Jernej Skrabec , Nicolas Dufresne , Hans Verkuil Subject: [PATCH 6.1 0270/1067] dt-bindings: media: sun4i-a10-video-engine: Add interconnect properties Date: Tue, 21 Jul 2026 17:14:31 +0200 Message-ID: <20260721152430.633116233@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152424.521567757@linuxfoundation.org> References: <20260721152424.521567757@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chen-Yu Tsai commit 018f2dc3a42098d3b04edd1480adc51d268adb14 upstream. The Allwinner video engine sits behind the MBUS that is represented as an interconnect. Make sure that the interconnect properties are valid in the binding. Fixes: d41662e52a03 ("media: dt-bindings: media: allwinner,sun4i-a10-video-engine: Add R40 compatible") Cc: stable@vger.kernel.org Signed-off-by: Chen-Yu Tsai Acked-by: Rob Herring (Arm) Acked-by: Jernej Skrabec Signed-off-by: Nicolas Dufresne Signed-off-by: Hans Verkuil Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml @@ -63,6 +63,16 @@ properties: CMA pool to use for buffers allocation instead of the default CMA pool. + # FIXME: This should be made required eventually once every SoC will + # have the MBUS declared. + interconnects: + maxItems: 1 + + # FIXME: This should be made required eventually once every SoC will + # have the MBUS declared. + interconnect-names: + const: dma-mem + required: - compatible - reg