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 18954372B5E; Thu, 7 May 2026 20:34:45 +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=1778186086; cv=none; b=q/OaWVvm6xiehpsY0gfevg0EzvUCfEaPdqzlUemk1wFa9zPm1y3hDKj9nI0nJ6pb3rokMn7ebUEnmshIYt+J2IJ1wTUw/f9mgRxnSWEgBiaTqXLoM1OkMblPNXlNU+xREjyVj6Oc78FhWLnhpXj1kHwE1D4P5q3pZTHgfp26UdU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778186086; c=relaxed/simple; bh=QrGCUuTGJX6Ybth/n/JzRZaS2MxFI4GNDSbgId7ULnQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=c+fwsSiLcilJ43VBzg2q44YGA4sRtMtNRt6Nhkna4a3Iv34Fv5pFoMUXSputFrKQxiV+uob1U1Ac6p0YAj2kdlOapQsrrcyvWzAATFD+GHgIbhXSv2aCE4ZbMoIxZStJo5eDP8Iqd8bQ7bax+k/1ydgWQRAE+pvT6R+LueQave0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=o2yB9aVW; 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="o2yB9aVW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE3F6C2BCF6; Thu, 7 May 2026 20:34:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778186085; bh=QrGCUuTGJX6Ybth/n/JzRZaS2MxFI4GNDSbgId7ULnQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=o2yB9aVW5eK4SlQHjyWNAdxaH4OOCUsFBVZydof0bK8lkAUBz4F+DyFbFcipI5xBP bpuWlTzngkyg0NXaIAf5adZJXNIPg3aEaszVMFLeJpMNO7QncPBS4Lpw4TBG7mce0h ItQssE1tef/xlVOPr8YnqsKKoKoEMMyPAkBSpVruU3jf2dB9b3B2NRyeoDzAuHcoUp ApMYDFxSSOQFT0tolSHw/t49SO3PVq8U1stwrcQkrYrvS2jrTrPI3lYM50177fOdRh 7yGcDlP3EossEs8tBPzBr0k9Aci2WZoEdL0A/wnYjyN5ozCGdS5Ehe92iKUFlKIA2w 6lwzfnZtcomIA== From: Bjorn Andersson To: Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marijn Suijten , Casey Connolly , Joel Selvaraj , Jens Reidel , Arnaud Ferraris , Marco Mattiolo , Petr Hodina , David Heidelberg Cc: Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org Subject: Re: [PATCH v2 0/2] arm64: dts: qcom: beryllium compatible ordering and bindings update Date: Thu, 7 May 2026 15:34:14 -0500 Message-ID: <177818606037.73000.7089369573359829394.b4-ty@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260405-beryllium-compat-string-v2-0-91149be07835@ixit.cz> References: <20260405-beryllium-compat-string-v2-0-91149be07835@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-Transfer-Encoding: 8bit On Sun, 05 Apr 2026 12:54:54 +0200, David Heidelberg wrote: > This series aligns the Xiaomi Poco F1 (beryllium) device tree > compatible strings with DT matching rules by ensuring proper > fallback to the generic device compatible. > > Patch 1 updates the dt-bindings documentation to describe > the Tianma panel variant and clarify the expected compatible > string ordering and fallback requirements, aligning the > binding with actual DTS usage. > > [...] Applied, thanks! [1/2] dt-bindings: arm: qcom: Document Xiaomi Poco F1 Tianma variant commit: aa7066248f1b6b2d000d3cc2f64a3fd4930e1b44 [2/2] arm64: dts: qcom: sdm845-xiaomi-beryllium: Append compatible strings commit: 68bfaa3fde985a227721b58b32283811d05d5c21 Best regards, -- Bjorn Andersson