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

Commit a04370cb authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

drivers: soc: qcom: Rename compatible string for Lito



Rename compatible string for Lito SoC to be based on
hardware version.

Change-Id: I87de82b8998807a87d7d96f6537d21036c754c1a
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent 83765df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,7 @@
	};

	cache-controller@9200000 {
		compatible = "qcom,lito-llcc";
		compatible = "qcom,llcc-v1";
		reg = <0x9200000 0xd0000> , <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
		interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static int lito_qcom_llcc_probe(struct platform_device *pdev)
}

static const struct of_device_id lito_qcom_llcc_of_match[] = {
	{ .compatible = "qcom,lito-llcc", },
	{ .compatible = "qcom,llcc-v1", },
	{ },
};