The DRA7 & variant SoCs contains a BB2D module which is a Vivante GC320 2D accelerator. This patchset adds the GPU node and enables it on the DRA7, DRA72 & AM57xx platforms. This is a follow-up of [1] & [2] but: - using the vivante,gc bindings only - using ti,sysc instead of hwmod [1] https://lore.kernel.org/linux-arm-kernel/20161118024436.13447-1-robertcnelson@xxxxxxxxx/ [2] https://lore.kernel.org/linux-arm-kernel/20161118024436.13447-1-robertcnelson@xxxxxxxxx/ Gowtham Tammana (4): ARM: dts: dra7: add entry for bb2d module ARM: dts: dra7-evm: Enable BB2D node ARM: dts: dra72-evm-common: Enable BB2D node ARM: dts: am57xx-evm: Enable BB2D node .../boot/dts/am57xx-beagle-x15-common.dtsi | 4 ++++ arch/arm/boot/dts/am57xx-idk-common.dtsi | 4 ++++ arch/arm/boot/dts/dra7-evm.dts | 4 ++++ arch/arm/boot/dts/dra7.dtsi | 20 +++++++++++++++++++ arch/arm/boot/dts/dra72-evm-common.dtsi | 4 ++++ 5 files changed, 36 insertions(+) -- 2.25.1