Skip to content

Commit 82f07cb

Browse files
bhupesh-sharmaandersson
authored andcommitted
arm64: dts: qcom: ipq6018: Remove unused 'iface_clk' property from dma-controller node
'iface_clk' clock is not used by the qcom, bam_dma driver, so remove the same from 'ipq6018' dts. This is a preparatory patch for subsequent patch in this series which converts the qcom_bam_dma device-tree binding into YAML format. Without this change, 'make dtbs_check' leads to the following error: $ arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml: dma-controller@7984000: clock-names: ['iface_clk', 'bam_clk'] is too long Fix the same. Cc: Thara Gopinath <[email protected]> Cc: Bjorn Andersson <[email protected]> Cc: Rob Herring <[email protected]> Signed-off-by: Bhupesh Sharma <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 62b177f commit 82f07cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm64/boot/dts/qcom/ipq6018.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,8 @@
346346
compatible = "qcom,bam-v1.7.0";
347347
reg = <0x0 0x07984000 0x0 0x1a000>;
348348
interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
349-
clocks = <&gcc GCC_QPIC_CLK>,
350-
<&gcc GCC_QPIC_AHB_CLK>;
351-
clock-names = "iface_clk", "bam_clk";
349+
clocks = <&gcc GCC_QPIC_AHB_CLK>;
350+
clock-names = "bam_clk";
352351
#dma-cells = <1>;
353352
qcom,ee = <0>;
354353
status = "disabled";

0 commit comments

Comments
 (0)