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 69AD82F5311; Fri, 14 Nov 2025 08:13:12 +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=1763107992; cv=none; b=meQA8VgQNbzqNYz0WQABGdfNbQLgrRrhCf7VmbyPyIPKIxXEP0pZf+ksNvVxd2huVRSyfq0jm8+5EU/mSTmrXfE3XpzA5BEqKsJi7gtDKxYADxAUwY8SzqX4QNi2qqIG3KBvngZwBMQ+KVXi7WDsCmIzIDX11uUipGHsE6sCK8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763107992; c=relaxed/simple; bh=PuJH4AZc5Qy8bJbMBrsiC84XGEAmby/s9fedLtlTjns=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FsaKelapiT2cr7p7BLdWlJROqXsgJqK90tUbhsZFPHwiilK54cxxBVymmj8ynITQalQd0saWLG2RamQb6vMI1oPaqpFANVP6CM/yE9xhjDg1wx62HXnxcEDxQ5aX/d4ZcfnFuFseqs+rpe5myP63Nq42sIYmgRRJ3F9R7p+FTV8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nvNIya+/; 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="nvNIya+/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B39DC4CEF1; Fri, 14 Nov 2025 08:13:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763107992; bh=PuJH4AZc5Qy8bJbMBrsiC84XGEAmby/s9fedLtlTjns=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nvNIya+/w/lTkrZb3XeEDlwqzQGzESD7Zqm8tOMrRVCij0fdxX3OCJyaRIAYUiDh0 Ks//Bc3vb0jUqxzpz94HFBcit1vB9uc28bLbha2uqg+GqsX/tIHE08+uYFTP0uPx3f XR6sMfFAoeOkzrOiXMG2RStEJUyxYFIjPE1ZDmFOxxcFaIRUJbxC3o63/A02SaGFiH NWrhKNZbxyPcQS4SsZun/YVjVeF1o4PbqxsyjZdAQ3yTSG/BpbARfkxn1oAbM2A/vx ZFLW3IqsFmaup5yYsAnnNyNk92b/jKhnkrDFHeY+3ez/ec8EKCL8Jn+UePm9xPlBh3 qabHbd3W2mALg== Date: Fri, 14 Nov 2025 09:13:09 +0100 From: Krzysztof Kozlowski To: David Heidelberg Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Sam Ravnborg , Bjorn Andersson , Konrad Dybcio , Casey Connolly , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org Subject: Re: [PATCH v2 01/12] dt-bindings: panel: Convert Samsung SOFEF00 DDIC into standalone yaml Message-ID: <20251114-uptight-nondescript-whippet-fba10c@kuoka> References: <20251113-sofef00-rebuild-v2-0-e175053061ec@ixit.cz> <20251113-sofef00-rebuild-v2-1-e175053061ec@ixit.cz> 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: <20251113-sofef00-rebuild-v2-1-e175053061ec@ixit.cz> On Thu, Nov 13, 2025 at 06:57:35PM +0100, David Heidelberg wrote: > Reason for moving from simple panel is this DDIC has three supplies, > while panel-simple-dsi is limited to one. > > Previous compatible only described the DDIC, but didn't include panel > connected to it. Let's fix it, and offer bindings authors two > compatibles to distinguish the connected panel. > > Basic description for SOFEF00 DDIC with attached panels > > - Samsung AMS601NT22 6.01 inch, 1080x2160 pixels, 18:9 ratio > - Samsung AMS628NW01 6.28 inch, 1080x2280 pixels, 19:9 ratio > > There is only one user which uses samsung,sofef00 and it's updated to > comply within this patch series. > > Signed-off-by: David Heidelberg > --- Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof