mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +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: I6e69629f088599f2e3b36f36d4da35df4d65034a Signed-off-by: Cheng Tong <cheng.tong@amlogic.com>
This commit is contained in:
@@ -1067,7 +1067,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 {
|
||||
|
||||
@@ -1131,7 +1131,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