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:
Hal Feng 2023-12-05 11:21:33 +08:00
parent 918eb904cf
commit f9d4424a16

View file

@ -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>,