diff options
Diffstat (limited to 'arch/arm/dts/omap3-sniper-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/omap3-sniper-u-boot.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-sniper-u-boot.dtsi b/arch/arm/dts/omap3-sniper-u-boot.dtsi index d467f533a12..8fa17d6aed4 100644 --- a/arch/arm/dts/omap3-sniper-u-boot.dtsi +++ b/arch/arm/dts/omap3-sniper-u-boot.dtsi @@ -14,3 +14,12 @@ &i2c1 { clock-frequency = <400000>; }; + +&i2c2 { + bootph-pre-ram; +}; + +&i2c3 { + bootph-pre-ram; + clock-frequency = <400000>; +}; |