This patch series is changed from previous version as there's an alternate contribution to convert BAM to DT schema. This patchset now defines generic dma node name for Qualcomm armv7 based platforms. Looking forward towards review comments. Thanks! --- v4: - Drop 3/6 and 6/6 patch from v3 series - s/User/Use in commit description of all patches - Didn't drop Krzysztof's R-b tag as I fixed a simple typo - Alternate contribution for BAM: https://lore.kernel.org/lkml/20220211214941.f55q5yksittut3ep@xxxxxxxxxx/T/#m6700c2695ee78e79060ac338d208ffd08ac39%20+592 - Keep only armv7 based dts patches now --- v3: - https://lore.kernel.org/linux-devicetree/20220417210436.6203-1-singh.kuldeep87k@xxxxxxxxx/ - Add Krzysztof's R-b tags for dts changes - Add qcom,ee as required property(Krzysztof) - Use type as boolean - Add min/max to qcom,ee - Clocks are required ones, skip them as it's users are not fixed. --- v2: - https://lore.kernel.org/linux-devicetree/20220410175056.79330-1-singh.kuldeep87k@xxxxxxxxx/ - Add more variants of ip4019-ap/dk-{01/04/07} for dma node rename - Add #dma-cells in binding file - use additionalproperties as false --- v1: - https://lore.kernel.org/linux-devicetree/20220409184115.15612-1-singh.kuldeep87k@xxxxxxxxx/#t --- Kuldeep Singh (4): ARM: dts: qcom: apq8064: Use generic node name for DMA ARM: dts: qcom: mdm9615: Use generic node name for DMA ARM: dts: qcom: ipq4019: Use generic node name for DMA ARM: dts: qcom: ipq8064: Use generic node name for DMA arch/arm/boot/dts/qcom-apq8064.dtsi | 6 +++--- arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi | 4 ++-- arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts | 2 +- arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 2 +- arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1.dtsi | 4 ++-- arch/arm/boot/dts/qcom-ipq4019.dtsi | 6 +++--- arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 ++-- arch/arm/boot/dts/qcom-mdm9615.dtsi | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) -- 2.25.1