Skip to content

Commit 850c269

Browse files
committed
ti: dra7: etnaviv: 2d acceleration
Signed-off-by: Robert Nelson <[email protected]>
1 parent 162e638 commit 850c269

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@
223223
};
224224
};
225225

226+
//&bb2d {
227+
// status = "okay";
228+
//};
229+
226230
&i2c1 {
227231
status = "okay";
228232
clock-frequency = <400000>;

arch/arm/boot/dts/dra7.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,16 @@
11111111
status = "disabled";
11121112
};
11131113

1114+
// bb2d: bb2d@59000000 {
1115+
// compatible = "ti,dra7-bb2d","vivante,gc";
1116+
// reg = <0x59000000 0x0700>;
1117+
// interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
1118+
// ti,hwmods = "bb2d";
1119+
// clocks = <&dpll_core_h24x2_ck>;
1120+
// clock-names = "fclk";
1121+
// status = "disabled";
1122+
// };
1123+
//s
11141124
i2c1: i2c@48070000 {
11151125
compatible = "ti,omap4-i2c";
11161126
reg = <0x48070000 0x100>;

drivers/gpu/drm/etnaviv/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config DRM_ETNAVIV
33
tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
44
depends on DRM
5-
depends on ARCH_MXC || ARCH_DOVE || (ARM && COMPILE_TEST)
5+
depends on ARCH_MXC || ARCH_DOVE || ARCH_OMAP2PLUS || (ARM && COMPILE_TEST)
66
depends on MMU
77
select SHMEM
88
select SYNC_FILE

0 commit comments

Comments
 (0)