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

Commit 13143143 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add npucc clock node for Kona V2"

parents 76d49c19 1927c6e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ Qualcomm Technologies, Inc. NPU Clock & Reset Controller Bindings
-----------------------------------------------------------------

Required properties :
- compatible:		Should be "qcom,npucc-kona"
- compatible:		Should be "qcom,npucc-kona",
				  "qcom,npucc-kona-v2",
				  "qcom,lito-npucc".
- reg:			Shall contain base register addresses and sizes.
- reg-names:		Names of the register bases listed in the same order as
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@
	compatible = "qcom,videocc-kona-v2", "syscon";
};

&clock_npucc {
	compatible = "qcom,npucc-kona-v2", "syscon";
};

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