mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
ARM: dts: aspeed: minerva: Switch the i2c bus number
Switch the i2c bus number to map the i2c tag according to the hardware design. Signed-off-by: Yang Chen <yang.chen@quantatw.com> Link: https://lore.kernel.org/r/20240626130332.929534-15-yangchen.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
d0d21a66c8
commit
99d1feddda
@ -384,7 +384,7 @@ temperature-sensor@4b {
|
||||
};
|
||||
};
|
||||
|
||||
imux20: i2c@4 {
|
||||
imux20: i2c@5 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <4>;
|
||||
@ -430,7 +430,7 @@ temperature-sensor@4b {
|
||||
};
|
||||
};
|
||||
|
||||
imux21: i2c@5 {
|
||||
imux21: i2c@4 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <5>;
|
||||
|
Loading…
Reference in New Issue
Block a user