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

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

Merge "drivers: soc: qcom: Rename compatible string for Lito"

parents 34f163ee a04370cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1117,7 +1117,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", },
	{ },
};