Skip to content

Commit

Permalink
install: boards: bcm_27xx: Fix overlay for i2c1 baudrate
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jun 20, 2023
1 parent 08b21dc commit a57cf04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/boards/bcm_27xx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ for STRING in \
"dtoverlay=uart4" \
"dtoverlay=uart5" \
"dtparam=i2c_vc=on" \
"dtoverlay=i2c1,baudrate=1000000" \
"dtoverlay=i2c1" \
"dtparam=i2c_arm_baudrate=1000000" \
"dtoverlay=i2c4,pins_6_7,baudrate=1000000" \
"dtoverlay=i2c6,pins_22_23,baudrate=400000" \
"dtparam=spi=on" \
Expand Down

0 comments on commit a57cf04

Please sign in to comment.