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 427E832E151; Fri, 17 Oct 2025 15:07:16 +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=1760713636; cv=none; b=OQ3nHNLOx6M98GVfGclE/mmULDJqkA24TetDqt08BGC7HqxrEULqQqkqH16vqpAYMD/outNrEFgdP/c6u5IA9ADUkhXgCPDSjLmugzdhMMK4gRtCMdcMcRR+ow31H6c/0XPwtDC5hDEy2qrf8DfK5lHy6JYF6byqCH8DcZhs/3Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760713636; c=relaxed/simple; bh=eQDCpbcMp0gdFF4jYC/oa99LYIOXddUYcnboA7QpS0g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=VSLuYE9rsGppn4s/8NMQs04h2ay8RMSe5713ERdhd+5brBrJbwkvHxkYBPRe3U50RE0R3FLLSI5N8j9/Bn6WpXKniFpwAIAjpt9HUVbgMb4HJpD2B8KZ/oJ9tf7a6sA8gcicGpGQKzlEWOrtFVyyk9JxFGqQErbQr2e2Eprhrl8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=IH63XLNN; 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="IH63XLNN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3AB1C4CEE7; Fri, 17 Oct 2025 15:07:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760713636; bh=eQDCpbcMp0gdFF4jYC/oa99LYIOXddUYcnboA7QpS0g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IH63XLNNRAPh0rqX/pPoaDyEYm8CyhuLQPn8vtykVIo7EleBWOoTZxi3TzAus2TLH SRZnco889HQUiorKPVBUCTTuYw7rbaA2nKokSbpO0YE3ZlNHUouOJdYyDnW0pwG35a TMhapbXvEJq4hkXDBLKXuc8H6dD6wcTlED64WSTs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, stable@kernel.org, Krzysztof Kozlowski , Michael Riesch , Vinod Koul Subject: [PATCH 6.6 066/201] dt-bindings: phy: rockchip-inno-csi-dphy: make power-domains non-required Date: Fri, 17 Oct 2025 16:52:07 +0200 Message-ID: <20251017145137.176334889@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251017145134.710337454@linuxfoundation.org> References: <20251017145134.710337454@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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Michael Riesch commit c254815b02673cc77a84103c4c0d6197bd90c0ef upstream. There are variants of the Rockchip Innosilicon CSI DPHY (e.g., the RK3568 variant) that are powered on by default as they are part of the ALIVE power domain. Remove 'power-domains' from the required properties in order to avoid false positives. Fixes: 22c8e0a69b7f ("dt-bindings: phy: add compatible for rk356x to rockchip-inno-csi-dphy") Cc: stable@kernel.org Reviewed-by: Krzysztof Kozlowski Signed-off-by: Michael Riesch Link: https://lore.kernel.org/r/20250616-rk3588-csi-dphy-v4-2-a4f340a7f0cf@collabora.com Signed-off-by: Vinod Koul Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml | 15 +++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml @@ -57,11 +57,24 @@ required: - clocks - clock-names - '#phy-cells' - - power-domains - resets - reset-names - rockchip,grf +allOf: + - if: + properties: + compatible: + contains: + enum: + - rockchip,px30-csi-dphy + - rockchip,rk1808-csi-dphy + - rockchip,rk3326-csi-dphy + - rockchip,rk3368-csi-dphy + then: + required: + - power-domains + additionalProperties: false examples: