Skip to content
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

rockchip64: enable i2c-gpio bitbang driver #7334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paolosabatino
Copy link
Contributor

@paolosabatino paolosabatino commented Oct 4, 2024

Description

Enable i2c-gpio bitbang driver for rockchip64 family.
As a side effect the kernel configs gets up to date too.

Why? I have in program to introduce a driver for common led drivers (this or this) found in various tv boxes: they use i2c-like bus and often they are connected to GPIO lines. The i2c-gpio driver allows a couple of GPIO lines to behave like an i2c master.

On top of that, there is no reason to not have i2c-gpio driver since it can be used with any board that has GPIO pins exposed with any i2c device.

How Has This Been Tested?

  • Kernel compiles and works on a live system

Checklist:

  • I have performed a self-review of my own code
  • My changes generate no new warnings

@paolosabatino paolosabatino requested a review from a team October 4, 2024 16:14
@github-actions github-actions bot added size/small PR with less then 50 lines Hardware Hardware related like kernel, U-Boot, ... labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

1 participant