From: Sebastian Reichel Date: Mon, 10 Jul 2023 16:52:26 +0000 (+0200) Subject: arm64: dts: rockchip: enable I2C interface from DSI and CSI connectors on rock-5a X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=aa00cf88bd8c5ac22f4da9ae390790268b111f97;p=linux.git arm64: dts: rockchip: enable I2C interface from DSI and CSI connectors on rock-5a I2C3 is routed to the Camera connector and I2C5 is routed to the LCD connector. On I2C5 additionally there is an unpopulated footprint for a HYM8563TS RTC. Signed-off-by: Sebastian Reichel Link: https://lore.kernel.org/r/20230710165228.105983-12-sebastian.reichel@collabora.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts index 505e3c0a1dc5..956b27a03120 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts @@ -190,6 +190,16 @@ }; }; +&i2c3 { + status = "okay"; +}; + +&i2c5 { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&i2c5m2_xfer>; +}; + &i2c7 { status = "okay";