Browse Source

starfive: fix dts(linux) for uart0(console)

TekkamanV 2 years ago
parent
commit
bf5bf58da6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/riscv/dts/jh7100.dtsi

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

@@ -197,7 +197,7 @@
 		};
 
 		uart3: serial@12440000 {
-			compatible = "snps,dw-apb-uart";
+			compatible = "snps,dw-apb-uart", "starfive,uart0";
 			interrupts = <73>;
 			reg = <0x0 0x12440000 0x0 0x10000>;
 			reg-io-width = <4>;