1 From 328e901b7b03d292c1520ffb38e9164feef4f1ea Mon Sep 17 00:00:00 2001
2 From: Heiko Stuebner <heiko.stuebner@cherry.de>
3 Date: Tue, 5 Dec 2023 17:48:40 +0100
4 Subject: [PATCH] arm64: dts: rockchip: add rk3588 i2c aliases to soc dtsi
6 The i2c controllers on rk3588 are named i2c0 - i2c8. Board schematics
7 also use these exact numbers and we want those names to also reflect
8 in the OS devices because everything else would just cause confusion.
9 Userspace i2c access is a thing afterall.
11 To prevent each board repeating their list of i2c aliases, define them
12 in the soc dtsi, as all previous Rockchip soc do already.
14 Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
15 Reviewed-by: Dragan Simic <dsimic@manjaro.org>
16 Link: https://lore.kernel.org/r/20231205164842.556684-3-heiko@sntech.de
18 arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 9 +++++++++
19 1 file changed, 9 insertions(+)
21 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi
22 +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi