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 5FC3A261B78; Tue, 17 Feb 2026 07:38:17 +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=1771313897; cv=none; b=M/pOQ+4e8RpccmjwYiosTsgdQWHQnBVmgFhaJFD2WbXMguvgmYFTMJv+gid9KnBOZVTn92h4AagTtw207xq8Q1o7KIiAFzMMV54l7ad+AstsS1Pcz1UNamUFX06dg4yse3DKJE0g6L9N8QDp3u91/lY/GStz50xQHSehtziW4ck= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771313897; c=relaxed/simple; bh=sYIw5Vc7TI8r4u9ZvnHGICD7JjEG5n8qH/M7xNUUcwA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WXdxBHp6u0fUlq/w94seb7H8cMjknx2IHv3jb9BGjYNHtt3ua84aGO8qjD1U14pwekxJyAlQUQ9wXRpBr2Di6RTYszKe9HRK5fgtzf3fxLyznU/J1Xbr4Zki9yr3xBc6GVCAvt0zL31C2oHU9wrYe8o74cGzMp8eFwL7bLx2UFo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nURBGtCV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nURBGtCV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70803C4CEF7; Tue, 17 Feb 2026 07:38:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771313897; bh=sYIw5Vc7TI8r4u9ZvnHGICD7JjEG5n8qH/M7xNUUcwA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nURBGtCVkwCBropZUG13Tyz2z7ehmU9tJBtTgvheJnWJtmc6mNw8wQ0dA7cfANjpA 7tOw+6ofsZ/VSiKOBH/LxDKxYsFD6AcjdFM6JMEOp8MJL6V0O2XwQ37v/D3yarADy1 CYOjIvTdEdUwxQLsP3E+qaO4Z2n/08gSJxh2KxZG1dP91sUmBG+5rYO+ecbVTQvaKN 4dVvkncLxKmgViWzgzYpwVZLC3T9zatB1fTvtf6dpoBZxY9CbMZjPknlSOtNCfUhL7 DPBHWXd61hDTv7DV41S1cw/03kin/cYyU1qKbFHGBIDs5jtq7OHQrvCdeuz7eHb5B3 sJExDuhMfBOYw== Date: Tue, 17 Feb 2026 08:38:14 +0100 From: Krzysztof Kozlowski To: Richard Acayan Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Robert Foss , Todor Tomov , Bryan O'Donoghue , Vladimir Zapolskiy , Bjorn Andersson , Konrad Dybcio , Tianshu Qiu , Sakari Ailus , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Robert Mader , David Heidelberg , phone-devel@vger.kernel.org Subject: Re: [PATCH v9 1/7] dt-bindings: media: qcom,sdm670-camss: Remove clock-lanes requirement Message-ID: <20260217-hidden-ultramarine-teal-ca2f9a@quoll> References: <20260217002738.133534-1-mailingradian@gmail.com> <20260217002738.133534-2-mailingradian@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260217002738.133534-2-mailingradian@gmail.com> On Mon, Feb 16, 2026 at 07:27:32PM -0500, Richard Acayan wrote: > The clock-lanes property has no effect on the hardware configuration, as > of commit 336136e197e2 ("media: dt-bindings: media: camss: Remove > clock-lane property"). Since boards with new camss support can omit the > property, remove it from the required lists. > > Signed-off-by: Richard Acayan > --- > Documentation/devicetree/bindings/media/qcom,sdm670-camss.yaml | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof