Use 100kHz for i2c-1 for better compatibility with devices.

This commit is contained in:
Sorgelig
2018-02-05 01:41:21 +08:00
parent 077c2c317b
commit 6c2d53934d

View File

@@ -676,6 +676,7 @@
i2c1: i2c@ffc05000 {
#address-cells = <1>;
#size-cells = <0>;
clock-frequency = <100000>;
compatible = "snps,designware-i2c";
reg = <0xffc05000 0x1000>;
resets = <&rst I2C1_RESET>;