Message ID | 20250131-defconfig-beagleplay-v3-1-f556b851ff96@beagleboard.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3] arm64: defconfig: Enable gb_beagleplay | expand |
Hi Ayush Singh, On Fri, 31 Jan 2025 15:41:33 +0530, Ayush Singh wrote: > Enable greybus driver used by TI K3 AM625 BeaglePlay. > > The driver communicates with TI CC1352P7 co-processor which acts as > Greybus SVC. Additionally, it also provides firmware upload API support > for TI CC1352P7 over UART. > > > [...] I have applied the following to branch ti-k3-config-next on [1]. Thank you! [1/1] arm64: defconfig: Enable gb_beagleplay commit: 8c96eb23f203da025f07d7ca5387e1a42382b50c All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb7da44155999b59aff95966f4cdc9107f2af46a..62309fd2482ab35e917aea2e63780c45a4347f43 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1270,6 +1270,8 @@ CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_MMIO=y CONFIG_XEN_GNTDEV=y CONFIG_XEN_GRANT_DEV_ALLOC=y +CONFIG_GREYBUS=m +CONFIG_GREYBUS_BEAGLEPLAY=m CONFIG_STAGING=y CONFIG_STAGING_MEDIA=y CONFIG_VIDEO_MAX96712=m