arm64: dts: imx8mp-skov: increase I2C clock frequency for RTC

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>
This commit is contained in:
Oleksij Rempel
2025-01-06 17:06:45 +01:00
committed by Shawn Guo
parent bce3edf81c
commit 587098514a

View File

@@ -333,7 +333,7 @@ reg_nvcc_sd2: LDO5 {
};
&i2c3 {
clock-frequency = <100000>;
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>;
status = "okay";