mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 11:41:31 +00:00
riscv: dts: jh7110: Change the node name "i2c@12050000" to "i2c5@12050000"
So the I2C adapter can be recognized in OpenSBI. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
This commit is contained in:
parent
918eb904cf
commit
f9d4424a16
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c5: i2c@12050000 {
|
||||
i2c5: i2c5@12050000 {
|
||||
compatible = "snps,designware-i2c";
|
||||
reg = <0x0 0x12050000 0x0 0x10000>;
|
||||
clocks = <&clkgen JH7110_I2C5_CLK_CORE>,
|
||||
|
|
Loading…
Add table
Reference in a new issue