mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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>
This commit is contained in:
parent
930491838c
commit
ae4e84366b
|
|
@ -14,6 +14,8 @@ / {
|
|||
|
||||
aliases {
|
||||
ethernet0 = ð0;
|
||||
i2c2 = &i2c2;
|
||||
i2c8 = &i2c8;
|
||||
serial0 = &uart0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user