Re: [PATCH v3 3/3] arm64: dts: qcom: sdm845-xiaomi-beryllium: Add placeholders and sort
From: David Heidelberg
Date: Sun Jan 04 2026 - 07:15:16 EST
On 05/12/2025 14:59, 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.
Reviewed-by: David Heidelberg <david@xxxxxxx>
Signed-off-by: Robert Eckelmann <longnoserob@xxxxxxxxx>
---
.../dts/qcom/sdm845-xiaomi-beryllium-common.dtsi | 29 ++++++++++++++++------
1 file changed, 22 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 ab450d44b3f6..3444908b4a6b 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,12 @@ vreg_l26a_1p2: ldo26 {
};
};
+&cci_i2c0 {
+ status = "okay";
I must overlooked, but the `cci_i2c0` was never disabled, so you can
drop the status = "okay"; from here.
David
+
+ /* IMX363 @ 10 */
+};
+
[...]