Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dra7: add entry for bb2d module

BB2D is a Vivante GC 2D Accelerator.
This adds the node to the dts file within a target module node.
Crossbar index number is used for interrupt mapping.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Gowtham Tammana and committed by
Tony Lindgren
02794dbd 4b0ea64a

+19
+19
arch/arm/boot/dts/dra7.dtsi
··· 965 965 }; 966 966 }; 967 967 968 + target-module@59000000 { 969 + compatible = "ti,sysc-omap4", "ti,sysc"; 970 + reg = <0x59000020 0x4>; 971 + reg-names = "rev"; 972 + clocks = <&dss_clkctrl DRA7_DSS_BB2D_CLKCTRL 0>; 973 + clock-names = "fck"; 974 + #address-cells = <1>; 975 + #size-cells = <1>; 976 + ranges = <0x0 0x59000000 0x1000>; 977 + 978 + bb2d: gpu@0 { 979 + compatible = "vivante,gc"; 980 + reg = <0x0 0x700>; 981 + interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 982 + clocks = <&dss_clkctrl DRA7_BB2D_CLKCTRL 0>; 983 + clock-names = "core"; 984 + }; 985 + }; 986 + 968 987 aes1_target: target-module@4b500000 { 969 988 compatible = "ti,sysc-omap2", "ti,sysc"; 970 989 reg = <0x4b500080 0x4>,