mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
dts: increase i2c3 clock frequency to 300k [2/2]
PD#SWPL-13393 Problem: demod init cost about 8s Solution: increase i2c3 clock frequency Verify: on s905x3 Change-Id: Id8c7ec326b5cfccb5ec3ea4c286b95860527082a Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -1071,7 +1071,7 @@
|
||||
status = "ok";
|
||||
pinctrl-names="default";
|
||||
pinctrl-0=<&i2c3_master_pins2>;
|
||||
clock-frequency = <100000>; /* default 100k */
|
||||
clock-frequency = <300000>; /* default 100k */
|
||||
|
||||
/* for ref board */
|
||||
ad82584f_62: ad82584f_62@62 {
|
||||
|
||||
@@ -1136,7 +1136,7 @@
|
||||
status = "ok";
|
||||
pinctrl-names="default";
|
||||
pinctrl-0=<&i2c3_master_pins2>;
|
||||
clock-frequency = <100000>; /* default 100k */
|
||||
clock-frequency = <300000>; /* default 100k */
|
||||
|
||||
/* for ref board */
|
||||
ad82584f_62: ad82584f_62@62 {
|
||||
|
||||
Reference in New Issue
Block a user