@@ -1049,6 +1049,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
qcom-msm8660-surf.dtb \
qcom-msm8916-samsung-serranove.dtb \
qcom-msm8960-cdp.dtb \
+ qcom-msm8960-samsung-expressatt.dtb \
qcom-msm8974-lge-nexus5-hammerhead.dtb \
qcom-msm8974-sony-xperia-rhine-amami.dtb \
qcom-msm8974-sony-xperia-rhine-honami.dtb \
@@ -3624,7 +3624,7 @@ static int gcc_msm8960_probe(struct platform_device *pdev)
if (!match)
return -EINVAL;
- ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000);
+ ret = qcom_cc_register_board_clk(dev, "cxo-board", "cxo", 19200000);
if (ret)
return ret;
This patch renames cxo_board to be up to date with the current naming style. It also adds an alias Signed-off-by: Rudraksha Gupta <guptarud@gmail.com> --- arch/arm/boot/dts/Makefile | 1 + drivers/clk/qcom/gcc-msm8960.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)