From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9684F67E69; Tue, 23 Jan 2024 02:01:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705975309; cv=none; b=Pf1ecYSC83/TfR4Z84mZy+xg7rEiqJFb3fri27sDaHI7z6gOW5ngtKwRCCflzghrs5iRKCR+0g9NnTFgmpADRn0w1ZUNqaDiAzIoia+iIAz8j5EGPv6xvMD+hXqdQjoOHud7YLUAZcDJRdr8+Fwg0EvWdwh09dTBpO0/RYQyVms= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705975309; c=relaxed/simple; bh=p98vyFLoj6bqTm7xFvIue5blV/zJ+hwsep9t0frR8fs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=XR2j/5+dVEC9crRks9F1ftAe5gSp5qFTBtTay75f7+Mmbsmr0JQXSEr60bVZB0s0FeMq9NlniP2IIFRKqYXBZ0MspWQZltlcpz6tYYX9/Un/BZ+4NyHKK0mrn0km+0lBhQ0Td+LBUAwV69cPcbBn3LsvLMnxThNFvgQ11zcFWoo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QSOuIwC+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="QSOuIwC+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12D45C433C7; Tue, 23 Jan 2024 02:01:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705975309; bh=p98vyFLoj6bqTm7xFvIue5blV/zJ+hwsep9t0frR8fs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QSOuIwC+ZSNXdfBkhjPoHNfU6B6dLmEe1GOcpZxVK/miMDMpnDhJknatxP0T+lMOP IQDy9D2J9iO0NtJ13NGskL2SrkDebEHWWpnWXYaJC75YP94IdlX1qQ2PEYca49Xd0o vjm68Kdlvmrs/Wm1FNn8mVZ8OcYhgfe/n/36DvG0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Mehdi Djait , Conor Dooley , Laurent Pinchart , Mauro Carvalho Chehab , Sasha Levin Subject: [PATCH 6.6 272/583] media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface Date: Mon, 22 Jan 2024 15:55:23 -0800 Message-ID: <20240122235820.317740006@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235812.238724226@linuxfoundation.org> References: <20240122235812.238724226@linuxfoundation.org> User-Agent: quilt/0.67 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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Mehdi Djait [ Upstream commit 25bf28b25a2afa1864b7143259443160d9163ea0 ] The bus-type belongs to the endpoint's properties and should therefore be moved. Link: https://lore.kernel.org/r/20231115164407.99876-1-mehdi.djait@bootlin.com Fixes: 6a0eaa25bf36 ("media: dt-bindings: media: rkisp1: Add port for parallel interface") Signed-off-by: Mehdi Djait Acked-by: Conor Dooley Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Sasha Levin --- .../devicetree/bindings/media/rockchip-isp1.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/media/rockchip-isp1.yaml b/Documentation/devicetree/bindings/media/rockchip-isp1.yaml index e466dff8286d..afcaa427d48b 100644 --- a/Documentation/devicetree/bindings/media/rockchip-isp1.yaml +++ b/Documentation/devicetree/bindings/media/rockchip-isp1.yaml @@ -90,15 +90,16 @@ properties: description: connection point for input on the parallel interface properties: - bus-type: - enum: [5, 6] - endpoint: $ref: video-interfaces.yaml# unevaluatedProperties: false - required: - - bus-type + properties: + bus-type: + enum: [5, 6] + + required: + - bus-type anyOf: - required: -- 2.43.0