arm64: dts: rockchip: specify pinctrl for i2c adapters on rock-3a
authorMichael Riesch <michael.riesch@wolfvision.net>
Tue, 12 Jul 2022 13:32:04 +0000 (15:32 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 29 Aug 2022 10:55:19 +0000 (12:55 +0200)
On the Radxa ROCK3 Model A the I2C adapters related to the MIPI DSI
connector and the M.2/NGFF connector use the non-default pins.
Specify the correct pinctrl but leave the adapters disabled (as
they are supposed to be activated by overlays that describe the
external hardware).

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220712133204.2524942-3-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts

index e883afa..cd8cc0c 100644 (file)
        };
 };
 
+&i2c3 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&i2c3m1_xfer>;
+       status = "disabled";
+};
+
+&i2c4 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&i2c4m1_xfer>;
+       status = "disabled";
+};
+
 &i2s0_8ch {
        status = "okay";
 };