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

Commit ac5b37f1 authored by Li(Lily) Li's avatar Li(Lily) Li
Browse files

ARM: dts: qcom: Add SPSS V2 firmware names for Kona V2

Adding SPSS V2 dev, test and production firmware names for Kona V2

Change-Id: I2c7f9982c14936ad1f8f364a2c3437d582d1ff22
parent 34cb5e5a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,3 +29,9 @@
&clock_videocc {
	compatible = "qcom,videocc-kona-v2", "syscon";
};

&spss_utils {
	qcom,spss-dev-firmware-name  = "spss2d";	/* 8 chars max */
	qcom,spss-test-firmware-name = "spss2t";	/* 8 chars max */
	qcom,spss-prod-firmware-name = "spss2p";	/* 8 chars max */
};