ODROID-C3: arm64/dts: add 'drive-strength = <3>' to i2c-3

Change-Id: I440ca37ae62fdfdd9909f7e7121d4ef35ab98130
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2018-07-04 12:26:11 +09:00
committed by Chris KIM
parent 9f6ed4a03d
commit f22bb2af44

View File

@@ -1297,3 +1297,11 @@
&meson_cooldev {
status = "okay";
};
&pinctrl_periphs {
i2c3_master_pins2:i2c3_pins2 {
mux {
drive-strength = <3>;
};
};
};