Messages in this thread Patch in this message |  | | From | Wenmeng Liu <> | | Date | Tue, 20 May 2025 17:40:03 +0800 | | Subject | [PATCH] arm64: dts: qcom: qcs8300: Add support for camss |
| |
This change enables camera driver for QCS8300 RIDE board.
--- Signed-off-by: Wenmeng Liu <quic_wenmliu@quicinc.com> --- This patch series depends on patch series: - https://lore.kernel.org/all/20250214095611.2498950-1-quic_vikramsa@quicinc.com/ - https://lore.kernel.org/all/20250211-sa8775p_tpg-v1-1-3f76c5f8431f@quicinc.com/ - https://lore.kernel.org/all/20250217-qcs8300_tpg-v1-1-6e0f4dd3ad1f@quicinc.com/ - https://lore.kernel.org/all/20250214094747.2483058-1-quic_vikramsa@quicinc.com/ --- --- arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts index 3ff8f398cad31a36fa46060855b075c8c2020aa7..97281d6d7376a406e5c31466e175358b10441256 100644 --- a/arch/arm64/boot/dts/qcom/qcs8300-ride.dts +++ b/arch/arm64/boot/dts/qcom/qcs8300-ride.dts @@ -207,6 +207,10 @@ vreg_l9c: ldo9 { }; }; +&camss { + status = "ok"; +}; + ðernet0 { phy-mode = "2500base-x"; phy-handle = <&phy0>; --- base-commit: b16751cc36fc42deedf4726683423e19939c1044 change-id: 20250520-qcs8300-camss-ffc2032c365a Best regards, -- Wenmeng Liu <quic_wenmliu@quicinc.com>
|  |