diff options
| author | Anthoine Bourgeois <[email protected]> | 2022-06-02 22:27:07 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-22 10:58:26 -0400 |
| commit | 8d09c7b774af20660e5baae28210e92a20ffda04 (patch) | |
| tree | e78e9328417404962c43245a82f613f17c523924 /arch | |
| parent | 49df685d32593fa5b28ab56d7283220c77098ce6 (diff) | |
ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower
the speed to the default value 100Khz.
v2: fix i2c1 frequency in the root omap3-u-boot.dtsi include.
Signed-off-by: Anthoine Bourgeois <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/omap3-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-u-boot.dtsi b/arch/arm/dts/omap3-u-boot.dtsi index 32bea6b6d9b..96d8ac54539 100644 --- a/arch/arm/dts/omap3-u-boot.dtsi +++ b/arch/arm/dts/omap3-u-boot.dtsi @@ -78,4 +78,5 @@ &i2c1 { u-boot,dm-spl; + clock-frequency = <100000>; }; |
