Changes since v3: - keep other compatible strings in driver and add comment - accumulate review tags Changes since v2: - change fallback to sdm845 compat string (and keep compat string in driver) - fallback now only affects two SoCs + SDM670 Changes since v1: - add fallback compatible This patch series adds the compatible string for GPI DMA, needed for the GENI interface, on Snapdragon 670. Richard Acayan (4): dt-bindings: dma: qcom: gpi: add fallback compatible dt-bindings: dma: qcom: gpi: add compatible for sdm670 arm64: dts: qcom: add gpi-dma fallback compatible dmaengine: qcom: deprecate redundant of_device_id entries .../devicetree/bindings/dma/qcom,gpi.yaml | 22 ++++++++++++------- arch/arm64/boot/dts/qcom/sm8150.dtsi | 6 ++--- arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 ++--- drivers/dma/qcom/gpi.c | 4 ++++ 4 files changed, 24 insertions(+), 14 deletions(-) -- 2.37.3