summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
diff options
context:
space:
mode:
authorMichael Riesch <michael.riesch@wolfvision.net>2022-07-12 15:32:04 +0200
committerHeiko Stuebner <heiko@sntech.de>2022-08-29 12:55:19 +0200
commita233ea1e6268a779d5c8c427eb14a2a89f95f4f9 (patch)
tree55c5cbaa6cdb86b9bb5bfb65e67d289e9cda7904 /arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
parentarm64: dts: rockchip: add vcc_mipi regulator to rock-3a (diff)
downloadlinux-a233ea1e6268a779d5c8c427eb14a2a89f95f4f9.tar.xz
linux-a233ea1e6268a779d5c8c427eb14a2a89f95f4f9.zip
arm64: dts: rockchip: specify pinctrl for i2c adapters on rock-3a
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
index e883afa83617..cd8cc0c3c68a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
@@ -472,6 +472,18 @@
};
};
+&i2c3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c3m1_xfer>;
+ status = "disabled";
+};
+
+&i2c4 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c4m1_xfer>;
+ status = "disabled";
+};
+
&i2s0_8ch {
status = "okay";
};