Skip to content

Commit

Permalink
update rk3588-i2c6-m0.dts
Browse files Browse the repository at this point in the history
Change pcfg_pull_up_drv_level_12 to pcfg_pull_up_drv_level_3.
The rk3588s/rk3588 SoCs have 4 level for io drive-strength

Signed-off-by: RadxaMitchell <[email protected]>
  • Loading branch information
RadxaMitchell committed May 8, 2024
1 parent eca1ddb commit 5f0b024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-i2c6-m0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ On Radxa CM5-RPI-CM4-IO this is SDA pin 3 and SCL pin 5.";
&i2c6m0_xfer {
rockchip,pins =
/* i2c6_scl_m0 */
<0 RK_PD0 9 &pcfg_pull_up_drv_level_12>,
<0 RK_PD0 9 &pcfg_pull_up_drv_level_3>,
/* i2c6_sda_m0 */
<0 RK_PC7 9 &pcfg_pull_up_drv_level_12>;
<0 RK_PC7 9 &pcfg_pull_up_drv_level_3>;
};

0 comments on commit 5f0b024

Please sign in to comment.