]> Gentwo Git Trees - linux/.git/commitdiff
arm64: dts: imx8mp-skov: increase I2C clock frequency for RTC
authorOleksij Rempel <o.rempel@pengutronix.de>
Mon, 6 Jan 2025 16:06:45 +0000 (17:06 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Feb 2025 05:10:03 +0000 (13:10 +0800)
The NXP PCF85063TP RTC is capable of 400 kHz of SCL clock frequency,
so use that instead of the current 100 kHz.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi

index bfeab964c65d65163aaba727a4458e47b66a32ac..e39674457b4f92a94e40a1a3700745b038cebfb4 100644 (file)
@@ -332,7 +332,7 @@ reg_nvcc_sd2: LDO5 {
 };
 
 &i2c3 {
-       clock-frequency = <100000>;
+       clock-frequency = <400000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "okay";