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

add new kernel driver i2c-mux-pinctrl, pinctrl-based I2C multiplexer #4949

Closed
wants to merge 1 commit into from

Conversation

joerg555
Copy link

In kernel 5.4 there are new drivers, you need i2c-mux-pinctr for raspberry pi cm4 to enable the RTC on the IO board.

The sample for config.txt is:

dtoverlay=dwc2,dr_mode=host
dtparam=i2c_vc=on

If necessary, I can add all i2c drivers that are new there and test the compilation.

Signed-off-by: Jörg Schüler-Maroldt joerg-linux@arcor.de

Signed-off-by: Jörg Schüler-Maroldt <joerg-linux@arcor.de>
@adschm
Copy link
Member

adschm commented Jan 14, 2022

Hi, this has formal issues:

  • The commit title should be prefixes by "kernel:" and shortened on the way, e.g.

kernel: add i2c-mux-pinctrl

  • Commit message (probably the content of the initial post here) is missing

@adschm adschm added kernel pull request/issue with Linux kernel related changes needs changes labels Jan 14, 2022
@joerg555 joerg555 closed this Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel pull request/issue with Linux kernel related changes needs changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants