balenaFin v1.1.0 carrier board update#2852
Merged
Merged
Conversation
A backward compatible update for the balenaFin carrier board for the Raspberry Pi Compute Module 3/3+ Lite. The updated overlay includes: * support for the newly introduced RGB LEDs * i2c-gpio and SDIO improvements * DT based Marvell 88W8887 configuration Signed-off-by: Zahari Petkov <zahari@balena.io>
Contributor
|
It all looks good, but I think it would be less confusing for folks if you add CONFIG_LEDS_PCA963X=m to bcmrpi_defconfig as well. |
Contributor
Author
|
Right, I was wondering about that as well. I will make that change now. |
Enable support for PCA963x I2C chip. Needed for the balenaFin v1.1.0 carrier board for the Raspberry Pi Compute Module 3/3+ Lite. Signed-off-by: Zahari Petkov <zahari@balena.io>
Contributor
Author
|
I added it to bcmrpi_defconfig as well. |
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Feb 12, 2019
kernel: balenaFin v1.1.0 carrier board update See: raspberrypi/linux#2852 kernel: configs: Enable the AD193x codecs See: raspberrypi/linux#2850 firmware: camera/image_encode: Add timestamp to frames encoded with image_encode See: raspberrypi/linux#2351
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Feb 12, 2019
kernel: balenaFin v1.1.0 carrier board update See: raspberrypi/linux#2852 kernel: configs: Enable the AD193x codecs See: raspberrypi/linux#2850 firmware: camera/image_encode: Add timestamp to frames encoded with image_encode See: raspberrypi/linux#2351
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @pelwell, kindly asking for review on this PR, which includes two commits targeting our balenaFin carrier board. The changes are described in more detail in the commit messages.