Commit 2440ad0d authored by Furkan Kardame's avatar Furkan Kardame Committed by Heiko Stuebner

arm64: dts: rockchip: Fix i2c3 pinctrl on rk3566-roc-pc

As per device schematic i2c3 pinctrl is connected to m0 instead of m1
Signed-off-by: default avatarFurkan Kardame <f.kardame@manjaro.org>
Link: https://lore.kernel.org/r/20221010190142.18340-3-f.kardame@manjaro.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent adbab347
......@@ -432,7 +432,7 @@ &i2c2 {
&i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3m1_xfer>;
pinctrl-0 = <&i2c3m0_xfer>;
status = "okay";
};
......
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