Re: [PATCH 4/4] arm64: dts: qcom: purwa-iot-evk: Add camss node

From: Bryan O'Donoghue

Date: Fri Apr 10 2026 - 04:16:45 EST


On 10/04/2026 05:25, Wenmeng Liu wrote:
nable camss node for purwa iot evk board camss tpg support.

Signed-off-by: Wenmeng Liu<wenmeng.liu@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/purwa-iot-evk.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
index ad503beec1d3d8c671d3564942a74c484de762d0..eef03f1eb2a950c06294159be3f97169fb487265 100644
--- a/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
+++ b/arch/arm64/boot/dts/qcom/purwa-iot-evk.dts
@@ -734,6 +734,10 @@ retimer_ss2_con_sbu_out: endpoint {
};
};
+&camss {
+ status = "okay";
+};

Hmm.

I don't agree with this. Enabling the CAMSS node with just the TPG is of very low value to an end-user and doesn't "prove out" the CSIPHY, TPG and RDI path - which is the minimum entry point in upstream right now.

I don't support less than a sensor at minimum.

You guys must have a sensor you've used with this board ?

---
bod