-
Notifications
You must be signed in to change notification settings - Fork 5k
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
dtoverlays: Add i2c bus overrides to edt-ft5406 overlay #5504
Conversation
e4b6cb8
to
549c86b
Compare
arch/arm/boot/dts/overlays/README
Outdated
i2c1 Choose the I2C1 bus on GPIOs 2&3 | ||
i2c3 Choose the I2C3 bus (configure with the i2c3 | ||
overlay - BCM2711 only) | ||
i2c4 Choose the I2C3 bus (configure with the i2c3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i2c3 -> i2c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy/pasted from
https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/README#L1787-L1791 !!
I'll fix up both.
arch/arm/boot/dts/overlays/README
Outdated
overlay - BCM2711 only) | ||
i2c4 Choose the I2C3 bus (configure with the i2c3 | ||
overlay - BCM2711 only) | ||
i2c5 Choose the I2C5 bus (configure with the i2c4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i2c4 -> i2c5
549c86b
to
9e1a1c4
Compare
LGTM. |
9e1a1c4
to
46ff345
Compare
Adds the option for the touch controller to be connected to any of the I2C ports. Signed-off-by: Dave Stevenson <[email protected]>
Signed-off-by: Dave Stevenson <[email protected]>
46ff345
to
6eddf09
Compare
Noticed this lying around. |
kernel: dtoverlays: Add i2c bus overrides to edt-ft5406 overlay See: raspberrypi/linux#5504
kernel: dtoverlays: Add i2c bus overrides to edt-ft5406 overlay See: raspberrypi/linux#5504
kernel: dtoverlays: Add i2c bus overrides to edt-ft5406 overlay See: raspberrypi/linux#5504
Adds the option for the touch controller to be connected to any of the I2C ports.
Draft for https://forums.raspberrypi.com/viewtopic.php?t=352426