mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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:
parent
dae9614e1e
commit
7d96cca9e1
@ -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>;
|
||||
|
||||
@ -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,
|
||||
},
|
||||
{ }
|
||||
|
||||
@ -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,
|
||||
},
|
||||
{ }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user