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 <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>
This commit is contained in:
Caleb Connolly 2024-02-26 17:26:09 +00:00
parent dae9614e1e
commit 7d96cca9e1
No known key found for this signature in database
GPG Key ID: 7930459FB9303217
3 changed files with 3 additions and 3 deletions

View 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>;

View 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,
},
{ }

View 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,
},
{ }