diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2026-06-23 22:43:48 +0200 |
|---|---|---|
| committer | Yixun Lan <dlan@kernel.org> | 2026-07-22 22:37:17 +0000 |
| commit | ae4e84366b5d621171da2e9fae2b1f8bea3312b8 (patch) | |
| tree | 1eff3a19c8d02e87bc74a3a266272ef10ff5bdd2 | |
| parent | 930491838c55c41317da9f263e3e9b013cb9aaa8 (diff) | |
| download | linux-next-ae4e84366b5d621171da2e9fae2b1f8bea3312b8.tar.gz linux-next-ae4e84366b5d621171da2e9fae2b1f8bea3312b8.zip | |
riscv: dts: spacemit: add i2c aliases on K3 Pico-ITX board
Add i2c aliases for i2c2 and i2c8 on K3 Pico-ITX board. This is useful
to keep a stable number for the /dev entries after loading the i2c-dev
module.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260623204431.498700-5-aurelien@aurel32.net
Signed-off-by: Yixun Lan <dlan@kernel.org>
| -rw-r--r-- | arch/riscv/boot/dts/spacemit/k3-pico-itx.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts b/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts index 0a0c221c99e7..bf64b6c6f867 100644 --- a/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts +++ b/arch/riscv/boot/dts/spacemit/k3-pico-itx.dts @@ -14,6 +14,8 @@ aliases { ethernet0 = ð0; + i2c2 = &i2c2; + i2c8 = &i2c8; serial0 = &uart0; }; |
