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 6E2E33A0B35; Thu, 26 Feb 2026 09:27:27 +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=1772098049; cv=none; b=vGX/tCyDXs8u8Agq8L5K9ZYEQwkir6x4nLe8p16rWzNiwYICQ9+Iw4cu92Iv74SboCJ35QO7NOA6r655+CDdwNvKH9zkUBXQAaTcj3cS5mSE+mR8rN7iB8cnGoNCy2XaHISP9y5I1WcbSIVCBl0wjgKyrv/nSrr7WKPFKc0/Eeo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772098049; c=relaxed/simple; bh=7i4N6GwK+gKpINnfz8mGZNz9tpvC6ConNrLB1s63wcI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=XVMl68cpagtb6lFJHTEhO8GAbyHMpYJsA5qQ/ibxSrBVYUd1sr2nvBDxSwJ865s4W7wbGm+KxlLdy3Z98CXZFObb1B3tvRg7d5eRlzUsktGDsyCIyGdoyAdi9q4mT8dpxsbz7xNVG5Rj0RG120fLuzqnBfp4PKMKuu6p+4WTJwQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MmaGFQe8; 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="MmaGFQe8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A95FCC19422; Thu, 26 Feb 2026 09:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772098046; bh=7i4N6GwK+gKpINnfz8mGZNz9tpvC6ConNrLB1s63wcI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MmaGFQe8vpElv9HoR376BJRpwDcm1LyjX9TSndN7v3RDNrfKfCdGlzCQUFf4IND24 NNvTPFG9INq/eB6Nq+T/ULGFJ30iEqTbZh494atYWwzmlXzlTnJNdQjhv3AydVX45X RdeJqWPVZ7RrcJ63tSoXIkX1h4t+lDe3xd7RKlImysoxKAB+2QjK0132YuRXqim2XR SRGTcpwL4GMO6u5sa+JefWALt5gtefHKd78eqoZB2FaUwMBQdFsFCTt+MxswA+gRaW kvnSRfEw1GRK6Jyv2rY2SM9JOgCliPUP1Scd+H75G1Tq22gc2cv5LCapa7pnuiF3Gr 6GLH70WCAKLRQ== Message-ID: <35b1ba2a-e156-4542-b33a-d4e53f6a62cb@kernel.org> Date: Thu, 26 Feb 2026 09:27:20 +0000 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 02/18] dt-bindings: media: qcom,x1e80100-camss: Convert from inline PHY definitions to PHY handles To: Krzysztof Kozlowski , Bryan O'Donoghue Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Robert Foss , Todor Tomov , Mauro Carvalho Chehab , Konrad Dybcio , Vladimir Zapolskiy , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org References: <20260225-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v8-0-95517393bcb2@linaro.org> <20260225-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v8-2-95517393bcb2@linaro.org> <20260226-fluffy-complex-malamute-7ecec6@quoll> From: Bryan O'Donoghue Content-Language: en-US In-Reply-To: <20260226-fluffy-complex-malamute-7ecec6@quoll> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 26/02/2026 07:07, Krzysztof Kozlowski wrote: > No, it does not allow that. You cannto change the ABI. > > That's why I reminded multiple times before reviewing new CAMSS bindings > for Milos and something more. Because once it gets accepted, you cannot > change it anymore without valid reason. And there is no valid reason > here provided. I kept these patches in staging/waiting for long > enough... I thought your policy was - a dtsi had to have it, which we don't yet have. --- bod