Commit 900d9fc3 authored by Adam Ford's avatar Adam Ford Committed by Geert Uytterhoeven

arm64: dts: renesas: beacon: Correct I2C bus speeds

For greater compatibility with upcoming kits that will reuse the baseboard
and SOM-level files, adjust the I2C speeds to make it the most compatible
with all devices.
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20201213183759.223246-15-aford173@gmail.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 7e0fac6a
...@@ -339,7 +339,7 @@ &hsusb { ...@@ -339,7 +339,7 @@ &hsusb {
&i2c2 { &i2c2 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <400000>;
pinctrl-0 = <&i2c2_pins>; pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -109,7 +109,7 @@ &hscif2 { ...@@ -109,7 +109,7 @@ &hscif2 {
&i2c4 { &i2c4 {
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <100000>;
pca9654: gpio@20 { pca9654: gpio@20 {
compatible = "onnn,pca9654"; compatible = "onnn,pca9654";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment