summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorCaleb Connolly <[email protected]>2024-02-26 17:26:09 +0000
committerCaleb Connolly <[email protected]>2024-03-01 14:44:35 +0000
commit7d96cca9e1d83ef307d7907e15d7a504ffc1ae69 (patch)
treeb064db6bac88b7069ab096c143ee22e75af1b3b8 /arch
parentdae9614e1eb8fa5d4ae8051497a582940430e134 (diff)
clk/qcom: use upstream compatible properties
Adjust the apq8016 and apq8096 drivers to use the upstream compatible properties, and adjust the associated dts files in U-Boot. Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Tested-by: Sumit Garg <[email protected]> #qcs404 Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/dragonboard410c.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/dragonboard410c.dts b/arch/arm/dts/dragonboard410c.dts
index 6a4e3ccf17b..02c824d0226 100644
--- a/arch/arm/dts/dragonboard410c.dts
+++ b/arch/arm/dts/dragonboard410c.dts
@@ -75,7 +75,7 @@
};
};
clkc: qcom,gcc@1800000 {
- compatible = "qcom,gcc-apq8016";
+ compatible = "qcom,gcc-msm8916";
reg = <0x1800000 0x80000>;
#address-cells = <0x1>;
#size-cells = <0x0>;