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

Commit f5ec7b4f authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar
Browse files

dt-bindings: llcc: Add llcc version to compatible string



Include the llcc version in the compatible string.

Change-Id: I856f3504bc06edd8c8d6b77b913d4e630a52d226
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 5f23998b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Properties:
- compatible:
	Usage: required
	Value type: <string>
	Definition: must be "qcom,kona-llcc" or "qcom,lito-llcc"
	Definition: must be "qcom,llcc-v1" or "qcom,llcc-v2"

- reg:
	Usage: required
@@ -41,7 +41,7 @@ Properties:
Example:

	cache-controller@9200000 {
		compatible = "qcom,kona-llcc";
		compatible = "qcom,llcc-v2";
		reg = <0x9200000 0x200000> <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
		interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;