diff options
| author | Oleksij Rempel <o.rempel@pengutronix.de> | 2025-01-06 17:06:45 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-25 08:32:57 +0800 |
| commit | 587098514a0e09f3e75d88522a57bcbb453dc2e9 (patch) | |
| tree | 7ba9b13d7299ea2701a268dfc8ac4a0bd99e39d6 | |
| parent | bce3edf81c2d3cc2bd29ef6141674c0579de9f56 (diff) | |
| download | linux-587098514a0e09f3e75d88522a57bcbb453dc2e9.tar.gz linux-587098514a0e09f3e75d88522a57bcbb453dc2e9.zip | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi index a683f46fcbab..ec7857db7bf0 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-reva.dtsi @@ -333,7 +333,7 @@ }; &i2c3 { - clock-frequency = <100000>; + clock-frequency = <400000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c3>; status = "okay"; |
