From: Georgi Djakov Date: Mon, 5 Feb 2018 14:46:48 +0000 (+0200) Subject: arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d0bf04acd12f5c702ac2b21dca6729a1de1308a7;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node Add a device tree node for the A53 PLL, which exists on msm8916 platforms. Signed-off-by: Georgi Djakov Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index e51b04900726..d3592b19cfc9 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -326,6 +326,12 @@ status = "disabled"; }; + a53pll: clock@b016000 { + compatible = "qcom,msm8916-a53pll"; + reg = <0xb016000 0x40>; + #clock-cells = <0>; + }; + apcs: syscon@b011000 { compatible = "syscon"; reg = <0x0b011000 0x1000>;