-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add overlay and enable support for QCA7000 board #1308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pelwell
merged 1 commit into
raspberrypi:rpi-4.1.y
from
chargebyte:rpi-4.1.y-qca7000-upstreaming
Feb 27, 2016
Merged
Add overlay and enable support for QCA7000 board #1308
pelwell
merged 1 commit into
raspberrypi:rpi-4.1.y
from
chargebyte:rpi-4.1.y-qca7000-upstreaming
Feb 27, 2016
Conversation
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
If you add a section to the overlays/README file, being careful to observe and copy the existing formatting, then squash down to one commit, I'll merge it. |
bd04e40
to
b979ba9
Compare
Hi @pelwell, thanks for your feedback. I updated the branch, please have a look. Thanks. |
Why doesn't the README describe the parameters? |
This adds a device tree overlay for the QCA7000 which can be used when attaching an I2SE's PLC Stamp micro EVK to the Raspberry Pi. This Evaluation Board embeds a QCA7000 chip, a Homeplug Green PHY powerline chip from Qualcomm/Atheros for the Internet of Things. This patch also enables the required QCA7000 driver module in the default configurations. Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Michael Heimpold <[email protected]>
b979ba9
to
2f6444e
Compare
Thanks for your patience. I simply overlooked it - seems to be not my day for sending PRs 😄 |
pelwell
added a commit
that referenced
this pull request
Feb 27, 2016
Add overlay and enable support for QCA7000 board
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Feb 29, 2016
See: raspberrypi/linux#1294 kernel: config: Enable HCI over UARTs kernel: Add 1-bit SDIO with the minimum pins required for that mode: GPIOs 22-25 See: raspberrypi/linux#1301 kernel: ASoC: bcm: add missing .owner fields in sound card drivers See: raspberrypi/linux#1300 kernel: Add overlay and enable support for QCA7000 board See: raspberrypi/linux#1308 kernel: bcm2835-virtgpio: Virtual GPIO driver kernel: BCM270X_DT: Add Pi3 support firmware: arm_ldconfig: Use arm_loader API for determining clock frequencies
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Feb 29, 2016
See: raspberrypi/linux#1294 kernel: config: Enable HCI over UARTs kernel: Add 1-bit SDIO with the minimum pins required for that mode: GPIOs 22-25 See: raspberrypi/linux#1301 kernel: ASoC: bcm: add missing .owner fields in sound card drivers See: raspberrypi/linux#1300 kernel: Add overlay and enable support for QCA7000 board See: raspberrypi/linux#1308 kernel: bcm2835-virtgpio: Virtual GPIO driver kernel: BCM270X_DT: Add Pi3 support firmware: arm_ldconfig: Use arm_loader API for determining clock frequencies
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this pull request
Feb 27, 2017
See: raspberrypi/linux#1294 kernel: config: Enable HCI over UARTs kernel: Add 1-bit SDIO with the minimum pins required for that mode: GPIOs 22-25 See: raspberrypi/linux#1301 kernel: ASoC: bcm: add missing .owner fields in sound card drivers See: raspberrypi/linux#1300 kernel: Add overlay and enable support for QCA7000 board See: raspberrypi/linux#1308 kernel: bcm2835-virtgpio: Virtual GPIO driver kernel: BCM270X_DT: Add Pi3 support firmware: arm_ldconfig: Use arm_loader API for determining clock frequencies
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.
The Qualcomm QCA7000 is Homeplug Green PHY powerline chipset for the Internet of Things. It is
connected to a CPU via SPI bus. The Evaluation Board "PLC Stamp micro" (built and distributed
by I2SE) embeds this chip. It also comes with a connector compatible with Raspberry Pi.
This patch set adds a new device tree overlay which can be used with this board and enables the required QCA7000 driver module in the default configurations.
Signed-off-by: Michael Heimpold [email protected]