]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk/qcom: use upstream compatible properties
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 26 Feb 2024 17:26:09 +0000 (17:26 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 1 Mar 2024 14:44:35 +0000 (14:44 +0000)
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 <neil.armstrong@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/dts/dragonboard410c.dts
drivers/clk/qcom/clock-apq8016.c
drivers/clk/qcom/clock-apq8096.c

index 6a4e3ccf17b1025b60ff198cd85e8aed77a5112f..02c824d0226ca0d53122fba40b0d9d507fb27028 100644 (file)
@@ -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>;
index c0ce570edc79dcb8660a78157b86a3bd900fe8aa..0af7191cff52175681ad7aee3a6c5aa208ee6f5b 100644 (file)
@@ -145,7 +145,7 @@ static struct msm_clk_data apq8016_clk_data = {
 
 static const struct udevice_id gcc_apq8016_of_match[] = {
        {
-               .compatible = "qcom,gcc-apq8016",
+               .compatible = "qcom,gcc-msm8916",
                .data = (ulong)&apq8016_clk_data,
        },
        { }
index cf1a347309a5048d024769ee9f84f2de408b9dda..1e6fdb5cd42dc88d0ac5383207ff353548ebfae3 100644 (file)
@@ -123,7 +123,7 @@ static struct msm_clk_data apq8096_clk_data = {
 
 static const struct udevice_id gcc_apq8096_of_match[] = {
        {
-               .compatible = "qcom,gcc-apq8096",
+               .compatible = "qcom,gcc-msm8996",
                .data = (ulong)&apq8096_clk_data,
        },
        { }