[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#807624: armhf: Please enable support for DRA7XX systems (Beagle-x15)



On Tue, 2015-12-15 at 16:04 -0800, Vagrant Cascadian wrote:

> Would you consider enabling it even though there are some notable
> features not yet working?

Seems like there is a sufficiently useful set of stuff which is
working, so I think we should.

The final change to the generated .config with your one liner is below,
I think we should probably enable CONFIG_DRA752_THERMAL
and CONFIG_VIDEO_TI_VPE? The former seems obvious so I'll include it,
not so sure about the other option, will leave it for now.

Ian.

@@ -465,7 +465,7 @@
 CONFIG_SOC_OMAP5=y
 CONFIG_SOC_AM33XX=y
 # CONFIG_SOC_AM43XX is not set
-# CONFIG_SOC_DRA7XX is not set
+CONFIG_SOC_DRA7XX=y
 CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_OMAP_INTERCONNECT_BARRIER=y
 
@@ -3695,6 +3695,7 @@
 # CONFIG_OMAP3_THERMAL is not set
 CONFIG_OMAP4_THERMAL=y
 CONFIG_OMAP5_THERMAL=y
+# CONFIG_DRA752_THERMAL is not set
 
 #
 # Samsung thermal drivers
@@ -4233,6 +4234,7 @@
 # CONFIG_VIDEO_SAMSUNG_S5P_MFC is not set
 # CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC is not set
 # CONFIG_VIDEO_SH_VEU is not set
+# CONFIG_VIDEO_TI_VPE is not set
 CONFIG_V4L_TEST_DRIVERS=y
 CONFIG_VIDEO_VIVID=m
 CONFIG_VIDEO_VIVID_MAX_DEVS=64
@@ -6405,6 +6407,7 @@
 CONFIG_ARM_GIC=y
 CONFIG_ARM_GIC_V3=y
 CONFIG_OMAP_IRQCHIP=y
+CONFIG_IRQ_CROSSBAR=y
 # CONFIG_IPACK_BUS is not set
 CONFIG_ARCH_HAS_RESET_CONTROLLER=y
 CONFIG_RESET_CONTROLLER=y


Reply to: