Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36e621ea authored by Srinu Gorle's avatar Srinu Gorle
Browse files

ARM: dts: msm: Add support for qcs605-vidc



qcs605-vidc configuration is re-using sdm670-vidc
config. Add proper compatibility to support vidc0 on qcs605.

Change-Id: I1b0624797d74480a5420113177ae58ce5e7062ef
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent e7ffa306
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ Required properties:
	- "qcom,msm-vidc"
        - "qcom,sdm845-vidc" : Invokes driver specific data for SDM845.
        - "qcom,sdm670-vidc" : Invokes driver specific data for SDM670.
        - "qcom,qcs605-vidc" : Invokes driver specific data for QCS605.

Optional properties:
- reg : offset and length of the register set for the device.
+4 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@
	qcom,rmnet-ipa {
		status = "disabled";
	};

	msm_vidc0: qcom,vidc0 {
		compatible = "qcom,msm-vidc", "qcom,qcs605-vidc";
	};
};

&llcc {