Skip to content
Snippets Groups Projects
Commit 089fc90f authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Sebastian Reichel
Browse files

arm64: dts: freescale: verdin-imx95: drive I2C7 at 400kHz


Reduce the I2C7 bus speed from 1 MHz to 400 kHz, which is the
maximum specified frequency for the ST 24C02.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent ff995ee6
Branches
Tags
No related merge requests found
...@@ -201,7 +201,7 @@ &lpi2c6 { ...@@ -201,7 +201,7 @@ &lpi2c6 {
}; };
&lpi2c7 { &lpi2c7 {
clock-frequency = <1000000>; clock-frequency = <400000>;
pinctrl-names = "default", "gpio"; pinctrl-names = "default", "gpio";
pinctrl-0 = <&pinctrl_lpi2c7>; pinctrl-0 = <&pinctrl_lpi2c7>;
pinctrl-1 = <&pinctrl_lpi2c7_gpio>; pinctrl-1 = <&pinctrl_lpi2c7_gpio>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment