Browse Source

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>
Hal Feng 5 months ago
parent
commit
f9d4424a16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/riscv/dts/jh7110.dtsi

+ 1 - 1
arch/riscv/dts/jh7110.dtsi

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