Re: [PATCH 2/2] arm64: dts: qcom: sdm845-xiaomi-beryllium: Add placeholders and sort

From: Konrad Dybcio

Date: Thu Nov 27 2025 - 05:33:48 EST


On 11/26/25 1:08 PM, Robert Eckelmann via B4 Relay wrote:
> From: Robert Eckelmann <longnoserob@xxxxxxxxx>
>
> We know these devices are present, most of them are supported by
> downstream and close to the mainline kernels.
>
> This is very handy when rebasing the integration tree with the support.
>
> No functional changes.
>
> Signed-off-by: Robert Eckelmann <longnoserob@xxxxxxxxx>
> ---
> .../dts/qcom/sdm845-xiaomi-beryllium-common.dtsi | 23 +++++++++++++++-------
> 1 file changed, 16 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi
> index 0fb1d7e724c4..0b219d0ff451 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi
> @@ -227,6 +227,10 @@ vreg_l26a_1p2: ldo26 {
> };
> };
>
> +&cci_i2c0 {
> + /* IMX363 @ 10 */

It may be useful for you to add 'status = "okay"' here, so that the busses
are accessible, and you can poke at the device with e.g. i2c-tools

Konrad